Metadata-Version: 2.1
Name: python-thunderborg
Version: 1.0.2
Summary: ThunderBorg Motor Controller API
Home-page: https://github.com/cnobile2012/python-thunderborg
Author: Carl J. Nobile
Author-email: carl.nobile@gmail.com
License: MIT
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
License-File: LICENSE.md
Requires-Dist: six

********************************
ThunderBorg Motor Controller API
********************************

.. image:: https://img.shields.io/pypi/v/python-thunderborg.svg
   :target: https://pypi.python.org/pypi/python-thunderborg
   :alt: PyPi Version

.. image:: http://img.shields.io/pypi/wheel/python-thunderborg.svg
   :target: https://pypi.python.org/pypi/python-thunderborg
   :alt: PyPI Wheel

.. image:: http://img.shields.io/pypi/pyversions/python-thunderborg.svg
   :target: https://pypi.python.org/pypi/python-thunderborg
   :alt: Python Versions

.. image:: http://img.shields.io/pypi/l/python-thunderborg.svg
   :target: https://pypi.python.org/pypi/python-thunderborg
   :alt: License

The MIT License (MIT)

Overview
========

This API for the
`ThunderBorg <https://www.piborg.org/motor-control-1135/thunderborg>`_
board has additional features that the original API does not have.

1. Python 2.7.x and 3.8 are supported in the same code base. There is an issue
   building the ``evdev`` package with all version or Python 3.8 and higher.

2. Built in logging to a log file of your choice--**no print statements**.

3. Auto **voltage in** settings.

4. API initialization is done during class instantiation.

5. Flag to initialize the first board that is found if default is not present.


.. warning::

   This version of the **ThunderBorg API** is a complete rewrite of the
   version provided on the
   `PiBorg forums <http://forum.piborg.org/thunderborg/examples>`_.
   It is functionally compatible, but not signature compatible. In other
   words the class and method calls are completely different.

Provides
========

An API (Application Programming Interface) for the ThunderBorg motor
controller boards.

`Installation Guide <INSTALL.rst>`_

`Testing Guide <tborg/tests/README.rst>`_

`Pair bluetooth Wireless Controller <PAIR-BT.rst>`_

Feel free to contact me at: carl dot nobile at gmail.com

Complete Documentation can be found on
`Read the Docs <https://readthedocs.org/>`_ at:
`Thunder Borg <http://python-thunderborg.readthedocs.io/en/latest/>`_
