Metadata-Version: 2.1
Name: robopython
Version: 0.4.6
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
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
Requires-Dist: Click (>=6.0)
Requires-Dist: pyserial
Requires-Dist: enum-compat
Requires-Dist: pexpect
Requires-Dist: paho-mqtt

============
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

Python 2.x supported
Python 3.x in development


* 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)
------------------

* Latest release on PyPI.


