{ "info": { "author": "Adafruit Industries", "author_email": "circuitpython@adafruit.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries", "Topic :: System :: Hardware" ], "description": "Introduction\n============\n\n.. image:: https://readthedocs.org/projects/adafruit-circuitpython-simpleio/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/simpleio/en/latest/\n :alt: Documentation Status\n\n.. image :: https://img.shields.io/discord/327254708534116352.svg\n :target: https://discord.gg/nBQh6qu\n :alt: Discord\n\n.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_SimpleIO.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_SimpleIO\n :alt: Build Status\n\nSimpleIO features a number of helpers to simplify hardware interactions. Many\nof the functions and classes are inspired by Arduino APIs to make it easier to\nmove to CircuitPython from Arduino.\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython `_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle `_.\n\nUsage Example\n=============\n\nSee the examples in the `examples/` folder for usage.\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n`_\nbefore contributing to help this project stay welcoming.\n\nBuilding locally\n================\n\nTo build this library locally you'll need to install the\n`circuitpython-build-tools `_ package.\n\n.. code-block:: shell\n\n python3 -m venv .env\n source .env/bin/activate\n pip install circuitpython-build-tools\n\nOnce installed, make sure you are in the virtual environment:\n\n.. code-block:: shell\n\n source .env/bin/activate\n\nThen run the build:\n\n.. code-block:: shell\n\n circuitpython-build-bundles --filename_prefix adafruit-circuitpython-simpleio --library_location .\n\nSphinx documentation\n-----------------------\n\nSphinx is used to build the documentation based on rST files and comments in the code. First,\ninstall dependencies (feel free to reuse the virtual environment from above):\n\n.. code-block:: shell\n\n python3 -m venv .env\n source .env/bin/activate\n pip install Sphinx sphinx-rtd-theme\n\nNow, once you have the virtual environment activated:\n\n.. code-block:: shell\n\n cd docs\n sphinx-build -E -W -b html . _build/html\n\nThis will output the documentation to ``docs/_build/html``. Open the index.html in your browser to\nview them. It will also (due to -W) error out on any warning like Travis will. This is a good way to\nlocally verify it will pass.", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO", "keywords": "adafruit simpleio servo map range bitwrite hardware micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-simpleio", "package_url": "https://pypi.org/project/adafruit-circuitpython-simpleio/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-simpleio/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-simpleio/2.0.1/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython helper library to simplify hardware interactions.", "version": "2.0.1" }, "last_serial": 5881319, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "2144f9bed30439612a612daa36b45ea1", "sha256": "7c6344421789ba6715524a6f74bae27b62c822bc2bb8b912fb7ab8b78d3f57ad" }, "downloads": -1, "filename": "adafruit-circuitpython-simpleio-1.1.0.tar.gz", "has_sig": false, "md5_digest": "2144f9bed30439612a612daa36b45ea1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21381, "upload_time": "2018-08-09T16:17:56", "url": "https://files.pythonhosted.org/packages/f7/68/a2a5438447b08bc846a85923a8bf23bba8c9aafd00804e3056d6a86dee3e/adafruit-circuitpython-simpleio-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "af0fb3eea1e4ecefd4eb79a2f0b7eda3", "sha256": "87984da3fc85c7c16a219da7b304270c1d4c1544fb728be9e114ef5de4d3f22f" }, "downloads": -1, "filename": "adafruit-circuitpython-simpleio-1.1.1.tar.gz", "has_sig": false, "md5_digest": "af0fb3eea1e4ecefd4eb79a2f0b7eda3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21093, "upload_time": "2018-10-02T23:55:19", "url": "https://files.pythonhosted.org/packages/a1/29/f80720d75d8818b958c345bdafaa2aa37e4d32860eae1b0749c239ecbffd/adafruit-circuitpython-simpleio-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "059f22d16fc5fc7ee41004c0e3027398", "sha256": "4487426a44c1221b9d84e79474cfbf1ff50042baa9d7a237a9bb5011377b692a" }, "downloads": -1, "filename": "adafruit-circuitpython-simpleio-1.1.2.tar.gz", "has_sig": false, "md5_digest": "059f22d16fc5fc7ee41004c0e3027398", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20928, "upload_time": "2019-01-15T03:27:18", "url": "https://files.pythonhosted.org/packages/d1/b1/2bef864f492562a8942d245ac28614aaa7cae60b46665db8b32bbfe94cc3/adafruit-circuitpython-simpleio-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "774969596a9d3061f36f104ab5ba593e", "sha256": "4c1e3aa609f8a912822659134ce00397a805f3c97a687722b0fdbbb03a1d0a47" }, "downloads": -1, "filename": "adafruit-circuitpython-simpleio-1.1.3.tar.gz", "has_sig": false, "md5_digest": "774969596a9d3061f36f104ab5ba593e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20948, "upload_time": "2019-05-07T19:56:45", "url": "https://files.pythonhosted.org/packages/05/f1/a4e4c3d98096df84ab57397de8ae024d91a0b6b3cd920320f93fea3debc0/adafruit-circuitpython-simpleio-1.1.3.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "f7330064820d112427d47d634233ae1d", "sha256": "d84c9f9e1e0ecf389b2a2a84ea8e4ba334ddcc65f86993a2b00342d21be82626" }, "downloads": -1, "filename": "adafruit-circuitpython-simpleio-1.2.0.tar.gz", "has_sig": false, "md5_digest": "f7330064820d112427d47d634233ae1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20993, "upload_time": "2019-07-09T17:10:45", "url": "https://files.pythonhosted.org/packages/52/e3/1239ad13db71c719862617c04a7c13c29f7fef1ee2616da7993a3a0a12e9/adafruit-circuitpython-simpleio-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "29390494cd5a3458eb0ff17a64071351", "sha256": "a4cc928412b8bd84bbf19eb05ade6b120d892b8a340182061533585953ecf57b" }, "downloads": -1, "filename": "adafruit-circuitpython-simpleio-1.2.1.tar.gz", "has_sig": false, "md5_digest": "29390494cd5a3458eb0ff17a64071351", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21083, "upload_time": "2019-07-16T15:13:12", "url": "https://files.pythonhosted.org/packages/ac/af/9d9da7dab86a67729efb2dbd4df41bdbe372c82c218dbcb88a5311281e11/adafruit-circuitpython-simpleio-1.2.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "1bf70ed0d2edd19f88d38760647ea5a4", "sha256": "2fe203225d2a1b05a308dc45cbe21eafbe733d56985b734ebf813ac1f3ca5b2b" }, "downloads": -1, "filename": "adafruit-circuitpython-simpleio-2.0.0.tar.gz", "has_sig": false, "md5_digest": "1bf70ed0d2edd19f88d38760647ea5a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21120, "upload_time": "2019-09-16T20:55:08", "url": "https://files.pythonhosted.org/packages/8e/30/24aa024f88cbdd1c1ea2ff3614b2ad98c722babed3e7483b7a5ddd74c2fe/adafruit-circuitpython-simpleio-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "cad66e34787426c656b5af6685003407", "sha256": "8f09a06eeb6810e21a233192c47ac7725cd7a5a7f86388062213fec8ad836cc4" }, "downloads": -1, "filename": "adafruit-circuitpython-simpleio-2.0.1.tar.gz", "has_sig": false, "md5_digest": "cad66e34787426c656b5af6685003407", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21143, "upload_time": "2019-09-24T18:33:10", "url": "https://files.pythonhosted.org/packages/83/cd/5932a73209221a363744f9fc18d774b6b0bdf93d7a96299349248a75b9e8/adafruit-circuitpython-simpleio-2.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cad66e34787426c656b5af6685003407", "sha256": "8f09a06eeb6810e21a233192c47ac7725cd7a5a7f86388062213fec8ad836cc4" }, "downloads": -1, "filename": "adafruit-circuitpython-simpleio-2.0.1.tar.gz", "has_sig": false, "md5_digest": "cad66e34787426c656b5af6685003407", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21143, "upload_time": "2019-09-24T18:33:10", "url": "https://files.pythonhosted.org/packages/83/cd/5932a73209221a363744f9fc18d774b6b0bdf93d7a96299349248a75b9e8/adafruit-circuitpython-simpleio-2.0.1.tar.gz" } ] }