Metadata-Version: 1.1
Name: ltr559
Version: 0.0.3
Summary: Python library for the LTR559 light and proximity
Home-page: http://www.pimoroni.com
Author: Philip Howard
Author-email: phil@pimoroni.com
License: MIT
Description: LTR559 Proximity/Presence/Light Sensor
        ======================================
        
        |Build Status| |Coverage Status| |PyPi Package| |Python Versions|
        
        Suitable for detecting proximity of an object at close range the LTR559
        is great for approach detection and ambient light compensation. The
        range is useful to around 2cm, and this is the type of sensor you might
        find in a smartphone to determine if you're holding it against your
        head.
        
        Installing
        ==========
        
        Stable library from PyPi:
        
        -  Just run ``sudo pip install ltr559``
        
        Latest/development library from GitHub:
        
        -  ``git clone https://github.com/pimoroni/ltr559-python``
        -  ``cd ltr559-python``
        -  ``sudo ./install.sh``
        
        .. |Build Status| image:: https://travis-ci.com/pimoroni/ltr559-python.svg?branch=master
           :target: https://travis-ci.com/pimoroni/ltr559-python
        .. |Coverage Status| image:: https://coveralls.io/repos/github/pimoroni/ltr559-python/badge.svg?branch=master
           :target: https://coveralls.io/github/pimoroni/ltr559-python?branch=master
        .. |PyPi Package| image:: https://img.shields.io/pypi/v/ltr559.svg
           :target: https://pypi.python.org/pypi/ltr559-python
        .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/ltr559.svg
           :target: https://pypi.python.org/pypi/ltr559-python
        
        0.0.3
        -----
        
        * Fix PyPi readme formatting
        
        0.0.2
        -----
        
        * Added default light-sensor options
        * Fixed bugs & linted
        
        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
