Metadata-Version: 2.1
Name: as7262
Version: 0.1.0
Summary: Python library for the spectral sensor
Home-page: http://www.pimoroni.com
Author: Philip Howard
Author-email: phil@pimoroni.com
License: MIT
Project-URL: GitHub, https://www.github.com/pimoroni/as7262-python
Keywords: Raspberry Pi
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Hardware
License-File: LICENSE.txt

AS7262 Spectral Sensor
======================

|Build Status| |Coverage Status| |PyPi Package| |Python Versions|

Suitable for detecting the properties of ambient light, light passing
through a liquid or light reflected from an object the AS7262 spectral
sensor has 6 spectral channels at 450 (violet), 500 (blue), 550 (green),
570 (yellow), 600 (orange) and 650nm (red).

Installing
==========

Stable library from PyPi:

-  Just run ``sudo pip install as7262``

Latest/development library from GitHub:

-  ``git clone https://github.com/pimoroni/as7262-python``
-  ``cd as7262-python``
-  ``sudo ./install.sh``

.. |Build Status| image:: https://travis-ci.com/pimoroni/as7262-python.svg?branch=master
   :target: https://travis-ci.com/pimoroni/as7262-python
.. |Coverage Status| image:: https://coveralls.io/repos/github/pimoroni/as7262-python/badge.svg?branch=master
   :target: https://coveralls.io/github/pimoroni/as7262-python?branch=master
.. |PyPi Package| image:: https://img.shields.io/pypi/v/as7262.svg
   :target: https://pypi.python.org/pypi/as7262
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/as7262.svg
   :target: https://pypi.python.org/pypi/as7262

0.1.0
-----

* Port to new i2cdevice API
* Breaking change from singleton module to AS7262 class

0.0.2
-----

* Extended reset delay to avoid IO Errors

0.0.1
-----

* Initial Release
