{ "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-tlc5947/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/tlc5947/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_TLC5947.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_TLC5947\n :alt: Build Status\n\nCircuitPython module for the TLC5947 12-bit 24 channel LED PWM driver.\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\n| See examples/tlc5947_simpletest.py for a demo of the usage.\n| See examples/tlc5947_chain.py for a demo of chained driver 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-tlc5947 --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_TLC5947", "keywords": "adafruit tlc5947 12-bit 24-channel led pwm hardware micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-tlc5947", "package_url": "https://pypi.org/project/adafruit-circuitpython-tlc5947/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-tlc5947/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_TLC5947" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-tlc5947/1.2.3/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython library for TLC5947 12-bit 24 channel LED PWM driver.", "version": "1.2.3" }, "last_serial": 4867007, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "2c3784267fe3f3bcd5cdd6662ff70b85", "sha256": "94c2949ed9f20779e13a2c103c30b56f48cc6ec8420e957ffaf824c92bee65c4" }, "downloads": -1, "filename": "adafruit-circuitpython-tlc5947-1.1.0.tar.gz", "has_sig": false, "md5_digest": "2c3784267fe3f3bcd5cdd6662ff70b85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21798, "upload_time": "2018-08-08T21:39:28", "url": "https://files.pythonhosted.org/packages/59/61/2ab8d7f569f6bda256d099faa17154f1ed74f5d39ae4b0b94ac65a1d4d69/adafruit-circuitpython-tlc5947-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "3553da17c7691fc84ed769a0c809c1fa", "sha256": "c91d6a66d7cf0e2d13e50e1641051d2f7ff283145f9269edfe371c015fd28b0b" }, "downloads": -1, "filename": "adafruit-circuitpython-tlc5947-1.1.1.tar.gz", "has_sig": false, "md5_digest": "3553da17c7691fc84ed769a0c809c1fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21960, "upload_time": "2018-11-12T20:16:41", "url": "https://files.pythonhosted.org/packages/c6/61/d21bd72cb914f7c89d17e97fb1d090b54526bf666d5464182063227271b8/adafruit-circuitpython-tlc5947-1.1.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "3f9db79deb96c2b2b7448d02ccfa6601", "sha256": "f5fc08b54bafcbf17a35da46e84b89b9553ee6b2a060c6885a5fa7122123492f" }, "downloads": -1, "filename": "adafruit-circuitpython-tlc5947-1.2.0.tar.gz", "has_sig": false, "md5_digest": "3f9db79deb96c2b2b7448d02ccfa6601", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23084, "upload_time": "2018-12-03T22:02:54", "url": "https://files.pythonhosted.org/packages/a3/1c/ba3d6d72cc4b04110ba2b8fc5c114c3481af1c98581da33f94b0d05d2d85/adafruit-circuitpython-tlc5947-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "ed91592f16c0a0741ced1a3c794733e7", "sha256": "5f9c7ac2a62cd8644241c76f561cf9270d2a4a7dfa809beac304c04d30143575" }, "downloads": -1, "filename": "adafruit-circuitpython-tlc5947-1.2.1.tar.gz", "has_sig": false, "md5_digest": "ed91592f16c0a0741ced1a3c794733e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22539, "upload_time": "2019-01-15T00:26:24", "url": "https://files.pythonhosted.org/packages/98/2d/f877182ff0e4fb14770d508a53fc5735d81591cf6c393eb9ce7a12a83c0d/adafruit-circuitpython-tlc5947-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "651384b6313638a79300adaaf1b17fb3", "sha256": "28f0161faafdce81879101e21a036804e4af3cb5cd9a56588a2c0bb843959a53" }, "downloads": -1, "filename": "adafruit-circuitpython-tlc5947-1.2.2.tar.gz", "has_sig": false, "md5_digest": "651384b6313638a79300adaaf1b17fb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22690, "upload_time": "2019-02-11T16:18:07", "url": "https://files.pythonhosted.org/packages/ff/eb/f7e7f8b7b26c64d72cf819ac23b1408d644ba0108c0ed912bc33a3f87fbd/adafruit-circuitpython-tlc5947-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "0f58c24fb924727e6c858d6f592d5534", "sha256": "1801ad6555d70632cbcddcc1420b6aa25db10e3fb2cf43e4eea6b7c4b402b6ec" }, "downloads": -1, "filename": "adafruit-circuitpython-tlc5947-1.2.3.tar.gz", "has_sig": false, "md5_digest": "0f58c24fb924727e6c858d6f592d5534", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22702, "upload_time": "2019-02-25T22:20:23", "url": "https://files.pythonhosted.org/packages/76/47/107f33d05a5177064a2d3884cc3920fa9adb7b084679d96077d6eea2d7be/adafruit-circuitpython-tlc5947-1.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0f58c24fb924727e6c858d6f592d5534", "sha256": "1801ad6555d70632cbcddcc1420b6aa25db10e3fb2cf43e4eea6b7c4b402b6ec" }, "downloads": -1, "filename": "adafruit-circuitpython-tlc5947-1.2.3.tar.gz", "has_sig": false, "md5_digest": "0f58c24fb924727e6c858d6f592d5534", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22702, "upload_time": "2019-02-25T22:20:23", "url": "https://files.pythonhosted.org/packages/76/47/107f33d05a5177064a2d3884cc3920fa9adb7b084679d96077d6eea2d7be/adafruit-circuitpython-tlc5947-1.2.3.tar.gz" } ] }