{ "info": { "author": "Shrikant Patnaik", "author_email": "me@shrikantpatnaik.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Raspberry Pi 7 Segment Display Library\n======================================\n\nThis is a simple library to use M 7 segment displays connected to N\n\\*595 Shift registers. All pin numbers are based on the GPIO.BCM\nnumbering scheme. You will need the RPi.GPIO module available.\n\nThis module also requires my\n`PiShiftPy `__ library.\n\nBasic Usage\n-----------\n\nDefaults\n~~~~~~~~\n\n| 595 Data: 18\n| 595 Clock: 23\n| 595 Latch: 24\n| No of 595's: 1\n| No of Displays on each 595: 1\n| Displays are Common Cathode: False\n\nCode\n~~~~\n\n.. code:: python\n\n import Pi7SegPy as Pi7Seg\n\n Pi7Seg.init()\n while True:\n Pi7Seg.show([1]) # Display 1 on a single 7 segment display connected to 1 Shift register\n\nAdvanced Usage\n--------------\n\n.. code:: python\n\n import Pi7SegPy as Pi7Seg\n\n Pi7Seg.init(17,27,22,2,4) # Initialize with Data:GPIO17, Clock:GPIO27, Latch:GPIO22, with 2 shift registers and 4 7 segment displays on each register\n\n while True:\n Pi7Seg.show([1,2,3,4,5,6,7,8], [1,2,5]) # Display 12345678 on 8 displays connected to 2 registers with dots enabled on the 1st, 2nd and 5th Digit\n\nAvailable Characters\n--------------------\n\n0,1,2,3,4,5,6,7,8,A,b,C,c,d,E,F,H,h,L,n,I,O,o,P,S, (space)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/shrikantpatnaik/Pi7SegPy", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Pi7SegPy", "package_url": "https://pypi.org/project/Pi7SegPy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Pi7SegPy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/shrikantpatnaik/Pi7SegPy" }, "release_url": "https://pypi.org/project/Pi7SegPy/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Easily use Multiple 7 segment displays connected to 74HC595 and Other Shift registers with your Raspberry Pi", "version": "0.1.1" }, "last_serial": 1376740, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4cf8322e01e9619c5a6de7e9e77c45ff", "sha256": "152202d6d125cb0021566fb2a08a22b7216f1557d61e76a2df2557485580c07c" }, "downloads": -1, "filename": "Pi7SegPy-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4cf8322e01e9619c5a6de7e9e77c45ff", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4446, "upload_time": "2015-01-08T17:49:55", "url": "https://files.pythonhosted.org/packages/1d/a4/3fa16418d6de3249228014b27c470854141129a3cc4177baa1b66716c998/Pi7SegPy-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0029557edd9fb756ed7443613ea5d5c5", "sha256": "a28533c16e9e85ca018e0cac631bfd88858dfd4253895325e455601a2e9b251b" }, "downloads": -1, "filename": "Pi7SegPy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0029557edd9fb756ed7443613ea5d5c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3365, "upload_time": "2015-01-08T17:49:44", "url": "https://files.pythonhosted.org/packages/c3/d8/ab19ad7c4254ec9092750192dcf3ef8f569d92c8e29cc1935006735b4562/Pi7SegPy-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "fea394e66a197dbe1f7c11f31c8f2ba2", "sha256": "b9af7c0c1a0ef14a6b2d7c6922c4dfe876a4976ce5018d667f55a52210fd743e" }, "downloads": -1, "filename": "Pi7SegPy-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fea394e66a197dbe1f7c11f31c8f2ba2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4448, "upload_time": "2015-01-09T13:03:46", "url": "https://files.pythonhosted.org/packages/c3/50/fc8353e5561b0f4de12be651f45c9efbcf7912f3cdf87a986dfeba2045d3/Pi7SegPy-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2484f1b55468bac08ed9c718b243ddcf", "sha256": "a5347edfc172ec539408e5daa4a974d3cd9da600ba5813644e637ce6515d4b92" }, "downloads": -1, "filename": "Pi7SegPy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2484f1b55468bac08ed9c718b243ddcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3373, "upload_time": "2015-01-09T13:03:53", "url": "https://files.pythonhosted.org/packages/31/59/fb55a991ae653aef51d4695c3a72491e03a6fc64db6bfbe632f0efd59f9c/Pi7SegPy-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fea394e66a197dbe1f7c11f31c8f2ba2", "sha256": "b9af7c0c1a0ef14a6b2d7c6922c4dfe876a4976ce5018d667f55a52210fd743e" }, "downloads": -1, "filename": "Pi7SegPy-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fea394e66a197dbe1f7c11f31c8f2ba2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4448, "upload_time": "2015-01-09T13:03:46", "url": "https://files.pythonhosted.org/packages/c3/50/fc8353e5561b0f4de12be651f45c9efbcf7912f3cdf87a986dfeba2045d3/Pi7SegPy-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2484f1b55468bac08ed9c718b243ddcf", "sha256": "a5347edfc172ec539408e5daa4a974d3cd9da600ba5813644e637ce6515d4b92" }, "downloads": -1, "filename": "Pi7SegPy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2484f1b55468bac08ed9c718b243ddcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3373, "upload_time": "2015-01-09T13:03:53", "url": "https://files.pythonhosted.org/packages/31/59/fb55a991ae653aef51d4695c3a72491e03a6fc64db6bfbe632f0efd59f9c/Pi7SegPy-0.1.1.tar.gz" } ] }