{ "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": "Plasma Arcade Lights\n====================\n\n|Build Status| |Coverage Status| |PyPi Package| |Python Versions|\n\nhttps://shop.pimoroni.com/products/plasma\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 Plasma Arcade Button Lights up and running\nwith minimal efforts. To run it, fire up Terminal which you'll find in\nMenu -> Accessories -> Terminal on your Raspberry Pi desktop, as\nillustrated 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/plasma | bash\n\nIf you choose to download examples you'll find them in\n``/home/pi/Pimoroni/plasma/``.\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-plasmalights\n\nother environments:\n\n.. code:: bash\n\n sudo pip3 install plasmalights\n\nLibrary install for Python 2:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\non Raspbian:\n\n.. code:: bash\n\n sudo apt-get install python-plasmalights\n\nother environments:\n\n.. code:: bash\n\n sudo pip2 install plasmalights\n\nUsing Plasma\n~~~~~~~~~~~~\n\nPlasma installs two programs onto your Raspberry Pi. ``plasma`` itself\nand a tool called ``plasmactl`` you can use to install and switch\nlighting effects. Plasma runs as a service on your system.\n\n``plasmactl`` commands:\n\n- ``plasmactl 255 0 0`` - Set Plasma lights to R, G, B colour. Red in\n this case.\n- ``plasmactl `` - Set Plasma lights to pattern image\n- ``plasmactl fps `` - Change plasma effect framerate (default is\n 30, lower FPS = less CPU)\n- ``plasmactl --list`` - List all available patterns\n- ``sudo plasmactl --install `` - Install a new pattern, where\n ```` is the filename of a 24bit PNG image file\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/plasma\n- Function reference - http://docs.pimoroni.com/plasma/\n- Get help - http://forums.pimoroni.com/c/support\n\n.. |Build Status| image:: https://travis-ci.com/pimoroni/plasma.svg?branch=master\n :target: https://travis-ci.com/pimoroni/plasma\n.. |Coverage Status| image:: https://coveralls.io/repos/github/pimoroni/plasma/badge.svg?branch=master\n :target: https://coveralls.io/github/pimoroni/plasma?branch=master\n.. |PyPi Package| image:: https://img.shields.io/pypi/v/plasmalights.svg\n :target: https://pypi.python.org/pypi/plasmalights\n.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/plasmalights.svg\n :target: https://pypi.python.org/pypi/plasmalights\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": "plasmalights", "package_url": "https://pypi.org/project/plasmalights/", "platform": "", "project_url": "https://pypi.org/project/plasmalights/", "project_urls": { "Homepage": "http://www.pimoroni.com" }, "release_url": "https://pypi.org/project/plasmalights/0.0.1/", "requires_dist": [ "RPi.GPIO" ], "requires_python": "", "summary": "Python library for driving Pimoroni Plasma!", "version": "0.0.1" }, "last_serial": 4479106, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "84f8160afa77cd2bd334c00c96051b34", "sha256": "13c5a7e29796fb094c000f0868c8505ad47cdfe49e5ec58f43461d07600a5630" }, "downloads": -1, "filename": "plasmalights-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "84f8160afa77cd2bd334c00c96051b34", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6553, "upload_time": "2018-11-12T20:58:33", "url": "https://files.pythonhosted.org/packages/74/35/726e81598c414e4fadeccc9e9937d4ffc84beaa0f309d3743f2d56e0093f/plasmalights-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f04adaaaef3ce936db7fd17a44d82c0a", "sha256": "a473e67e8997163711518b2f541e1708be85a3ac6a1930aa49c0f9699398ca8f" }, "downloads": -1, "filename": "plasmalights-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f04adaaaef3ce936db7fd17a44d82c0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6555, "upload_time": "2018-11-12T20:58:35", "url": "https://files.pythonhosted.org/packages/0b/76/9a8382801d9d665489ecd6fcf4bb31b4ae635c422c1b61a53cead18f4e2e/plasmalights-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6edfc239bea7373c98e58318695c7458", "sha256": "7538c8e99ce59462e39dada79082dfc5d62fab7c6ba2c2e3d1ffb659b3dbd8c7" }, "downloads": -1, "filename": "plasmalights-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6edfc239bea7373c98e58318695c7458", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5257, "upload_time": "2018-11-12T20:58:36", "url": "https://files.pythonhosted.org/packages/07/79/77b1b5313ab220bbce4551b280cd15e7c5cad64758f93c993b91f86deb75/plasmalights-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "84f8160afa77cd2bd334c00c96051b34", "sha256": "13c5a7e29796fb094c000f0868c8505ad47cdfe49e5ec58f43461d07600a5630" }, "downloads": -1, "filename": "plasmalights-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "84f8160afa77cd2bd334c00c96051b34", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6553, "upload_time": "2018-11-12T20:58:33", "url": "https://files.pythonhosted.org/packages/74/35/726e81598c414e4fadeccc9e9937d4ffc84beaa0f309d3743f2d56e0093f/plasmalights-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f04adaaaef3ce936db7fd17a44d82c0a", "sha256": "a473e67e8997163711518b2f541e1708be85a3ac6a1930aa49c0f9699398ca8f" }, "downloads": -1, "filename": "plasmalights-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f04adaaaef3ce936db7fd17a44d82c0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6555, "upload_time": "2018-11-12T20:58:35", "url": "https://files.pythonhosted.org/packages/0b/76/9a8382801d9d665489ecd6fcf4bb31b4ae635c422c1b61a53cead18f4e2e/plasmalights-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6edfc239bea7373c98e58318695c7458", "sha256": "7538c8e99ce59462e39dada79082dfc5d62fab7c6ba2c2e3d1ffb659b3dbd8c7" }, "downloads": -1, "filename": "plasmalights-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6edfc239bea7373c98e58318695c7458", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5257, "upload_time": "2018-11-12T20:58:36", "url": "https://files.pythonhosted.org/packages/07/79/77b1b5313ab220bbce4551b280cd15e7c5cad64758f93c993b91f86deb75/plasmalights-0.0.1.tar.gz" } ] }