Metadata-Version: 2.1
Name: openbci-interface
Version: 0.6.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)
[![codebeat badge](https://codebeat.co/badges/f1abcfda-2587-400b-86ec-b06efc6689d4)](https://codebeat.co/projects/github-com-hellomoto-ai-openbci-interface-master)
[![codecov](https://codecov.io/gh/hellomoto-ai/openbci-interface/branch/master/graph/badge.svg)](https://codecov.io/gh/hellomoto-ai/openbci-interface)

Simple Python inferface with OpenBCI Cyton Board.

## Getting Started

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


