{ "info": { "author": "Alexei Tishin", "author_email": "altos.z@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Embedded Systems", "Topic :: System :: Hardware" ], "description": "rpisensors\n==========\n\nThis Python module is a collection of classes to enable Raspberry PI sensors support. Module also contains core classes to be used for interaction with I2C devices and also 16-bit EEPROM modules.\n\nSupported sensors and measurements:\n\n1. Bosch BMP180: temperature (Celsius degrees), pressure (Pa)\n2. ST VL6180X: distance (mm), ambient light (lux)\n\nDependencies\n------------\n\n* smbus-cffi\n\n See https://github.com/bivab/smbus-cffi/blob/master/README.rst for install instructions.\n\nInstallation\n------------\n\n1. pip install from PyPi\n::\n\n pip install rpisensors\n\n2. pip install from git\n::\n\n pip install git+https://github.com/altosz/rpisensors.git\n\n3. Clone the repository and run setup.py\n::\n\n git clone https://github.com/altosz/rpisensors.git\n python setup.py install\n\nUsage\n-----\n\nIf you have a sensor connected to Raspberry PI 3 (on I2C bus 1), you may run\n::\n\n python -m rpisensors.bmp180\n python -m rpisensors.proximity\n\nThe output will show the results of measurement.\nIf you have sensors connected to I2C bus 0, you may test the sensor from python console:\n::\n\n >>> from rpisensors import BMP180\n >>> sensor = BMP180(0)\n >>> print sensor.read_temperature() \n\nBug Reporting\n-------------\n\nTo submit a bugreport use the GitHub bugtracker for the project:\n\n https://github.com/altosz/rpisensors/issues\n\nDevelopment\n-----------\n\nYou may use I2CDevice class as a base for I2C devices. Or Eeprom16 for devices using 16-bit eeprom.\n\nAuthors\n-------\n\n* Alexei Tishin (altos.z@gmail.com)\n\nCopyright\n---------\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; version 2 of the License.\n\nSee LICENSE for full license text.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/altosz/rpisensors", "keywords": "", "license": "GPLv2", "maintainer": "", "maintainer_email": "", "name": "rpisensors", "package_url": "https://pypi.org/project/rpisensors/", "platform": "", "project_url": "https://pypi.org/project/rpisensors/", "project_urls": { "Homepage": "https://github.com/altosz/rpisensors" }, "release_url": "https://pypi.org/project/rpisensors/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "Raspberry Pi Sensors", "version": "0.2.1" }, "last_serial": 2554201, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "298eb1f552eaa70d44ba892fbf7cb95d", "sha256": "d869d38401450cfe09d6630967b924dff431593d9808e31e369f460357fa53d5" }, "downloads": -1, "filename": "rpisensors-0.1.0.tar.gz", "has_sig": false, "md5_digest": "298eb1f552eaa70d44ba892fbf7cb95d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3561, "upload_time": "2017-01-03T10:49:37", "url": "https://files.pythonhosted.org/packages/b5/fc/0dc5b4b2b016d4133012dc36025ef10b2b1fee75fa6ab3a7ff5cde0180aa/rpisensors-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "627e99d6d9117a103ea8cd7373dacfbf", "sha256": "f66d654eedf2d9b97d751dd046d5996c009e0e2b8b113349bf564d2951e07d16" }, "downloads": -1, "filename": "rpisensors-0.2.0.tar.gz", "has_sig": false, "md5_digest": "627e99d6d9117a103ea8cd7373dacfbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5810, "upload_time": "2017-01-04T17:46:55", "url": "https://files.pythonhosted.org/packages/e6/85/626eca30af56a26b1cddc37274793979538eeded1cdb3774cc3796ffbd22/rpisensors-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "2b74b486a2dee4cf46a17a896670fea2", "sha256": "64986485948ad50f797ec92c9bc76043f248424b4fb42f7050c707a420289bb7" }, "downloads": -1, "filename": "rpisensors-0.2.1.tar.gz", "has_sig": false, "md5_digest": "2b74b486a2dee4cf46a17a896670fea2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6732, "upload_time": "2017-01-04T19:01:43", "url": "https://files.pythonhosted.org/packages/87/1b/479e4456d2add102a5767f548b0226d67aca798662f6b5c4d7f62073c382/rpisensors-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b74b486a2dee4cf46a17a896670fea2", "sha256": "64986485948ad50f797ec92c9bc76043f248424b4fb42f7050c707a420289bb7" }, "downloads": -1, "filename": "rpisensors-0.2.1.tar.gz", "has_sig": false, "md5_digest": "2b74b486a2dee4cf46a17a896670fea2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6732, "upload_time": "2017-01-04T19:01:43", "url": "https://files.pythonhosted.org/packages/87/1b/479e4456d2add102a5767f548b0226d67aca798662f6b5c4d7f62073c382/rpisensors-0.2.1.tar.gz" } ] }