{ "info": { "author": "Chris Kloberdanz", "author_email": "klobyone@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Programming Language :: Python", "Topic :: System :: Hardware" ], "description": "This extension provides functionality from libbcm2835 (Written by Mike McCauley)\nfor the Raspberry Pi. \n\nFor more documentation visit: http://www.open.com.au/mikem/bcm2835/\n\nOpen Source Licensing GPL V2\n\nThis is the appropriate option if you want to share the source code of your\napplication with everyone you distribute it to, and you also want to give them\nthe right to share who uses it. If you wish to use this software under Open\nSource Licensing, you must contribute all your source code to the open source\ncommunity in accordance with the GPL Version 2 when your application is\ndistributed. See http://www.gnu.org/copyleft/gpl.html and COPYING.\n\nIn order to use this extension you must build libbcm2835 as a shared object.\n\nExample:\n\ntar xvfz bcm2835-1.22.tar.gz\ncd bcm2835-1.22/src\nmake libbcm2835.a\ngcc -shared bcm2835.o -o libbcm2835.so\nsudo cp libbcm2835.so /usr/local/lib/\nsudo cp bcm2835.h /usr/local/include/\n \nMake sure that the library path is can be found by the linker. Run 'sudo ldconfig -v' \nand if necessary, add the entry to /etc/ld.so.conf.d/libc.conf. \n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.github.com/klobyone/PyBCM2835/", "keywords": "raspberry pi,bcm2835,gpio", "license": "GPLv2", "maintainer": null, "maintainer_email": null, "name": "PyBCM2835", "package_url": "https://pypi.org/project/PyBCM2835/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyBCM2835/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.github.com/klobyone/PyBCM2835/" }, "release_url": "https://pypi.org/project/PyBCM2835/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Python extension for libbcm2835.", "version": "0.1.0" }, "last_serial": 785228, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "54f454ec3c18df1c30f62fb1533e62b3", "sha256": "af60fe79f162226820cb4bedc19578c8534608a9f0b571062258801b6df3aff0" }, "downloads": -1, "filename": "PyBCM2835-0.1.0.tar.gz", "has_sig": false, "md5_digest": "54f454ec3c18df1c30f62fb1533e62b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11892, "upload_time": "2013-03-14T05:03:30", "url": "https://files.pythonhosted.org/packages/7b/d4/c0b0647633dbb342d9184daf541e7ee413ef7f47a172d2b164b1d146065b/PyBCM2835-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "54f454ec3c18df1c30f62fb1533e62b3", "sha256": "af60fe79f162226820cb4bedc19578c8534608a9f0b571062258801b6df3aff0" }, "downloads": -1, "filename": "PyBCM2835-0.1.0.tar.gz", "has_sig": false, "md5_digest": "54f454ec3c18df1c30f62fb1533e62b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11892, "upload_time": "2013-03-14T05:03:30", "url": "https://files.pythonhosted.org/packages/7b/d4/c0b0647633dbb342d9184daf541e7ee413ef7f47a172d2b164b1d146065b/PyBCM2835-0.1.0.tar.gz" } ] }