hcscom


Namehcscom JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://gitlab.com/menschel/hcscom
SummaryAn interface class to manson hcs lab power supplies
upload_time2023-12-03 19:25:36
maintainer
docs_urlNone
authorPatrick Menschel
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hcscom

![coverage](https://gitlab.com/Menschel/hcscom/badges/master/coverage.svg)
![pipeline](https://gitlab.com/Menschel/hcscom/badges/master/pipeline.svg)

[Documentation](https://menschel.gitlab.io/hcscom/)

A python3 class for remote control of manson hcs lab power supplies.

Manson lab power supply units can be controlled via usb.

Communication is done via a builtin CP210x usb-serial bridge and 8N1@9600 port settings.


# clones

Some PeakTech branded devices have proven to be Manson devices, i.e.

https://www.peaktech.de/productdetail/kategorie/schaltnetzteile/produkt/p-1575.html

returns `HCS-3402` as response to `GMOD` command which is

https://www.manson.com.hk/product/hcs-3402-usb/

# License
This software is distributed under GPLv3 with some the extension that it's not to be used for commercial purposes.
It is explicitly denied that any company or organization monetizes on this software. Monetize does not only mean money,
it means gaining a competitive advantage of any kind by using this software.
In addition, the author explicitly denies the usage for people associated with military and
government agencies of any kind to whatever degree.

This extension is a reaction to some blunt support request from 

Technica Engineering GmbH  
Leopoldstraße 236  
D - 80807 München

in May 2022 to basically fix problems they had during commercial usage of this software, for free.

# Deprecation of PyPi Packages
Packages on PyPi are no longer updated due to attempts of the Python Software Foundation to enforce new rules and basically flush out 
developers who do not consent.  
Recent packages can be installed directly from git, i.e.   
```pip install git+https://gitlab.com/Menschel/hcscom.git --upgrade```

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/menschel/hcscom",
    "name": "hcscom",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Patrick Menschel",
    "author_email": "Patrick Menschel <menschel.p@posteo.de>",
    "download_url": "https://files.pythonhosted.org/packages/9b/b4/d22642437558c48a803d6c7af0db03dea4b2c40ec180ed131606b0eb442d/hcscom-0.6.0.tar.gz",
    "platform": null,
    "description": "# hcscom\n\n![coverage](https://gitlab.com/Menschel/hcscom/badges/master/coverage.svg)\n![pipeline](https://gitlab.com/Menschel/hcscom/badges/master/pipeline.svg)\n\n[Documentation](https://menschel.gitlab.io/hcscom/)\n\nA python3 class for remote control of manson hcs lab power supplies.\n\nManson lab power supply units can be controlled via usb.\n\nCommunication is done via a builtin CP210x usb-serial bridge and 8N1@9600 port settings.\n\n\n# clones\n\nSome PeakTech branded devices have proven to be Manson devices, i.e.\n\nhttps://www.peaktech.de/productdetail/kategorie/schaltnetzteile/produkt/p-1575.html\n\nreturns `HCS-3402` as response to `GMOD` command which is\n\nhttps://www.manson.com.hk/product/hcs-3402-usb/\n\n# License\nThis software is distributed under GPLv3 with some the extension that it's not to be used for commercial purposes.\nIt is explicitly denied that any company or organization monetizes on this software. Monetize does not only mean money,\nit means gaining a competitive advantage of any kind by using this software.\nIn addition, the author explicitly denies the usage for people associated with military and\ngovernment agencies of any kind to whatever degree.\n\nThis extension is a reaction to some blunt support request from \n\nTechnica Engineering GmbH  \nLeopoldstra\u00dfe 236  \nD - 80807 M\u00fcnchen\n\nin May 2022 to basically fix problems they had during commercial usage of this software, for free.\n\n# Deprecation of PyPi Packages\nPackages on PyPi are no longer updated due to attempts of the Python Software Foundation to enforce new rules and basically flush out \ndevelopers who do not consent.  \nRecent packages can be installed directly from git, i.e.   \n```pip install git+https://gitlab.com/Menschel/hcscom.git --upgrade```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "An interface class to manson hcs lab power supplies",
    "version": "0.6.0",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/menschel/hcscom/issues",
        "Homepage": "https://gitlab.com/menschel/hcscom"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bb4d22642437558c48a803d6c7af0db03dea4b2c40ec180ed131606b0eb442d",
                "md5": "7c6d26ceaba55c22693763de77e21dbb",
                "sha256": "d0ace7c01c9f1406025d5a3093e3ff1137de9a374a7a5f98518bb8b3b856d234"
            },
            "downloads": -1,
            "filename": "hcscom-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7c6d26ceaba55c22693763de77e21dbb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 20496,
            "upload_time": "2023-12-03T19:25:36",
            "upload_time_iso_8601": "2023-12-03T19:25:36.214629Z",
            "url": "https://files.pythonhosted.org/packages/9b/b4/d22642437558c48a803d6c7af0db03dea4b2c40ec180ed131606b0eb442d/hcscom-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-03 19:25:36",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "menschel",
    "gitlab_project": "hcscom",
    "lcname": "hcscom"
}
        
Elapsed time: 0.64485s