{ "info": { "author": "SB Components", "author_email": "rd@sb-components.co.uk", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python :: 3" ], "description": "# BreadPi\nPackages for BreadPi, a hardware designed by SB Components\n\nInstall breadpi package on your Raspberry Pi using\n\n`pip3 install breadpi`\n\nor\n\n`python3 -m pip install breadpi`\n\n\nimport the module with \n\n`from breadpi import BreadPi`\n\n\nAccess PCF8591 or GPIOs directly\n\n`bread_pi = BreadPi()`\n\n`data = bread_pi.read_analog(register=1) # Read Data from AIN1`\n\n`bread_pi.write_analog(register=1, value=100) # Covert Digital data to \nanalog`\n\nuse led_on, led_off, buzzer_on, buzzer_off or take digital inputs from \nbuttons using button function of BreadPi class.\n\nYou can pass string printed on BreadPi like, 'L1' or 'SW1' or customized pin\n number like 29, 31 directly to the functions. \n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/sbcshop/BreadPi", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sbcshop/BreadPi", "keywords": "", "license": "GNU", "maintainer": "SB Components", "maintainer_email": "suppport@sb-components.co.uk", "name": "breadpi", "package_url": "https://pypi.org/project/breadpi/", "platform": "", "project_url": "https://pypi.org/project/breadpi/", "project_urls": { "Download": "https://github.com/sbcshop/BreadPi", "Homepage": "https://github.com/sbcshop/BreadPi" }, "release_url": "https://pypi.org/project/breadpi/1.0/", "requires_dist": null, "requires_python": "", "summary": "BreadPi hardware support package", "version": "1.0" }, "last_serial": 5633353, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "e471b948f5254616747b049038841f11", "sha256": "f1dc3ab1eadfea75cff908ac3118fc4ba58653e4cd2b6db3b7c98fb665367456" }, "downloads": -1, "filename": "breadpi-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e471b948f5254616747b049038841f11", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15231, "upload_time": "2019-08-05T09:25:24", "url": "https://files.pythonhosted.org/packages/c9/f5/0c7bc1027439f16a011038cda94c7e63daf9d03b0804f8535f122f348e4d/breadpi-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f9edfa6e198f0f221d4ac35441bfbf4", "sha256": "1e17d61805d4f0d07129b9e4d0b951d5112147ace2dbb85407a4f37322eb271d" }, "downloads": -1, "filename": "breadpi-1.0.tar.gz", "has_sig": false, "md5_digest": "4f9edfa6e198f0f221d4ac35441bfbf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2653, "upload_time": "2019-08-05T09:25:27", "url": "https://files.pythonhosted.org/packages/96/17/9848be88cc0d9b21c88c8409e4a10ea4a8dc628dc1fe0668b0a416c307b3/breadpi-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e471b948f5254616747b049038841f11", "sha256": "f1dc3ab1eadfea75cff908ac3118fc4ba58653e4cd2b6db3b7c98fb665367456" }, "downloads": -1, "filename": "breadpi-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e471b948f5254616747b049038841f11", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15231, "upload_time": "2019-08-05T09:25:24", "url": "https://files.pythonhosted.org/packages/c9/f5/0c7bc1027439f16a011038cda94c7e63daf9d03b0804f8535f122f348e4d/breadpi-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f9edfa6e198f0f221d4ac35441bfbf4", "sha256": "1e17d61805d4f0d07129b9e4d0b951d5112147ace2dbb85407a4f37322eb271d" }, "downloads": -1, "filename": "breadpi-1.0.tar.gz", "has_sig": false, "md5_digest": "4f9edfa6e198f0f221d4ac35441bfbf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2653, "upload_time": "2019-08-05T09:25:27", "url": "https://files.pythonhosted.org/packages/96/17/9848be88cc0d9b21c88c8409e4a10ea4a8dc628dc1fe0668b0a416c307b3/breadpi-1.0.tar.gz" } ] }