{ "info": { "author": "Lars Heuer", "author_email": "heuer@semagia.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "ftdu - Talk to ftDuino via Python\n=================================\n\nftdu can be used as client for the ```ftduino_direct``` sketch.\n\nIt provides a more pythonic API to communicate with a ftDuino.\n\n\nInstallation\n------------\nInstall the ftduino_direct sketch, see \n\n\nUse ``pip`` to install ftdu::\n\n $ pip install ftdu\n\n\nUsage\n-----\n\nLibrary\n^^^^^^^\n\n.. code-block:: python\n\n >>> import ftdu\n >>> ftd = ftdu.FtDuino()\n >>> ftd.led = True # Switch the LED on\n >>> ftd.o1 = True # Enable O1\n >>> ftd.i1 # Ask value of input port I1\n 0\n >>> ftd.close()\n\n\nChanges\n=======\n\n0.0.1 -- 2018-02-16\n-------------------\n* Initial release\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/heuer/ftdu/", "keywords": "fischertechnik,ftduino", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "ftdu", "package_url": "https://pypi.org/project/ftdu/", "platform": "any", "project_url": "https://pypi.org/project/ftdu/", "project_urls": { "Homepage": "https://github.com/heuer/ftdu/" }, "release_url": "https://pypi.org/project/ftdu/0.0.1/", "requires_dist": [ "pyserial (>=3.0)" ], "requires_python": "", "summary": "Client to talk with ftDuino via USB", "version": "0.0.1" }, "last_serial": 4829856, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c300eabb688aaad99fd88cc1bdd15f2f", "sha256": "f8082c589b7d0348c04b34ae3f4293c06e74147b585ba0de1c090c07aaf87e45" }, "downloads": -1, "filename": "ftdu-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c300eabb688aaad99fd88cc1bdd15f2f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7483, "upload_time": "2019-02-16T22:04:18", "url": "https://files.pythonhosted.org/packages/fa/74/aa9352a44b24fc8948570f8e48816dc156f2fa222ced9a728a6752aea9ce/ftdu-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c1f5cfbd7cd297ac82482f0eee19500d", "sha256": "4f159e02054d0ab87efd44359a451c995618c637b76f9b80a9b4461ded8f928b" }, "downloads": -1, "filename": "ftdu-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c1f5cfbd7cd297ac82482f0eee19500d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8181, "upload_time": "2019-02-16T22:04:21", "url": "https://files.pythonhosted.org/packages/8d/bc/dc54c10d326a2470fec68bfbec8633d75233e61b5cf26275fe18716f3ab9/ftdu-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c300eabb688aaad99fd88cc1bdd15f2f", "sha256": "f8082c589b7d0348c04b34ae3f4293c06e74147b585ba0de1c090c07aaf87e45" }, "downloads": -1, "filename": "ftdu-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c300eabb688aaad99fd88cc1bdd15f2f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7483, "upload_time": "2019-02-16T22:04:18", "url": "https://files.pythonhosted.org/packages/fa/74/aa9352a44b24fc8948570f8e48816dc156f2fa222ced9a728a6752aea9ce/ftdu-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c1f5cfbd7cd297ac82482f0eee19500d", "sha256": "4f159e02054d0ab87efd44359a451c995618c637b76f9b80a9b4461ded8f928b" }, "downloads": -1, "filename": "ftdu-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c1f5cfbd7cd297ac82482f0eee19500d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8181, "upload_time": "2019-02-16T22:04:21", "url": "https://files.pythonhosted.org/packages/8d/bc/dc54c10d326a2470fec68bfbec8633d75233e61b5cf26275fe18716f3ab9/ftdu-0.0.1.tar.gz" } ] }