{ "info": { "author": "Simon Bertling", "author_email": "simon.bertling@gmx.de", "bugtrack_url": null, "classifiers": [], "description": "# pyscpidev\nA python package to turn your device into an SCPI instrument.\n\n## Concept\nThis package intends to make it easy for developers to turn any device that \ncan run python(3) and has some kind of communication interface, e.g. serial or \nEthernet, into an SCPI instrument. SCPI commands look like \n```\nMEASure:VOLTage?\nCONFigure[:VOLTage][:DC] [{|AUTO|MIN|MAX|DEF}]\n```\n\n### Short Term Plan\nGet the basic stuff running...\n\n### Mid Term Plan\nImplement some samples for RaspberryPi.\n\n### Long Term Plan\nImplement a web application to be able to serve HTTP requests and show some \nnice GUI.\n\n## Installation\nI intend to publish this package on PyPi. For now you need to download the \ncode and run the following command from the root directory.\n\n```python\npython3 -m pip install -e .\n```\n\n## Usage\n```python\nimport scpidev\n```\n\n## Further Reads\n* [Wikipedia](https://en.wikipedia.org/wiki/Standard_Commands_for_Programmable_Instruments)\n* [The SCPI specification](http://www.ivifoundation.org/docs/scpi-99.pdf)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mrberti/pyscpidev", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "scpidev", "package_url": "https://pypi.org/project/scpidev/", "platform": "", "project_url": "https://pypi.org/project/scpidev/", "project_urls": { "Homepage": "https://github.com/mrberti/pyscpidev" }, "release_url": "https://pypi.org/project/scpidev/0.0.1a0/", "requires_dist": null, "requires_python": "", "summary": "A python package to turn your device into an SCPI end point", "version": "0.0.1a0" }, "last_serial": 4520882, "releases": { "0.0.1a0": [ { "comment_text": "", "digests": { "md5": "01c49796e48822969992d438e1342d8a", "sha256": "21b526e3fe0b26b4f56ae073edd77820107ee40f56c61321f06b05a55cff08bb" }, "downloads": -1, "filename": "scpidev-0.0.1a0-py3-none-any.whl", "has_sig": false, "md5_digest": "01c49796e48822969992d438e1342d8a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9852, "upload_time": "2018-11-23T14:45:49", "url": "https://files.pythonhosted.org/packages/e6/cb/e963f5747e8be83ec444d1c934ba09c57b6ff5054e95d6e0fcfb8201fb18/scpidev-0.0.1a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61bba1833119acea4067fbe07414c545", "sha256": "f3f3fbbd94f8070c3b20450604135ce66755d79a6c192234091cd3eb65006e94" }, "downloads": -1, "filename": "scpidev-0.0.1a0.tar.gz", "has_sig": false, "md5_digest": "61bba1833119acea4067fbe07414c545", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7874, "upload_time": "2018-11-23T14:45:51", "url": "https://files.pythonhosted.org/packages/41/19/389dc0cc91f5e3173e6f035b4b09a04167cca5fe70c77e3a354ea6d92e17/scpidev-0.0.1a0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "01c49796e48822969992d438e1342d8a", "sha256": "21b526e3fe0b26b4f56ae073edd77820107ee40f56c61321f06b05a55cff08bb" }, "downloads": -1, "filename": "scpidev-0.0.1a0-py3-none-any.whl", "has_sig": false, "md5_digest": "01c49796e48822969992d438e1342d8a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9852, "upload_time": "2018-11-23T14:45:49", "url": "https://files.pythonhosted.org/packages/e6/cb/e963f5747e8be83ec444d1c934ba09c57b6ff5054e95d6e0fcfb8201fb18/scpidev-0.0.1a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61bba1833119acea4067fbe07414c545", "sha256": "f3f3fbbd94f8070c3b20450604135ce66755d79a6c192234091cd3eb65006e94" }, "downloads": -1, "filename": "scpidev-0.0.1a0.tar.gz", "has_sig": false, "md5_digest": "61bba1833119acea4067fbe07414c545", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7874, "upload_time": "2018-11-23T14:45:51", "url": "https://files.pythonhosted.org/packages/41/19/389dc0cc91f5e3173e6f035b4b09a04167cca5fe70c77e3a354ea6d92e17/scpidev-0.0.1a0.tar.gz" } ] }