{ "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": ".. figure:: https://github.com/pimoroni/rainbow-hat/raw/master/rainbowhatpimoroni.png\n :alt: Rainbow HAT\n\nRainbow HAT is a flexible IO exploration board with multiple devices\ncovering i2c, SPI, generic GPIO.\n\nThis repository contains the Pimoroni Python driver for Rainbow HAT, for\nuse with Raspbiban on your Raspberry Pi.\n\nFor the official AndroidThings driver see:\nhttps://github.com/androidthings/contrib-drivers/tree/master/rainbowhat\n\nInstallation\n------------\n\n**Full install ( recommended ):**\n\nWe've created a super-easy installation script that will install all\npre-requisites and get your Rainbow HAT up and running in a jiffy. To\nrun it fire up Terminal which you'll find in Menu -> Accessories ->\nTerminal on your Raspberry Pi desktop like so:\n\n.. figure:: https://github.com/pimoroni/rainbow-hat/raw/master/terminal.jpg\n :alt: Finding the terminal\n\nIn the new terminal window type:\n\n.. code:: bash\n\n curl https://get.pimoroni.com/rainbowhat | bash\n\nIf you choose to download examples you'll find them in\n``/home/pi/Pimoroni/rainbowhat``.\n\n**Library install for Python 3:**\n\non Raspbian:\n\n.. code:: bash\n\n sudo apt-get install python3-rainbowhat\n\nother environments:\n\n.. code:: bash\n\n sudo pip3 install rainbowhat\n\n**Library install for Python 2:**\n\non Raspbian:\n\n.. code:: bash\n\n sudo apt-get install python-rainbowhat\n\nother environments:\n\n.. code:: bash\n\n sudo pip2 install rainbowhat\n\nDocumentation & Support\n-----------------------\n\n| Getting started - http://learn.pimoroni.com/tutorial/sandyj/getting-started-with-rainbow-hat-in-python\n| GPIO Pinout - https://pinout.xyz/pinout/rainbow\\_hat\n| Get help - http://forums.pimoroni.com/c/support\n\n0.1.0\n-----\n\n* Change: Pressure readings now output as hPa rather than Pa\n* Change: Removed hard calls to exit() to fix behaviour in IDLE\n* Change: Defer device setup until methods are called\n* Fix: Added delay to APA102 output to fix instability under high load\n\n0.0.2\n-----\n\n* Bugfix: Fixed length calculation in print_number_str\n\n0.0.1\n-----\n\n* Initial release\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 IoT Weather Display", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "rainbowhat", "package_url": "https://pypi.org/project/rainbowhat/", "platform": "", "project_url": "https://pypi.org/project/rainbowhat/", "project_urls": { "Homepage": "http://www.pimoroni.com" }, "release_url": "https://pypi.org/project/rainbowhat/0.1.0/", "requires_dist": [ "RPi.GPIO" ], "requires_python": "", "summary": "Rainbow HAT Driver", "version": "0.1.0" }, "last_serial": 3891434, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "87a26ee2b082d48827191fe6ca859d14", "sha256": "81c9edd9d8916e405df098c1d427a2f8b1a4e333d476e25f9ed480d3a4eddb32" }, "downloads": -1, "filename": "rainbowhat-0.0.1.tar.gz", "has_sig": false, "md5_digest": "87a26ee2b082d48827191fe6ca859d14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9971, "upload_time": "2016-12-14T10:17:03", "url": "https://files.pythonhosted.org/packages/f5/f6/91ed26906a8555a2e2477801eab015ba7f6671b6a0914f5a28431b5b672b/rainbowhat-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "b65f041ed3da82435f93459ea9a31dd7", "sha256": "2f958adbbe9fcecfa3dbca4bb2f9da60eeca28ed1300f9f5f47becadfa9aa9c7" }, "downloads": -1, "filename": "rainbowhat-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b65f041ed3da82435f93459ea9a31dd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10067, "upload_time": "2017-03-17T14:32:45", "url": "https://files.pythonhosted.org/packages/a8/e5/15cd0dcb1083b9f8b0941b75d70faa4d7192d41c8140fd176f6aabbefd2f/rainbowhat-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "17549cc9d80c1c34825cd7775b174982", "sha256": "aeb2339af0b97a3c75e2340685d4e9c1b19c2abd6c6790c7958cb6586834d1bc" }, "downloads": -1, "filename": "rainbowhat-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "17549cc9d80c1c34825cd7775b174982", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 15513, "upload_time": "2018-05-23T13:39:50", "url": "https://files.pythonhosted.org/packages/37/c6/2d474d2ba5f811496cedaba50421565c132f543ff59f6513c38b99d6e3a0/rainbowhat-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ab8ae1e665313b1cc753483759d3e180", "sha256": "c7c5861766984f9aef2458de96b23d223e9f01f86093076183ae632ad3d6dddc" }, "downloads": -1, "filename": "rainbowhat-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ab8ae1e665313b1cc753483759d3e180", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15512, "upload_time": "2018-05-23T13:39:51", "url": "https://files.pythonhosted.org/packages/7d/7e/3602b5a0d9c8a0a0ed7739c90e1fe67e033884f07f8156d26c97a9ae98ff/rainbowhat-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4244f916ed60377e0c40fb4d79a735e2", "sha256": "fdbe3d0086d3e80d7016220e21b5cbf165e73c5f52895821f725fad2d7b5eb0d" }, "downloads": -1, "filename": "rainbowhat-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4244f916ed60377e0c40fb4d79a735e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12896, "upload_time": "2018-05-23T13:39:52", "url": "https://files.pythonhosted.org/packages/0f/58/78eb648e6c72afdab145ac00619349ae5796d7651e8c37d804729c7fd5ae/rainbowhat-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "17549cc9d80c1c34825cd7775b174982", "sha256": "aeb2339af0b97a3c75e2340685d4e9c1b19c2abd6c6790c7958cb6586834d1bc" }, "downloads": -1, "filename": "rainbowhat-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "17549cc9d80c1c34825cd7775b174982", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 15513, "upload_time": "2018-05-23T13:39:50", "url": "https://files.pythonhosted.org/packages/37/c6/2d474d2ba5f811496cedaba50421565c132f543ff59f6513c38b99d6e3a0/rainbowhat-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ab8ae1e665313b1cc753483759d3e180", "sha256": "c7c5861766984f9aef2458de96b23d223e9f01f86093076183ae632ad3d6dddc" }, "downloads": -1, "filename": "rainbowhat-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ab8ae1e665313b1cc753483759d3e180", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15512, "upload_time": "2018-05-23T13:39:51", "url": "https://files.pythonhosted.org/packages/7d/7e/3602b5a0d9c8a0a0ed7739c90e1fe67e033884f07f8156d26c97a9ae98ff/rainbowhat-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4244f916ed60377e0c40fb4d79a735e2", "sha256": "fdbe3d0086d3e80d7016220e21b5cbf165e73c5f52895821f725fad2d7b5eb0d" }, "downloads": -1, "filename": "rainbowhat-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4244f916ed60377e0c40fb4d79a735e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12896, "upload_time": "2018-05-23T13:39:52", "url": "https://files.pythonhosted.org/packages/0f/58/78eb648e6c72afdab145ac00619349ae5796d7651e8c37d804729c7fd5ae/rainbowhat-0.1.0.tar.gz" } ] }