{ "info": { "author": "Peter Polidoro", "author_email": "polidorop@janelia.hhmi.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools" ], "description": "python_arduino_device\n=====================\n\nThis Python package creates a class named ArduinoDevice, which\ncontains an instance of serial_device2.SerialDevice and adds methods\nto it, like auto discovery of available Arduinos in Linux, Windows,\nand Mac OS X. This class automatically creates methods from available\nfunctions reported by the Arduino when it is running the appropriate\nfirmware.\n\nAuthors::\n\n Peter Polidoro \n\nLicense::\n\n BSD\n\nExample Usage::\n\n from arduino_device import ArduinoDevice\n dev = ArduinoDevice()\n dev = ArduinoDevice() # Automatically finds device if one available\n dev = ArduinoDevice('/dev/ttyACM0') # Linux\n dev = ArduinoDevice('/dev/tty.usbmodem262471') # Mac OS X\n dev = ArduinoDevice('COM3') # Windows\n dev.get_commands()\n devs = ArduinoDevices() # Automatically finds all available devices\n devs.get_devices_info()\n dev = devs[0]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JaneliaSciComp/python_arduino_device", "keywords": "arduino serial", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "arduino_device", "package_url": "https://pypi.org/project/arduino_device/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/arduino_device/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/JaneliaSciComp/python_arduino_device" }, "release_url": "https://pypi.org/project/arduino_device/1.0/", "requires_dist": null, "requires_python": null, "summary": "Interface to arduino devices with auto creation of class methods with arduino commands and auto discovery of available Arduinos in Linux, Windows, and Mac OS X", "version": "1.0" }, "last_serial": 1251194, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "18d20a46ac7317f6ef539aff6ca90cde", "sha256": "866f9c0b14252937743727ba58bd59a7eeadee06b2ca06647bb7b46a64aa4928" }, "downloads": -1, "filename": "arduino_device-1.0.tar.gz", "has_sig": false, "md5_digest": "18d20a46ac7317f6ef539aff6ca90cde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7847, "upload_time": "2014-10-07T22:05:26", "url": "https://files.pythonhosted.org/packages/4b/6a/a31d8358d94bb62ab46be183196912f779ce671b536db2b1ae971fc0406b/arduino_device-1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "3b31a899c8bc2dd3119051748e930d33", "sha256": "40b17832affc0615980648a42a9f419d002fc88cd2091c9197f649e4000ef9cf" }, "downloads": -1, "filename": "arduino_device-1.0.zip", "has_sig": false, "md5_digest": "3b31a899c8bc2dd3119051748e930d33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12249, "upload_time": "2014-10-07T22:05:28", "url": "https://files.pythonhosted.org/packages/58/5f/d0e63d0328f550c3a56549d7ddc5112c00715ff4a72be0039b9fda136710/arduino_device-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "18d20a46ac7317f6ef539aff6ca90cde", "sha256": "866f9c0b14252937743727ba58bd59a7eeadee06b2ca06647bb7b46a64aa4928" }, "downloads": -1, "filename": "arduino_device-1.0.tar.gz", "has_sig": false, "md5_digest": "18d20a46ac7317f6ef539aff6ca90cde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7847, "upload_time": "2014-10-07T22:05:26", "url": "https://files.pythonhosted.org/packages/4b/6a/a31d8358d94bb62ab46be183196912f779ce671b536db2b1ae971fc0406b/arduino_device-1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "3b31a899c8bc2dd3119051748e930d33", "sha256": "40b17832affc0615980648a42a9f419d002fc88cd2091c9197f649e4000ef9cf" }, "downloads": -1, "filename": "arduino_device-1.0.zip", "has_sig": false, "md5_digest": "3b31a899c8bc2dd3119051748e930d33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12249, "upload_time": "2014-10-07T22:05:28", "url": "https://files.pythonhosted.org/packages/58/5f/d0e63d0328f550c3a56549d7ddc5112c00715ff4a72be0039b9fda136710/arduino_device-1.0.zip" } ] }