{ "info": { "author": "Bjorn Tillenius", "author_email": "bjorn@tillenius.me", "bugtrack_url": null, "classifiers": [], "description": "pysmbus\n=======\n\nThe pysmbus package is a pure Python reimplentation of the\n[python-smbus](http://www.lm-sensors.org/browser/i2c-tools/trunk/py-smbus/)\npackage. This allows using the I2C SMBus protocol without having to compile C.\n\nIt has the same module name, `smbus`, as `python-smbus`, so that it can\nbe used as a direct replacement in projects that normally depend on\n`python-smbus`.\n\nCurrently it's incomplete. The following methods are implemented:\n\n * write_byte_data\n * read_byte_data\n\nOther methods haven't been implemented yet, since I don't have any hardware\nneeding those methods. Patches or requests for other methods are welcome.\n\nThis package has been comfirmed working with Python 2.7 and 3.4.\n\n\nExample\n-------\n\n from smbus import SMBus\n\n bus = SMBus(1) # Opens /dev/i2c-1\n bus.write_byte_data(0x54, 0x13, 0xff)", "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/bjornt/pysmbus", "keywords": null, "license": "LGPL v2", "maintainer": null, "maintainer_email": null, "name": "pysmbus", "package_url": "https://pypi.org/project/pysmbus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pysmbus/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bjornt/pysmbus" }, "release_url": "https://pypi.org/project/pysmbus/0.1/", "requires_dist": null, "requires_python": null, "summary": "Pure Python implementation of the I2C SMBus protocol.", "version": "0.1" }, "last_serial": 1886195, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "68dff2068e0ea1dc5ae61069af5eb4e8", "sha256": "f5158b36aae7f8685fbb52da5ec8a6f242a15d74aa3cfc288ad19e917586c2c9" }, "downloads": -1, "filename": "pysmbus-0.1-3.tar.gz", "has_sig": true, "md5_digest": "68dff2068e0ea1dc5ae61069af5eb4e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2398, "upload_time": "2016-01-03T11:48:00", "url": "https://files.pythonhosted.org/packages/a1/d8/68240a0e2a9ae5b67a08014d5ba183ac312cc65cfe52eec5e6048d377e6d/pysmbus-0.1-3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68dff2068e0ea1dc5ae61069af5eb4e8", "sha256": "f5158b36aae7f8685fbb52da5ec8a6f242a15d74aa3cfc288ad19e917586c2c9" }, "downloads": -1, "filename": "pysmbus-0.1-3.tar.gz", "has_sig": true, "md5_digest": "68dff2068e0ea1dc5ae61069af5eb4e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2398, "upload_time": "2016-01-03T11:48:00", "url": "https://files.pythonhosted.org/packages/a1/d8/68240a0e2a9ae5b67a08014d5ba183ac312cc65cfe52eec5e6048d377e6d/pysmbus-0.1-3.tar.gz" } ] }