Metadata-Version: 1.1
Name: zorg-edison
Version: 0.0.2
Summary: Intel Edison adapters for the Zorg framework.
Home-page: https://github.com/zorg/zorg-edison
Author: Zorg Group
Author-email: gunthercx@gmail.com
License: MIT
Description: Zorg Edison
        ===========
        
        The ``zorg-edison`` module wraps the mraa library created by intel for
        interacting with IO pins on the Edison microcontroller. While the Python
        bindings for mraa work great on their own, the benefit of using Zorg is
        that we have already created many of the drivers you needed for using
        sensors and output devices. Zorg also implements multiprocessing so that
        tasks such as reading and writing from sensors are non-blocking,
        allowing you to take full advantage of multi-processor boards like the
        Intel Edison.
        
        **Zorg also creates a REST API for you :)**
        
        Installation
        ------------
        
        ::
        
            pip install zorg-edison
        
        `Documentation <http://zorg-edison.readthedocs.org/>`__
        -------------------------------------------------------
        
Keywords: zorg,intel,edison
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
