{ "info": { "author": "Philip Howard", "author_email": "phil@pimoroni.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: System :: Hardware" ], "description": "|Blinkt!| https://shop.pimoroni.com/products/blinkt\n\nEight super-bright RGB LED indicators, ideal for adding visual\nnotifications to your Raspberry Pi on their own or on a pHAT stacking\nheader.\n\nInstalling\n----------\n\nFull install (recommended):\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nWe've created an easy installation script that will install all\npre-requisites and get your Blinkt! up and running with minimal efforts.\nTo run it, fire up Terminal which you'll find in Menu -> Accessories ->\nTerminal on your Raspberry Pi desktop, as illustrated below:\n\n.. figure:: http://get.pimoroni.com/resources/github-repo-terminal.png\n :alt: Finding the terminal\n\nIn the new terminal window type the command exactly as it appears below\n(check for typos) and follow the on-screen instructions:\n\n.. code:: bash\n\n curl https://get.pimoroni.com/blinkt | bash\n\nAlternatively, on Raspbian, you can download the ``pimoroni-dashboard``\nand install your product by browsing to the relevant entry:\n\n.. code:: bash\n\n sudo apt-get install pimoroni\n\n(you will find the Dashboard under 'Accessories' too, in the Pi menu -\nor just run ``pimoroni-dashboard`` at the command line)\n\nIf you choose to download examples you'll find them in\n``/home/pi/Pimoroni/blinkt/``.\n\nManual install:\n~~~~~~~~~~~~~~~\n\nLibrary install for Python 3:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\non Raspbian:\n\n.. code:: bash\n\n sudo apt-get install python3-blinkt\n\nother environments:\n\n.. code:: bash\n\n sudo pip3 install blinkt\n\nLibrary install for Python 2:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\non Raspbian:\n\n.. code:: bash\n\n sudo apt-get install python-blinkt\n\nother environments:\n\n.. code:: bash\n\n sudo pip2 install blinkt\n\nDevelopment:\n~~~~~~~~~~~~\n\nIf you want to contribute, or like living on the edge of your seat by\nhaving the latest code, you should clone this repository, ``cd`` to the\nlibrary directory, and run:\n\n.. code:: bash\n\n sudo python3 setup.py install\n\n(or ``sudo python setup.py install`` whichever your primary Python\nenvironment may be)\n\nDocumentation & Support\n-----------------------\n\n- Guides and tutorials - https://learn.pimoroni.com/blinkt\n- Function reference - http://docs.pimoroni.com/blinkt/\n- GPIO Pinout - https://pinout.xyz/pinout/blinkt\n- Get help - http://forums.pimoroni.com/c/support\n\nUnofficial / Third-party libraries\n----------------------------------\n\n- Golang library & examples by `Alex\n Ellis `__ -\n https://github.com/alexellis/blinkt\\_go\\_examples\n- Java library by Jim Darby - https://github.com/hackerjimbo/PiJava\n\n.. |Blinkt!| image:: https://raw.githubusercontent.com/pimoroni/blinkt/master/blinkt-logo.png\n\n0.1.2\n-----\n\n* BugFix: Added sleep to data output, see: https://github.com/pimoroni/blinkt/issues/62\n\n0.1.1\n-----\n\n* New: Added `get_pixel` to return colour and brightness of a single pixel\n\n0.1.0\n-----\n\n* Removed try/except from RPi.GPIO import, output was misleading at best\n* Reverted default behaviour of clear on exit\n\n0.0.9\n-----\n\n* Added set_all method to set all pixels\n* Changed default behaviour of clear on exit to reduce module side-effects\n* Move GPIO initialisation to show() to reduce module side-effects\n\n0.0.8\n-----\n\n* Tweaked some methods to show intent as implementation detail only\n* Added docstrings detailing public methods\n\n0.0.7\n-----\n\n* Fixed bug with APA102 pixels that have a small, black die (vs the larger, paler one)\n\n0.0.6\n-----\n\n* set_clear_on_exit now method\n\n0.0.5\n-----\n\n* Range clamping and coercion to integers\n\n0.0.4\n-----\n\n* Various bug fixes\n\n0.0.3\n-----\n\n* Switch to Python\n\n0.0.2\n-----\n\n* Bug fixes for C Library\n\n0.0.1\n-----\n\n* Original C Library\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.pimoroni.com", "keywords": "Raspberry Pi LED", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "blinkt", "package_url": "https://pypi.org/project/blinkt/", "platform": "", "project_url": "https://pypi.org/project/blinkt/", "project_urls": { "Homepage": "http://www.pimoroni.com" }, "release_url": "https://pypi.org/project/blinkt/0.1.2/", "requires_dist": [ "RPi.GPIO" ], "requires_python": "", "summary": "Python library for driving Pimoroni Blinkt!", "version": "0.1.2" }, "last_serial": 3890939, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5672d6f6f949a060c20b26d3a51d17ab", "sha256": "b4d952d1adfde0b83a256fa52088ad9f0ebc881b0a04253b3c00a32388431106" }, "downloads": -1, "filename": "blinkt-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5672d6f6f949a060c20b26d3a51d17ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30611, "upload_time": "2016-06-21T14:45:24", "url": "https://files.pythonhosted.org/packages/be/8f/bec5f485aff7c0b195c3254a2be354ed85c41162996287d41095895fed76/blinkt-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f2eb9195d6419caf69d8a389a62ccf67", "sha256": "85a86b54b998d085525e429966786d4dbffe179ce9695396bed7e1e00f67e079" }, "downloads": -1, "filename": "blinkt-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f2eb9195d6419caf69d8a389a62ccf67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30687, "upload_time": "2016-06-21T14:46:20", "url": "https://files.pythonhosted.org/packages/96/8c/d6520eeceb9808180eb00400ac1f4d8b52e19291c4af310451af0ff395be/blinkt-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "40566eb8591390f67d86525614c0c353", "sha256": "6363f958a0a802d092fb4ff4a74df8fa3068d57b8a926e7d9dc4bbc126427c28" }, "downloads": -1, "filename": "blinkt-0.0.3.tar.gz", "has_sig": false, "md5_digest": "40566eb8591390f67d86525614c0c353", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1353, "upload_time": "2016-06-21T15:30:35", "url": "https://files.pythonhosted.org/packages/61/5a/1f8cdcaaba1fffd6a04452591df2b840490b0d0e8bb0d32950d41ec2d429/blinkt-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "653afd9ed5ab4a78c10644bb6d613e9a", "sha256": "e6b532887b90ea50abaa6fcdbdf27c8ef497b890c281eb392825ea0b715d8232" }, "downloads": -1, "filename": "blinkt-0.0.4.tar.gz", "has_sig": false, "md5_digest": "653afd9ed5ab4a78c10644bb6d613e9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1398, "upload_time": "2016-06-21T15:47:35", "url": "https://files.pythonhosted.org/packages/99/bd/168dcd613a26e8586164a840a6917f453ea89584f7d5ec2df299ca6af855/blinkt-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "a4fa97e00fa8dea06c39df252a144154", "sha256": "919c0ca1292d732bdb866f209fecef08c751b46a0d7885b67925a4158d712129" }, "downloads": -1, "filename": "blinkt-0.0.5.tar.gz", "has_sig": false, "md5_digest": "a4fa97e00fa8dea06c39df252a144154", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1437, "upload_time": "2016-06-21T16:11:37", "url": "https://files.pythonhosted.org/packages/58/cb/e45f7d3acc4e696861e2a149e250bfcf6d7d1341a07e5d327b6a22d97f26/blinkt-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "56d0aef68345935bd9bf244c0e5fe881", "sha256": "edb395f9abf6acffe79d92ef2c1f1f12d02849bdddfb475a89ff0bb8605ffb0f" }, "downloads": -1, "filename": "blinkt-0.0.6.tar.gz", "has_sig": false, "md5_digest": "56d0aef68345935bd9bf244c0e5fe881", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2798, "upload_time": "2016-08-11T15:44:46", "url": "https://files.pythonhosted.org/packages/93/c3/a23657e5bd26a8406a9e4017235884ea4fa76719a3aa4ad7eacd1d42767d/blinkt-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "ba5cc17e4c61c932ad60b7a47ac606d9", "sha256": "f49a1f0836565b790fa3548fea8c5decfd9938664f4d29f682bd8ca04bd2164c" }, "downloads": -1, "filename": "blinkt-0.0.7.tar.gz", "has_sig": false, "md5_digest": "ba5cc17e4c61c932ad60b7a47ac606d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2922, "upload_time": "2016-08-24T13:34:43", "url": "https://files.pythonhosted.org/packages/1a/2f/df40090aea4d6ab9d9f484cc43d1c2d43dec51e82bab9b04362d31849bd5/blinkt-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "d3e41db380c7aedd30e116f9c1fe568a", "sha256": "f7047e653c385ee80363d5bc4d536bbd8253dd757d513034361082425657ca19" }, "downloads": -1, "filename": "blinkt-0.0.8.tar.gz", "has_sig": false, "md5_digest": "d3e41db380c7aedd30e116f9c1fe568a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3332, "upload_time": "2016-09-06T13:18:52", "url": "https://files.pythonhosted.org/packages/2f/d9/d39a5dc2d10c899a770a64197c02125891a7678746724b6c96c37224d2a0/blinkt-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "03ab055a3d7656830b837537c25078bb", "sha256": "32a22be6f662c7f18218676709c08cf3132a7daaffd187a3509eb723313fc1a2" }, "downloads": -1, "filename": "blinkt-0.0.9.tar.gz", "has_sig": false, "md5_digest": "03ab055a3d7656830b837537c25078bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3572, "upload_time": "2016-09-06T13:47:18", "url": "https://files.pythonhosted.org/packages/0a/54/7b7afc8fd77236bbb00166fc91a796648aeb2079ea172b51be541a50d864/blinkt-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "a616877c4202abeacbdf2b5b00f524c5", "sha256": "8b7de578ef3beb63db95701d4233877fd48694d33ab11eb95fc8da87ccfaf9ae" }, "downloads": -1, "filename": "blinkt-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a616877c4202abeacbdf2b5b00f524c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3588, "upload_time": "2016-09-06T14:19:29", "url": "https://files.pythonhosted.org/packages/7f/d4/66c467c57e9b16d95b33096d3b8b45e6cc3abd8856fc8b7d83600f88200b/blinkt-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d7a53f61e46ec22805fd63575befae1a", "sha256": "ac389ca31bcd863a77c71aa3a9cc6057c5af77cb948f317040d3425348b2b40b" }, "downloads": -1, "filename": "blinkt-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "d7a53f61e46ec22805fd63575befae1a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4393, "upload_time": "2018-02-20T12:44:17", "url": "https://files.pythonhosted.org/packages/e6/70/fee35b57f49a6fcf68b53e36642c4a1b9d7f94354188ad64508afad7c652/blinkt-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d9efa55ac7e15c4d6325b5133e3ee33e", "sha256": "249f66cdd685228a71658e7259a6e74d8fba2ea400f0156de1596e91ec1bad50" }, "downloads": -1, "filename": "blinkt-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d9efa55ac7e15c4d6325b5133e3ee33e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4361, "upload_time": "2018-02-20T12:44:24", "url": "https://files.pythonhosted.org/packages/28/de/ec70e1ba1363844ab9d9c4e37f319144867718decd5502f6b40ef94b7383/blinkt-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "205d29824e60bdfbadb699e0b4563c0b", "sha256": "c2b2e7a257c893e02f72c021b89d7f27f844f16759707c09981b9199c1f93ab8" }, "downloads": -1, "filename": "blinkt-0.1.1.tar.gz", "has_sig": false, "md5_digest": "205d29824e60bdfbadb699e0b4563c0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3709, "upload_time": "2018-02-20T12:44:35", "url": "https://files.pythonhosted.org/packages/cc/12/5bda51f401b4642082cdf1d7254c9fe6ae86e992a871a01fbfcf88617d8d/blinkt-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c28bdc2c9523929d42f98ce607373ade", "sha256": "5a77cf0236c7257bf0045ecf67d6963d35baf2f070b1c1acaf752b676906c3a1" }, "downloads": -1, "filename": "blinkt-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "c28bdc2c9523929d42f98ce607373ade", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6575, "upload_time": "2018-05-23T11:05:58", "url": "https://files.pythonhosted.org/packages/e8/bc/ff38ec1073c5570c058ce57820fb66613483d260b5470e786483916f9649/blinkt-0.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9de4244c21bef778c7e14b70a62977eb", "sha256": "b090d1eccb5b8b5caaaeb25cfdb96f51cc12e98a8ab81c667c19b58b365f2818" }, "downloads": -1, "filename": "blinkt-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "9de4244c21bef778c7e14b70a62977eb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6577, "upload_time": "2018-05-23T11:05:59", "url": "https://files.pythonhosted.org/packages/b9/24/b8244726dd74e6d140a162e2587e6df7d65cac18558f5df7cad9e9f9f1ff/blinkt-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5b7b18e15380ea1815b639fcb45dba7c", "sha256": "db8f54a22a7382476e4ac7531974fe01baee916b01f415bf3817c02820d59f3f" }, "downloads": -1, "filename": "blinkt-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5b7b18e15380ea1815b639fcb45dba7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5178, "upload_time": "2018-05-23T11:06:00", "url": "https://files.pythonhosted.org/packages/c0/33/fb5a3bfc2e9d467a6f9892088f08c0b88b4bbb0237a696b1b25cacab54d5/blinkt-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c28bdc2c9523929d42f98ce607373ade", "sha256": "5a77cf0236c7257bf0045ecf67d6963d35baf2f070b1c1acaf752b676906c3a1" }, "downloads": -1, "filename": "blinkt-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "c28bdc2c9523929d42f98ce607373ade", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6575, "upload_time": "2018-05-23T11:05:58", "url": "https://files.pythonhosted.org/packages/e8/bc/ff38ec1073c5570c058ce57820fb66613483d260b5470e786483916f9649/blinkt-0.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9de4244c21bef778c7e14b70a62977eb", "sha256": "b090d1eccb5b8b5caaaeb25cfdb96f51cc12e98a8ab81c667c19b58b365f2818" }, "downloads": -1, "filename": "blinkt-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "9de4244c21bef778c7e14b70a62977eb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6577, "upload_time": "2018-05-23T11:05:59", "url": "https://files.pythonhosted.org/packages/b9/24/b8244726dd74e6d140a162e2587e6df7d65cac18558f5df7cad9e9f9f1ff/blinkt-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5b7b18e15380ea1815b639fcb45dba7c", "sha256": "db8f54a22a7382476e4ac7531974fe01baee916b01f415bf3817c02820d59f3f" }, "downloads": -1, "filename": "blinkt-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5b7b18e15380ea1815b639fcb45dba7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5178, "upload_time": "2018-05-23T11:06:00", "url": "https://files.pythonhosted.org/packages/c0/33/fb5a3bfc2e9d467a6f9892088f08c0b88b4bbb0237a696b1b25cacab54d5/blinkt-0.1.2.tar.gz" } ] }