Metadata-Version: 1.1
Name: robopython
Version: 1.0.2
Summary: Robo Wunderkind Python API - BLED112 USB Dongle Required
Home-page: https://github.com/JonRobo/robopython
Author: Jonathan William Morley
Author-email: jon@robowunderkind.com
License: Apache Software License 2.0
Description: ============
        robopython
        ============
        
        
        .. image:: https://img.shields.io/pypi/v/robopython.svg
                :target: https://pypi.python.org/pypi/robopython
        
        .. image:: https://img.shields.io/travis/JonRobo/robopython.svg
                :target: https://travis-ci.org/JonRobo/robopython
        
        .. image:: https://readthedocs.org/projects/robopython/badge/?version=latest
                :target: https://robopython.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        Robo Wunderkind Python API - BLED112 USB Dongle Required
        
        Official Robo Wunderkind Modular Robotics Kit Python Interface
        
        For more information about Robo Wunderkind please visit https://www.robowunderkind.com/
        
        Python 2.x Supported
        Python 3.x Supported
        
        
        * Free software: Apache Software License 2.0
        * Documentation: https://robopython.readthedocs.io.
        
        
        Upcoming Features
        -----------------
        
        * New Module integration such as Line Tracker
        * MQTT Wi-Fi networking
        * Fuzzy Logic Filter for Sensors/States
        
        Getting Started
        -----------------
        * Install with: pip install robopython
        
        * from robopython import Robo
        
        * Create an instance of Robo object by doing: my_robo = Robo("BLE Name")
        
        * Test Functionality by playing a sound with: my_robo.System.play_sound(0)
        
        Chrome OS
        ----------------
        
        * Update to latest Chrome OS
        * Set into Developer Mode
        * $ sudo dev_install python
        * Install ChromeBrew: https://skycocker.github.io/chromebrew/
        * crew install freestyle
        * pip install robopython
        * Run python as sudo for robopython to work
        
        
        Troubleshooting
        ------------------
        If you get an error saying No BGAPI compatable device is detected please insert the BLED112 USB dongle or switch USB ports
        If problem persists you can identify the COM port explicitley with my_robo = Robo("BLE Name", COM PORT)
        
        
        
        =======
        History
        =======
        
        0.1.0 (2018-11-06)
        ------------------
        
        * First release on PyPI.
        
        0.4.3 (2019-01-16)
        ------------------
        
        0.4.4 (2019-10-15)
        ------------------
        
        0.4.5 (2019-10-18)
        ------------------
        
        0.4.6 (2019-10-27)
        ------------------
        
        0.4.7 (2019-11-13)
        ------------------
        
        0.4.8 (2020-02-19)
        ------------------
        
        0.5.0 (2020-03-04)
        ------------------
        
        1.0.1 (2020-09-03)
        ------------------
        
        1.0.2 (2020-09-17)
        ------------------
        
        * Latest release on PyPI.
        
Keywords: robopython
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
