Metadata-Version: 2.1
Name: openbci-interface
Version: 0.3.0
Summary: Simple interface to OpenBCI hardware
Home-page: https://github.com/hellomoto-ai/openbci-interface
Author: moto
Author-email: moto@hellomoto.ai
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pyserial (<3.5)
Provides-Extra: dev
Requires-Dist: pylint; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: flake8-print; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-mock; extra == 'dev'

# Simple Interface to OpenBCI Board

[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![Documentation Status](https://readthedocs.org/projects/openbci-interface/badge/?version=latest)](https://openbci-interface.readthedocs.io/en/latest/?badge=latest)
[![CircleCI](https://circleci.com/gh/hellomoto-ai/openbci-interface.svg?style=svg)](https://circleci.com/gh/hellomoto-ai/openbci-interface)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6d1f860526dd4c1c9c31effafa9439e4)](https://app.codacy.com/app/moto-hellomoto-ai/openbci-interface?utm_source=github.com&utm_medium=referral&utm_content=hellomoto-ai/openbci-interface&utm_campaign=Badge_Grade_Dashboard)
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/7b99c6b845dd4944bc83f05f3b0f09b9)](https://www.codacy.com/app/moto-hellomoto-ai/openbci-interface?utm_source=github.com&utm_medium=referral&utm_content=hellomoto-ai/openbci-interface&utm_campaign=Badge_Coverage)

Simple Python inferface with OpenBCI Cyton Board.

## Getting Started

Check out [OpenBCI Python Interface Documentation](https://openbci-interface.readthedocs.io/en/latest/).


