Metadata-Version: 1.1
Name: pysensorlib
Version: 0.1.1
Summary: A python module for reading from sensors
Home-page: https://github.com/MIT-CityFARM/pysensorlib.git
Author: Douglas Chambers
Author-email: leonchambers@mit.edu
License: MIT
Description: pySensorLib
        ===========
        
        .. image:: https://travis-ci.org/MIT-CityFARM/pysensorlib.svg?branch=master
            :target: https://travis-ci.org/MIT-CityFARM/pysensorlib
            :alt: Build
        
        .. image:: https://pypip.in/version/pysensorlib/badge.svg
            :target: https://pypi.python.org/pypi/pysensorlib/
            :alt: Latest Version
        
        .. image:: https://pypip.in/status/pysensorlib/badge.svg
            :target: https://pypi.python.org/pypi/pysensorlib/
            :alt: Development Status
        
        .. image:: https://pypip.in/py_versions/pysensorlib/badge.svg
            :target: https://pypi.python.org/pypi/pysensorlib/
            :alt: Supported Python versions
        
        .. image:: https://pypip.in/license/pysensorlib/badge.svg
            :target: https://pypi.python.org/pypi/pysensorlib/
            :alt: License
        
        A python module for reading from sensors. Abstracts the specifics of the sensor
        hardware and communication protocol and provides a general API for reading from
        sensors of all types.
        
        Currently, only serial sensors are supported, but the design allows for
        the addition of different sensor types with different read interfaces.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
