Metadata-Version: 1.1
Name: zorg-grove
Version: 0.0.4
Summary: Python framework for robotics and physical computing.
Home-page: https://github.com/zorg/zorg-grove
Author: Zorg Group
Author-email: gunthercx@gmail.com
License: MIT
Description: zorg-grove
        ==========
        
        |Documentation Status| |Join the chat at
        https://gitter.im/zorg-framework/zorg|
        
        This module implements drivers for controling devices using the
        `Zorg <https://github.com/zorg/zorg>`__ framework for robotics and
        physical computing.
        
        `Documentation <http://zorg-grove.readthedocs.org/>`__
        ------------------------------------------------------
        
        Hardware Support
        ================
        
        Zorg has a extensible system for connecting to hardware devices. The
        following Grove sensors and devices are currently supported:
        
        -  `LCD screen <docs/LCD.rst>`__
        -  `Temperature sensor <docs/temperature_sensor.rst>`__
        -  `Microphone <docs/microphone.rst>`__
        -  `Rotary Angle Sensor <docs/rotary_angle_sensor.rst>`__
        -  `Servo <docs/servo.rst>`__
        
        `Open a new issue <https://github.com/zorg/zorg-grove/issues/new>`__ to
        request support for additional components.
        
        .. |Documentation Status| image:: https://readthedocs.org/projects/zorg-grove/badge/?version=latest
           :target: http://zorg-grove.readthedocs.org
        .. |Join the chat at https://gitter.im/zorg-framework/zorg| image:: https://badges.gitter.im/Join%20Chat.svg
           :target: https://gitter.im/zorg-framework/zorg?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
Keywords: zorg,grove
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
