{ "info": { "author": "Thomas Liske", "author_email": "thomas@fiasko-nw.net", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Python (and MicroPython) APDS-9960 Library\n\nPython library for the APDS-9960 gesture sensor developed while I was looking to get the APDS-9960 to work with a _Raspberry Pi_ to build a user interface feeling like in _Minority Report_.\n\nThis library is a port of the [APDS-9960 Raspberry Pi Library](https://bitbucket.org/justin_woodman/apds-9960-raspberry-pi-library) of [Justin Woodman](https://justinwoodman.wordpress.com/2014/11/15/using-the-apds-9960-rgb-proximity-and-gesture-sensor-with-the-raspberry-pi-2/). Sadly his library is coded in C++ and seems not to be maintained any more.\n\nThis library has been tested with [SparkFun RGB and Gesture Sensor - APDS-9960](https://www.sparkfun.com/products/12787) but should work with any other APDS-9960 based I\u00b2C device, too.\n\nFeatures:\n- operational voltage: 3.3V\n- ambient light & RGB color sensing\n- proximity sensing\n- gesture detection\n- operating range: 10 - 20cm\n- I\u00b2C interface (hard wired I\u00b2C address: 0x39)\n\nDocumentation:\n- [RPi](RPi.md) - connect and configure the APDS-9960 on Raspberry Pi\n- Example scripts:\n - simple ambient light level demo: [rpi](rpi/test_ambient.py), [micropython](micropython/test_ambient.py)\n - simple gesture detection demo: [rpi](rpi/test_gesture.py), [micropython](micropython/test_gesture.py)\n - simple proximity level demo: [rpi](rpi/test_prox.py), [micropython](micropython/test_prox.py)\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/liske/python-apds9960/archive/0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/liske/python-apds9960/", "keywords": "apds9960", "license": "GPLv3+", "maintainer": "", "maintainer_email": "", "name": "apds9960", "package_url": "https://pypi.org/project/apds9960/", "platform": "", "project_url": "https://pypi.org/project/apds9960/", "project_urls": { "Download": "https://github.com/liske/python-apds9960/archive/0.2.tar.gz", "Homepage": "https://github.com/liske/python-apds9960/" }, "release_url": "https://pypi.org/project/apds9960/0.2/", "requires_dist": null, "requires_python": "", "summary": "Python APDS-9960 Library", "version": "0.2" }, "last_serial": 3766989, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "33986cc25b2a100f5017ed8b20866da0", "sha256": "87703f9ea99e75dfcb41d12f5664f5d5ab0143512559291abe340955dcc7046c" }, "downloads": -1, "filename": "apds9960-0.2.tar.gz", "has_sig": false, "md5_digest": "33986cc25b2a100f5017ed8b20866da0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22320, "upload_time": "2018-04-15T19:47:58", "url": "https://files.pythonhosted.org/packages/d1/58/d2a79fa55432811a402b4582c73f7c93c77f528bb5e13fabeced287a5cd9/apds9960-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "33986cc25b2a100f5017ed8b20866da0", "sha256": "87703f9ea99e75dfcb41d12f5664f5d5ab0143512559291abe340955dcc7046c" }, "downloads": -1, "filename": "apds9960-0.2.tar.gz", "has_sig": false, "md5_digest": "33986cc25b2a100f5017ed8b20866da0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22320, "upload_time": "2018-04-15T19:47:58", "url": "https://files.pythonhosted.org/packages/d1/58/d2a79fa55432811a402b4582c73f7c93c77f528bb5e13fabeced287a5cd9/apds9960-0.2.tar.gz" } ] }