{ "info": { "author": "Practichem", "author_email": "opensource@practichem.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "Example of direct instantiation. Faster if you know the port.\r\n=============================================================\r\n\r\n::\r\n\r\n from practichem_biodetector import Biodetector\r\n from practichem_device import SerialHandler\r\n\r\n serial_handler = SerialHandler()\r\n serial_handler.openPort(\"COM32\")\r\n serial_handler.start()\r\n biodetector = Biodetector(serial_handler)\r\n\r\n print(biodetector.getPrimaryAbsorbance())\r\n\r\nExample using the DeviceManager which is in the practichem\\_device package\r\n==========================================================================\r\n\r\n::\r\n\r\n from practichem_device import DeviceManager\r\n import practichem_biodetector # required to register the product name\r\n\r\n device_manager = DeviceManager()\r\n biodetector = device_manager.getDeviceByProductName(\"BioDetector\")\r\n\r\n print(biodetector.getPrimaryAbsorbance())\r\n\r\nExample of using the BiodetectorEmulator\r\n========================================\r\n\r\n::\r\n\r\n from practichem_biodetector import BiodetectorEmulator\r\n biodetector = BiodetectorEmulator()\r\n print(biodetector.getPrimaryAbsorbance())", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.practichem.com", "keywords": null, "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "practichem_biodetector", "package_url": "https://pypi.org/project/practichem_biodetector/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/practichem_biodetector/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.practichem.com" }, "release_url": "https://pypi.org/project/practichem_biodetector/1.0/", "requires_dist": null, "requires_python": null, "summary": "Biodetector control class", "version": "1.0" }, "last_serial": 1810263, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "d467e2f5c59c0a7e4ac57dd1a6c79eeb", "sha256": "f779d0a6ca860f8d51f9379c243e2cf138f7e6992a7a83b5f1714c063962e2f9" }, "downloads": -1, "filename": "practichem_biodetector-1.0.zip", "has_sig": false, "md5_digest": "d467e2f5c59c0a7e4ac57dd1a6c79eeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9840, "upload_time": "2015-11-10T20:32:52", "url": "https://files.pythonhosted.org/packages/73/c9/2f60cc3df78cf03f1208578455af4661c750b5fbd4d8dd6e95a79563675e/practichem_biodetector-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d467e2f5c59c0a7e4ac57dd1a6c79eeb", "sha256": "f779d0a6ca860f8d51f9379c243e2cf138f7e6992a7a83b5f1714c063962e2f9" }, "downloads": -1, "filename": "practichem_biodetector-1.0.zip", "has_sig": false, "md5_digest": "d467e2f5c59c0a7e4ac57dd1a6c79eeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9840, "upload_time": "2015-11-10T20:32:52", "url": "https://files.pythonhosted.org/packages/73/c9/2f60cc3df78cf03f1208578455af4661c750b5fbd4d8dd6e95a79563675e/practichem_biodetector-1.0.zip" } ] }