{ "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": "|Unicorn HAT HD| http://shop.pimoroni.com/products/unicorn-hat-hd\n\n|Build Status| |Coverage Status| |PyPi Package| |Python Versions|\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 Unicorn HAT HD up and running with minimal\nefforts. To run it, fire up Terminal which you'll find in Menu ->\nAccessories -> Terminal on your Raspberry Pi desktop, as illustrated\nbelow:\n\n.. figure:: http://get.pimoroni.com/resources/github-repo-terminal.png\n :alt: Finding the terminal\n\n 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/unicornhathd | bash\n\nIf you choose to download examples you'll find them in\n``/home/pi/Pimoroni/unicornhathd/``. To prototype and try out your code\nwithout having to deploy it onto a Raspberry Pi every time, you can use\nthe `Unicorn HAT\nsimulator `__ to run a mock\nUnicorn HAT on your computer.\n\nManual install:\n~~~~~~~~~~~~~~~\n\nSPI needs to be enabled to communicate with the Unicorn Hat HD. If the\nSPI on your Pi is not enabled or you are unsure if it is:\n\n.. code:: bash\n\n sudo raspi-config nonint do_spi 0\n sudo reboot\n\nLibrary install for Python 3:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n.. code:: bash\n\n sudo apt-get install python3-pip python3-dev python3-spidev\n sudo pip3 install unicornhathd\n\nLibrary install for Python 2:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n.. code:: bash\n\n sudo apt-get install python-pip python-dev python-spidev\n sudo pip install unicornhathd\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 apt-get install python-dev python-setuptools\n sudo python3 setup.py install\n\n(or ``sudo python setup.py install`` whichever your primary Python\nenvironment may be)\n\nIn all cases you will have to enable the SPI bus.\n\nDocumentation & Support\n-----------------------\n\n- Guides and tutorials - https://learn.pimoroni.com/unicorn-hat-hd\n- Function reference - http://docs.pimoroni.com/unicornhathd/\n- GPIO Pinout - http://pinout.xyz/pinout/unicorn\\_hat\\_hd\n- Get help - http://forums.pimoroni.com/c/support\n\n.. |Unicorn HAT HD| image:: unicorn-hat-hd-logo.png\n.. |Build Status| image:: https://travis-ci.com/pimoroni/unicorn-hat-hd.svg?branch=master\n :target: https://travis-ci.com/pimoroni/unicorn-hat-hd\n.. |Coverage Status| image:: https://coveralls.io/repos/github/pimoroni/unicorn-hat-hd/badge.svg?branch=master\n :target: https://coveralls.io/github/pimoroni/unicorn-hat-hd?branch=master\n.. |PyPi Package| image:: https://img.shields.io/pypi/v/unicornhathd.svg\n :target: https://pypi.python.org/pypi/unicornhathd\n.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/unicornhathd.svg\n :target: https://pypi.python.org/pypi/unicornhathd\n\n0.0.4\n-----\n\n* Added support for display addressing (for Ubercorn)\n\n0.0.3\n-----\n\n* Deferred IO setup until first call to show\n* Changed sys.exit to ImportError for warning about missing dependencies\n\n0.0.2\n-----\n\n* Tweaked Python package MANIFEST\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 LED", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "unicornhathd", "package_url": "https://pypi.org/project/unicornhathd/", "platform": "", "project_url": "https://pypi.org/project/unicornhathd/", "project_urls": { "Homepage": "http://www.pimoroni.com" }, "release_url": "https://pypi.org/project/unicornhathd/0.0.4/", "requires_dist": [ "spidev" ], "requires_python": "", "summary": "Python library for driving Pimoroni Unicorn HAT HD", "version": "0.0.4" }, "last_serial": 4312770, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6b240141168a8962f8e8702172c3d86c", "sha256": "168596d268485b2d57df10555597c61f05758c309d383c803c3e4c413aad9f9b" }, "downloads": -1, "filename": "unicornhathd-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6b240141168a8962f8e8702172c3d86c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3247, "upload_time": "2017-06-16T13:39:17", "url": "https://files.pythonhosted.org/packages/4c/c2/fc12efe1f45aef06605f32690b86ad2e43120f170483205dfacdb7e6d289/unicornhathd-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "5502375f5ca553cd33c58d63b81c0df2", "sha256": "980741224d3607e64b03140c19c58fd3c51f81fe5b48c2571b1993815ab35721" }, "downloads": -1, "filename": "unicornhathd-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5502375f5ca553cd33c58d63b81c0df2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3258, "upload_time": "2017-06-16T15:01:30", "url": "https://files.pythonhosted.org/packages/0c/04/f652f3f46bf9e9de8c9572c73a2ad4d367190d417a78d000878b1924121f/unicornhathd-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "4651f6e2fa7ea14ae30c56b9b2718947", "sha256": "795cdd60d0dbad02ca304034dece9460316c7bfea9ef2f8489620d0f04595190" }, "downloads": -1, "filename": "unicornhathd-0.0.3.tar.gz", "has_sig": false, "md5_digest": "4651f6e2fa7ea14ae30c56b9b2718947", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3397, "upload_time": "2017-10-19T11:11:19", "url": "https://files.pythonhosted.org/packages/ed/9e/6c8a8c7cd93f1617992645cab766257f26fdcd86cd53e8962b8c024ac5c1/unicornhathd-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "e2334becec37f4f56d534d2198653351", "sha256": "8ad71678954b9c26a989115c118d73e5cfdf5ad33e10c31282409c62dbb5711f" }, "downloads": -1, "filename": "unicornhathd-0.0.4-py2-none-any.whl", "has_sig": false, "md5_digest": "e2334becec37f4f56d534d2198653351", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7199, "upload_time": "2018-09-26T14:20:44", "url": "https://files.pythonhosted.org/packages/00/37/73019ac3b0cb8e5af1326b9cf352178d2f4f89081a90520a3087047a7b91/unicornhathd-0.0.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ced00aecbda3f052d2e22bc364b4d669", "sha256": "a59451840b2ddef11f436c313288b349dfef9c8314af6474aa2474277761ed8c" }, "downloads": -1, "filename": "unicornhathd-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "ced00aecbda3f052d2e22bc364b4d669", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4893, "upload_time": "2018-09-26T14:21:11", "url": "https://files.pythonhosted.org/packages/e3/51/3429b84a5b7a88396cf87f693c815da47a8f1b8c6f198ce57a54840bc6a8/unicornhathd-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "04c44d5cdb3218f8835227b1b1f13a2f", "sha256": "41cbb1ca198f723e4b443522ee3b6d90aedac4bbc154d4e161afd349fe354615" }, "downloads": -1, "filename": "unicornhathd-0.0.4.tar.gz", "has_sig": false, "md5_digest": "04c44d5cdb3218f8835227b1b1f13a2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5819, "upload_time": "2018-09-26T14:21:13", "url": "https://files.pythonhosted.org/packages/cf/47/3f61447cffe68e40232eca3b3f1ec69296b21c1ead1f03dc99d08fa140c7/unicornhathd-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e2334becec37f4f56d534d2198653351", "sha256": "8ad71678954b9c26a989115c118d73e5cfdf5ad33e10c31282409c62dbb5711f" }, "downloads": -1, "filename": "unicornhathd-0.0.4-py2-none-any.whl", "has_sig": false, "md5_digest": "e2334becec37f4f56d534d2198653351", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7199, "upload_time": "2018-09-26T14:20:44", "url": "https://files.pythonhosted.org/packages/00/37/73019ac3b0cb8e5af1326b9cf352178d2f4f89081a90520a3087047a7b91/unicornhathd-0.0.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ced00aecbda3f052d2e22bc364b4d669", "sha256": "a59451840b2ddef11f436c313288b349dfef9c8314af6474aa2474277761ed8c" }, "downloads": -1, "filename": "unicornhathd-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "ced00aecbda3f052d2e22bc364b4d669", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4893, "upload_time": "2018-09-26T14:21:11", "url": "https://files.pythonhosted.org/packages/e3/51/3429b84a5b7a88396cf87f693c815da47a8f1b8c6f198ce57a54840bc6a8/unicornhathd-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "04c44d5cdb3218f8835227b1b1f13a2f", "sha256": "41cbb1ca198f723e4b443522ee3b6d90aedac4bbc154d4e161afd349fe354615" }, "downloads": -1, "filename": "unicornhathd-0.0.4.tar.gz", "has_sig": false, "md5_digest": "04c44d5cdb3218f8835227b1b1f13a2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5819, "upload_time": "2018-09-26T14:21:13", "url": "https://files.pythonhosted.org/packages/cf/47/3f61447cffe68e40232eca3b3f1ec69296b21c1ead1f03dc99d08fa140c7/unicornhathd-0.0.4.tar.gz" } ] }