Metadata-Version: 2.0
Name: coinespy
Version: 0.8.0
Summary: Python wrapper for coinesAPI
Home-page: https://www.bosch-sensortec.com/
Author: Bosch_Sensortec GmbH
Author-email: rolf.kaack@bosch-sensortec.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Requires-Python: >=2.6, <4
Description-Content-Type: text/markdown

# `coinespy` library

The `coinespy` library allows users to access Bosch Sensortec's MEMS sensors on the Application Board 2.0 through a Python interface. It offers a flexible solution for developing a host independent wrapper interface for the sensors with robust error handling mechanism. The core functionalities remain the same as with usage of coinesAPI on C level.

This folder contains the Python wrapper on top of the COINES C library.

To build a new wheel, follow the steps as described in: https://packaging.python.org/tutorials/packaging-projects/

To install this package:

```bash
$ python setup.py install
```

