{ "info": { "author": "John Vishnefske", "author_email": "jvishnnefske@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", "Topic :: System :: Hardware :: Hardware Drivers" ], "description": "# Daxus\n\nUnofficial library to read single shot data from\nDXS-100 Daxis Data Acquisition Device\n\n## Example\n\n with Daxus('127.0.0.1', 2864) as d:\n print(d.channels[0])\n d.set_mode('realtime')\n print(d.get_measurements())\n\n{\"channel_label\": \"DCFC4-I\", \"channel_num\": 1, \"channel_id\": 18, \"slot_num\": 0, \"span_top\": 0.1, \"span_bottom\": 0.0, \"attenuation_code\": 0, \"units\": \"V\"} \n{'example_chan4-I': 0.0001166666666666677, 'example_chan3-I': 0.00017500000000000154, 'example_chan2-I': 0.0002816666666666662, 'example_chan1-I': 0.00012000000000000205, 'example_chan4-V': 0.0006666666666674814, 'example_chan3-V': -0.003999999999997783, 'example_chan2-V': 0.0006666666666674814, 'example_chan1-V': 0.0086666666666666}\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://pypy.org/project/daxus", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "daxus", "package_url": "https://pypi.org/project/daxus/", "platform": "", "project_url": "https://pypi.org/project/daxus/", "project_urls": { "Homepage": "https://pypy.org/project/daxus" }, "release_url": "https://pypi.org/project/daxus/1.0.post1/", "requires_dist": null, "requires_python": "", "summary": "Daxus DXS-100 Data acquisition single point capture package", "version": "1.0.post1" }, "last_serial": 4555931, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "29b61337fc432a9c01319c93f3cdbb3a", "sha256": "4d25b34376b51e84ac596ad2ae4ee0804d01d9ce02959326c35f3db1a94508fe" }, "downloads": -1, "filename": "daxus-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "29b61337fc432a9c01319c93f3cdbb3a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8811, "upload_time": "2018-11-30T17:26:47", "url": "https://files.pythonhosted.org/packages/15/72/690574b1da5c75689e58315a6ec9f817e74e8bd11e095cf6f006e077c6bd/daxus-1.0-py2.py3-none-any.whl" } ], "1.0.post1": [ { "comment_text": "", "digests": { "md5": "f49fc0f43b1897cbe321dad973a9f5df", "sha256": "52fa7d69a0a95028f3df78e4ee0326b715c816e9aa6f732fa9c392dc3e4f6993" }, "downloads": -1, "filename": "daxus-1.0.post1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f49fc0f43b1897cbe321dad973a9f5df", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9198, "upload_time": "2018-12-03T14:21:37", "url": "https://files.pythonhosted.org/packages/8a/0c/0602d2c9b17813d1436cc7ccde47855dc5be322b04369d2a26909114d154/daxus-1.0.post1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f49fc0f43b1897cbe321dad973a9f5df", "sha256": "52fa7d69a0a95028f3df78e4ee0326b715c816e9aa6f732fa9c392dc3e4f6993" }, "downloads": -1, "filename": "daxus-1.0.post1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f49fc0f43b1897cbe321dad973a9f5df", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9198, "upload_time": "2018-12-03T14:21:37", "url": "https://files.pythonhosted.org/packages/8a/0c/0602d2c9b17813d1436cc7ccde47855dc5be322b04369d2a26909114d154/daxus-1.0.post1-py2.py3-none-any.whl" } ] }