{ "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-fancyled/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/fancyled/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_FancyLED.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_FancyLED\n :alt: Build Status\n\nFancyLED is a CircuitPython library to assist in creating buttery smooth LED animation. It's loosely inspired by the FastLED library for Arduino, and in fact we have a \"helper\" library using similar function names to assist with porting of existing Arduino FastLED projects to CircuitPython.\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.\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-fancyled --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_FancyLED", "keywords": "adafruit fancyled fastled led animation rgb hardware micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-fancyled", "package_url": "https://pypi.org/project/adafruit-circuitpython-fancyled/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-fancyled/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_FancyLED" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-fancyled/1.3.2/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython FancyLED helper library for LED animations.", "version": "1.3.2" }, "last_serial": 5952291, "releases": { "1.2.0": [ { "comment_text": "", "digests": { "md5": "33d4455ac6f9a4d0fb65914af1446679", "sha256": "51a7f2c954241926328baaa5cc2775a65cf2ebe09efc6a9dcafe54fb873c5f3e" }, "downloads": -1, "filename": "adafruit-circuitpython-fancyled-1.2.0.tar.gz", "has_sig": false, "md5_digest": "33d4455ac6f9a4d0fb65914af1446679", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26945, "upload_time": "2018-08-09T16:09:17", "url": "https://files.pythonhosted.org/packages/a1/5c/6519e252a2a1acee28a056156a07d05d1bd7fee432b7560f75c1bc38a06c/adafruit-circuitpython-fancyled-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "0316c4aae29f6bfb5ff94bd3a9ea3fe4", "sha256": "9da6275ac2e909b4303f862460bf5d2a17b1147b79c5ce15675d3bb53dcf1c07" }, "downloads": -1, "filename": "adafruit-circuitpython-fancyled-1.2.1.tar.gz", "has_sig": false, "md5_digest": "0316c4aae29f6bfb5ff94bd3a9ea3fe4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26948, "upload_time": "2018-11-12T17:48:21", "url": "https://files.pythonhosted.org/packages/a2/55/66a732c31433484eecfe3eb289b761578e5c335a4f670ea7e699e064b9b7/adafruit-circuitpython-fancyled-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "12eb712f083f49a883fed1c58a1862cf", "sha256": "124cf5c5e70a3cff82f34d21504318424079ef3ea4de738fd8af7c986dd2e6a7" }, "downloads": -1, "filename": "adafruit-circuitpython-fancyled-1.2.2.tar.gz", "has_sig": false, "md5_digest": "12eb712f083f49a883fed1c58a1862cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26202, "upload_time": "2019-01-16T02:18:01", "url": "https://files.pythonhosted.org/packages/98/b1/4b9e81f1ffc3cf5eb081abe038958e20d5a9a8a3b68e4a7618ca0aa13664/adafruit-circuitpython-fancyled-1.2.2.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "68a9f33a723361eed311ce1181ac0c85", "sha256": "e42537bcffabcd33e8a18128ed976fec6131079fafdbe1897593c6952db28d54" }, "downloads": -1, "filename": "adafruit-circuitpython-fancyled-1.3.0.tar.gz", "has_sig": false, "md5_digest": "68a9f33a723361eed311ce1181ac0c85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26351, "upload_time": "2019-03-18T21:08:33", "url": "https://files.pythonhosted.org/packages/af/05/47f81b49fb0ccba5831d3dfdf901b3da220428dd8232f4ba44533b94ddae/adafruit-circuitpython-fancyled-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "09262c1c755c1aa82c090067b5999f0a", "sha256": "b9e9667d31a8d20970e920ae051e102b6567709f351951df658d8a69fc063382" }, "downloads": -1, "filename": "adafruit-circuitpython-fancyled-1.3.1.tar.gz", "has_sig": false, "md5_digest": "09262c1c755c1aa82c090067b5999f0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26375, "upload_time": "2019-09-16T21:08:08", "url": "https://files.pythonhosted.org/packages/95/8f/d9a85855ba70809482841a38d4a5325993d435688dd12386879227470699/adafruit-circuitpython-fancyled-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "deac6829a6666ced475424fefd9aa90f", "sha256": "1444e60a3c9a29a0e9696129e7db58ec3c3f112381f02e409845b13bcb6abd6f" }, "downloads": -1, "filename": "adafruit-circuitpython-fancyled-1.3.2.tar.gz", "has_sig": false, "md5_digest": "deac6829a6666ced475424fefd9aa90f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26397, "upload_time": "2019-10-09T22:28:12", "url": "https://files.pythonhosted.org/packages/16/78/0a75dcbf52765631fcc7648ef8026d99d65ebeb53eec59aa12ce97491318/adafruit-circuitpython-fancyled-1.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "deac6829a6666ced475424fefd9aa90f", "sha256": "1444e60a3c9a29a0e9696129e7db58ec3c3f112381f02e409845b13bcb6abd6f" }, "downloads": -1, "filename": "adafruit-circuitpython-fancyled-1.3.2.tar.gz", "has_sig": false, "md5_digest": "deac6829a6666ced475424fefd9aa90f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26397, "upload_time": "2019-10-09T22:28:12", "url": "https://files.pythonhosted.org/packages/16/78/0a75dcbf52765631fcc7648ef8026d99d65ebeb53eec59aa12ce97491318/adafruit-circuitpython-fancyled-1.3.2.tar.gz" } ] }