{ "info": { "author": "Adafruit Industries", "author_email": "circuitpython@adafruit.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries", "Topic :: System :: Hardware" ], "description": "Introduction\n============\n\n.. image:: https://readthedocs.org/projects/adafruit-circuitpython-vcnl4010/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/vcnl4010/en/latest/\n :alt: Documentation Status\n\n.. image :: https://img.shields.io/discord/327254708534116352.svg\n :target: https://discord.gg/nBQh6qu\n :alt: Discord\n\n.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_VCNL4010.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_VCNL4010\n :alt: Build Status\n\nCircuitPython module for the VCNL4010 proximity and light sensor.\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython `_\n* `Bus Device `_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle `_.\n\nUsage Example\n=============\n\nSee examples/vcnl4010_simpletest.py for an example of the usage.\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n`_\nbefore contributing to help this project stay welcoming.\n\nBuilding locally\n================\n\nTo build this library locally you'll need to install the\n`circuitpython-build-tools `_ package.\n\n.. code-block:: shell\n\n python3 -m venv .env\n source .env/bin/activate\n pip install circuitpython-build-tools\n\nOnce installed, make sure you are in the virtual environment:\n\n.. code-block:: shell\n\n source .env/bin/activate\n\nThen run the build:\n\n.. code-block:: shell\n\n circuitpython-build-bundles --filename_prefix adafruit-circuitpython-vcnl4010 --library_location .\n\nSphinx documentation\n-----------------------\n\nSphinx is used to build the documentation based on rST files and comments in the code. First,\ninstall dependencies (feel free to reuse the virtual environment from above):\n\n.. code-block:: shell\n\n python3 -m venv .env\n source .env/bin/activate\n pip install Sphinx sphinx-rtd-theme\n\nNow, once you have the virtual environment activated:\n\n.. code-block:: shell\n\n cd docs\n sphinx-build -E -W -b html . _build/html\n\nThis will output the documentation to ``docs/_build/html``. Open the index.html in your browser to\nview them. It will also (due to -W) error out on any warning like Travis will. This is a good way to\nlocally verify it will pass.", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adafruit/Adafruit_CircuitPython_VCNL4010", "keywords": "adafruit vcnl4010 proximity light sensor breakout hardware micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-vcnl4010", "package_url": "https://pypi.org/project/adafruit-circuitpython-vcnl4010/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-vcnl4010/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_VCNL4010" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-vcnl4010/0.9.4/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython library for VCNL4010 proximity and light sensor.", "version": "0.9.4" }, "last_serial": 5722832, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "bffb8b4393247d0d4e9e2d7098bb2ee2", "sha256": "052d743f42229fb6abc48467469003c31ea73ad4216e355add658c9950f30022" }, "downloads": -1, "filename": "adafruit-circuitpython-vcnl4010-0.9.0.tar.gz", "has_sig": false, "md5_digest": "bffb8b4393247d0d4e9e2d7098bb2ee2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21201, "upload_time": "2018-08-08T22:12:21", "url": "https://files.pythonhosted.org/packages/ca/6c/ee34f616f73abadd6225824c0a4fcc121c5e51da58ae88f086803c2fd11c/adafruit-circuitpython-vcnl4010-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "7e801a4cd7769dc00c7e9c93f9e7b715", "sha256": "168be9eaaaaf765cca841fc023a97533cb63d9f2b4971df9ecdb7def63053044" }, "downloads": -1, "filename": "adafruit-circuitpython-vcnl4010-0.9.1.tar.gz", "has_sig": false, "md5_digest": "7e801a4cd7769dc00c7e9c93f9e7b715", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21199, "upload_time": "2018-11-12T17:39:50", "url": "https://files.pythonhosted.org/packages/57/83/96277ab8bbaf9a1d9541d9449f34d568d19d08162d3e5166ce3285c829e7/adafruit-circuitpython-vcnl4010-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "c4ebe0215442d669771c8b3c2dde57d4", "sha256": "51f62c3fc35118b62252fbab5fff03da97935308ba1082411a3d8302ffe66db6" }, "downloads": -1, "filename": "adafruit-circuitpython-vcnl4010-0.9.2.tar.gz", "has_sig": false, "md5_digest": "c4ebe0215442d669771c8b3c2dde57d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20527, "upload_time": "2019-01-15T03:14:05", "url": "https://files.pythonhosted.org/packages/69/0e/3b924e8caadef53cd39923939967c86a11c67c3993de792de9af9fec8a6a/adafruit-circuitpython-vcnl4010-0.9.2.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "cc6d989b412c451444d5aeff6a1eb045", "sha256": "d5f7400ce70b0b074cd2b0ec35a6f21d3cb96f8ad66c854cedbb52237e39da49" }, "downloads": -1, "filename": "adafruit-circuitpython-vcnl4010-0.9.4.tar.gz", "has_sig": false, "md5_digest": "cc6d989b412c451444d5aeff6a1eb045", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20540, "upload_time": "2019-08-23T21:13:02", "url": "https://files.pythonhosted.org/packages/72/1b/f19490572aa12f33545d8693846da2dce382b0fa1692502d6a6d313a729f/adafruit-circuitpython-vcnl4010-0.9.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cc6d989b412c451444d5aeff6a1eb045", "sha256": "d5f7400ce70b0b074cd2b0ec35a6f21d3cb96f8ad66c854cedbb52237e39da49" }, "downloads": -1, "filename": "adafruit-circuitpython-vcnl4010-0.9.4.tar.gz", "has_sig": false, "md5_digest": "cc6d989b412c451444d5aeff6a1eb045", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20540, "upload_time": "2019-08-23T21:13:02", "url": "https://files.pythonhosted.org/packages/72/1b/f19490572aa12f33545d8693846da2dce382b0fa1692502d6a6d313a729f/adafruit-circuitpython-vcnl4010-0.9.4.tar.gz" } ] }