Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 894 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 894 Bytes

BITalino (r)evolution Python API

The BITalino (r)evolution Python API provides the needed tools to interact with BITalino (r)evolution using Python.

Dependencies

Installation

Install bitalino API package from PyPI:

pip install bitalino

Or clone this repository and install using pip:

git clone https://github.com/BITalinoWorld/revolution-python-api.git
cd revolution-python-api
pip install .

Documentation

http://bitalino.com/pyAPI/

Example

A sample script is available at samples folder.

License

This project is licensed under the GNU GPL v3