{ "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-tsl2591/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/tsl2591/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_TSL2591.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_TSL2591\n :alt: Build Status\n\nCircuitPython module for the TSL2591 high precision 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/tsl2591_simpletest.py for a demo 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-tsl2591 --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_TSL2591", "keywords": "adafruit tsl2591 breakout light sensor high precisionhardware micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-tsl2591", "package_url": "https://pypi.org/project/adafruit-circuitpython-tsl2591/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-tsl2591/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_TSL2591" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-tsl2591/1.1.3/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython library for TSL2591 high precision light sensor.", "version": "1.1.3" }, "last_serial": 5722035, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "25fc42190c050d42bf7b2e706b2944a6", "sha256": "ad7ebad035b8e852989c3492a25a8f0ad7c2caed3f2c087978ce0f1d407991bf" }, "downloads": -1, "filename": "adafruit-circuitpython-tsl2591-1.1.0.tar.gz", "has_sig": false, "md5_digest": "25fc42190c050d42bf7b2e706b2944a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21337, "upload_time": "2018-08-08T22:05:48", "url": "https://files.pythonhosted.org/packages/5b/47/e13a19c754bd842c56fe96a4f6890076304a520d67359290e9d27aad4639/adafruit-circuitpython-tsl2591-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "ca83ea6c8ff5356621cb768665a246a3", "sha256": "e9abd4fd469e36563a944ae7925c2146a9a42ba55ef3c3d0af8621b1e4661659" }, "downloads": -1, "filename": "adafruit-circuitpython-tsl2591-1.1.1.tar.gz", "has_sig": false, "md5_digest": "ca83ea6c8ff5356621cb768665a246a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21442, "upload_time": "2018-11-12T17:50:12", "url": "https://files.pythonhosted.org/packages/f8/4d/9a9b914523c412ba565f1707a9ea699bcbb0936c6d18669042b3271d2051/adafruit-circuitpython-tsl2591-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "1859f965859b693bc23bf426e97a9d9a", "sha256": "bfed65cf4eab08901f8f46f30bc1857d960e4a62f29edf0e3c8c951d6c21dee0" }, "downloads": -1, "filename": "adafruit-circuitpython-tsl2591-1.1.2.tar.gz", "has_sig": false, "md5_digest": "1859f965859b693bc23bf426e97a9d9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21964, "upload_time": "2019-01-16T00:45:15", "url": "https://files.pythonhosted.org/packages/e2/cd/1fd44b6ab0fc6fd8b47dd5bd9eaabf3810e1c57852676bc5ef65a392e322/adafruit-circuitpython-tsl2591-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "cf4d254132a4162945b51503d3775e35", "sha256": "45fa6929d799b614d0196b04f4ff0e1ffcca89b54a47b36aebeb62f596c9de45" }, "downloads": -1, "filename": "adafruit-circuitpython-tsl2591-1.1.3.tar.gz", "has_sig": false, "md5_digest": "cf4d254132a4162945b51503d3775e35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21963, "upload_time": "2019-08-23T18:17:26", "url": "https://files.pythonhosted.org/packages/d8/a9/16d7f0e526f6d95af011e124b9f908f384ac29d13ba6b03c2d64c9b9198b/adafruit-circuitpython-tsl2591-1.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf4d254132a4162945b51503d3775e35", "sha256": "45fa6929d799b614d0196b04f4ff0e1ffcca89b54a47b36aebeb62f596c9de45" }, "downloads": -1, "filename": "adafruit-circuitpython-tsl2591-1.1.3.tar.gz", "has_sig": false, "md5_digest": "cf4d254132a4162945b51503d3775e35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21963, "upload_time": "2019-08-23T18:17:26", "url": "https://files.pythonhosted.org/packages/d8/a9/16d7f0e526f6d95af011e124b9f908f384ac29d13ba6b03c2d64c9b9198b/adafruit-circuitpython-tsl2591-1.1.3.tar.gz" } ] }