Skip to main content

A protocol to control and communicate with Arduino devices from Python.

Project description

Oatmeal Protocol: Python library

Requires python 3.5 or higher.

Installation

Install dependencies:

pip3 install -Ur requirements.txt

Then copy into your python path or create a relative soft symlink with:

ln -rs <YOUR_PYTHON_LIBS_DIR>/oatmeal oatmeal

(Note: requires gln on mac).

Tests

Run tests with:

make test

API docs

We use sphinx to auto-generate docs from our python docstrings. Our docstrings are formatted according to the Google Style.

Generate API docs with:

pip3 install -Ur requirements.txt
cd docs && make clean && make html

Generated docs are then in docs/_build/html/index.html.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oatmeal-1.0.tar.gz (20.8 kB view hashes)

Uploaded Source

Built Distribution

oatmeal-1.0-py3-none-any.whl (25.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page