{ "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_rotary_valve import RotaryValve\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 valve = RotaryValve(serial_handler)\r\n\r\n valve.jog(60)\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_rotary_valve # required to register the product name\r\n\r\n device_manager = DeviceManager()\r\n valve = device_manager.getDeviceByProductName(\"RotaryValve\")\r\n\r\n valve.jog(60)\r\n\r\nExample using the emulated device\r\n=================================\r\n\r\n::\r\n\r\n from practichem_rotary_valve import RotaryValveEmulator\r\n valve = RotaryValveEmulator()\r\n valve.jog(60)", "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_rotary_valve", "package_url": "https://pypi.org/project/practichem_rotary_valve/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/practichem_rotary_valve/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.practichem.com" }, "release_url": "https://pypi.org/project/practichem_rotary_valve/2.0.0/", "requires_dist": null, "requires_python": null, "summary": "Rotary Valve Control class", "version": "2.0.0" }, "last_serial": 1810248, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "4ab0af3cdea0aa7b1d47b57a43579137", "sha256": "aa5b3c1e8f97f58ddefa3f9ee99b064790c86d2392f4da9bb46df6598b90b9a3" }, "downloads": -1, "filename": "practichem_rotary_valve-2.0.0.zip", "has_sig": false, "md5_digest": "4ab0af3cdea0aa7b1d47b57a43579137", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8471, "upload_time": "2015-11-10T20:24:00", "url": "https://files.pythonhosted.org/packages/a4/5c/3108e658b5a096922d3ba3f7e4cc1e5f88df92318ed1a2495838e7fda6cf/practichem_rotary_valve-2.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4ab0af3cdea0aa7b1d47b57a43579137", "sha256": "aa5b3c1e8f97f58ddefa3f9ee99b064790c86d2392f4da9bb46df6598b90b9a3" }, "downloads": -1, "filename": "practichem_rotary_valve-2.0.0.zip", "has_sig": false, "md5_digest": "4ab0af3cdea0aa7b1d47b57a43579137", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8471, "upload_time": "2015-11-10T20:24:00", "url": "https://files.pythonhosted.org/packages/a4/5c/3108e658b5a096922d3ba3f7e4cc1e5f88df92318ed1a2495838e7fda6cf/practichem_rotary_valve-2.0.0.zip" } ] }