Metadata-Version: 2.1
Name: python-thunderborg
Version: 1.0.0
Summary: ThunderBorg Motor Controller API
Home-page: https://github.com/cnobile2012/thunderborg
Author: Carl J. Nobile
Author-email: carl.nobile@gmail.com
License: MIT
Platform: UNKNOWN
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
License-File: LICENSE.md

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

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

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

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

.. image:: http://img.shields.io/travis/cnobile2012/thunderborg/master.svg
   :target: http://travis-ci.org/cnobile2012/thunderborg
   :alt: Build Status

.. image:: http://img.shields.io/pypi/l/thunderborg.svg
   :target: https://pypi.python.org/pypi/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.4 and greater are supported in the same code base.

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>`_

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/>`_


