Metadata-Version: 1.0
Name: BrickPython
Version: 0.3
Summary: Python interface for the BrickPi using Objects and Coroutines
Home-page: https://github.com/charlesweir/BrickPython
Author: Charles Weir
Author-email: charles@penrillian.com
License: MIT License
Description: .. README.rst project overview for PyPi
        ..
        ..	Check using rst2html.py README.rst README.html
        
        ===========
        BrickPython
        ===========
        
        .. image:: https://badge.fury.io/py/BrickPython.png
            :target: http://badge.fury.io/py/BrickPython
        
        .. # image:: https://travis-ci.org/{{ cookiecutter.github_username }}/BrickPython.png?branch=master
                :target: https://travis-ci.org/{{ cookiecutter.github_username }}/BrickPython
        
        .. image:: https://pypip.in/d/BrickPython/badge.png
                :target: https://crate.io/packages/BrickPython?version=latest
        
        
        BrickPython provides an easy Python programming environment for the `BrickPi <http://www.dexterindustries.com/BrickPi/>`_,
        making Lego NXT motors behave as servo motors.
        The framework provides coroutines to give you always-responsive programs, and objects to help you partition programs.
        
        * Free software: MIT license
        * Documentation: https://pythonhosted.org/BrickPython/index.html
        * Source code: https://github.com/charlesweir/BrickPython
        
        Features
        --------
        
        * Simple objects representing Motor and Sensor
        * Implementation of Python coroutines and scheduler for Python 2.7
        * Uses Brickpi.py from BrickPi_python
        * Implementation of PID algorithm to make an NXT motor into a servo-motor
        * Implementation of an NXT motor constant speed algorithm
        * Full unit test suite
        * Runs on other Linux environments (Mac etc) for unit tests and development.
        
        
        .. TODO: Links to Coroutine presentation.
        
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
