Metadata-Version: 1.1
Name: veml6075
Version: 0.0.2
Summary: {{DESCRIPTION}}
Home-page: http://www.pimoroni.com
Author: Gee Bartlett
Author-email: gee@pimoroni.com
License: MIT
Project-URL: GitHub, https://www.github.com/pimoroni/veml6075-python
Description: VEML6075 UVA and UVB light sensor
        =================================
        
        |Build Status| |Coverage Status| |PyPi Package| |Python Versions|
        
        Installing
        ==========
        
        Stable library from PyPi:
        
        -  Just run ``sudo pip install veml6075``
        
        Latest/development library from GitHub:
        
        -  ``git clone https://github.com/pimoroni/veml6075-python``
        -  ``cd veml6075-python``
        -  ``sudo ./install.sh``
        
        .. |Build Status| image:: https://travis-ci.com/pimoroni/veml6075-python.svg?branch=master
           :target: https://travis-ci.com/pimoroni/veml6075-python
        .. |Coverage Status| image:: https://coveralls.io/repos/github/pimoroni/veml6075-python/badge.svg?branch=master
           :target: https://coveralls.io/github/pimoroni/veml6075-python?branch=master
        .. |PyPi Package| image:: https://img.shields.io/pypi/v/veml6075.svg
           :target: https://pypi.python.org/pypi/veml6075
        .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/veml6075.svg
           :target: https://pypi.python.org/pypi/veml6075
        
        0.0.2
        -----
        
        * Port to i2cdevice>=0.0.6 set/get API
        
        0.0.1
        -----
        
        * Initial Release
        
Keywords: Raspberry Pi
Platform: UNKNOWN
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
