Metadata-Version: 2.1
Name: epibox
Version: 0.1.2
Summary: EpiBOX is a Raspberry Pi tool for easy signal acquisition.
Home-page: https://github.com/anascacais/epibox
Author: Ana Sofia Carmo
Author-email: anascacais@gmail.com
License: MIT license
Download-URL: https://github.com/anascacais/epibox/archive/refs/tags/V0.1.1.tar.gz
Keywords: epibox,signal acquisition,Raspberry Pi
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: alabaster (==0.7.12)
Requires-Dist: appdirs (==1.4.4)
Requires-Dist: argh (==0.26.2)
Requires-Dist: arrow (==1.1.1)
Requires-Dist: Babel (==2.9.1)
Requires-Dist: binaryornot (==0.4.4)
Requires-Dist: bitalino (==1.2.1)
Requires-Dist: bleach (==3.3.0)
Requires-Dist: certifi (==2021.5.30)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: click (==8.0.1)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: cookiecutter (==1.7.3)
Requires-Dist: distlib (==0.3.2)
Requires-Dist: docutils (==0.17.1)
Requires-Dist: entrypoints (==0.3)
Requires-Dist: filelock (==3.0.12)
Requires-Dist: idna (==2.10)
Requires-Dist: imagesize (==1.2.0)
Requires-Dist: install (==1.3.4)
Requires-Dist: Jinja2 (==3.0.1)
Requires-Dist: jinja2-time (==0.2.0)
Requires-Dist: MarkupSafe (==2.0.1)
Requires-Dist: mccabe (==0.6.1)
Requires-Dist: numpy (==1.21.0)
Requires-Dist: packaging (==21.0)
Requires-Dist: paho-mqtt (==1.5.1)
Requires-Dist: pathtools (==0.1.2)
Requires-Dist: pexpect (==4.8.0)
Requires-Dist: pkginfo (==1.7.0)
Requires-Dist: pluggy (==0.13.1)
Requires-Dist: poyo (==0.5.0)
Requires-Dist: primefac (==1.1)
Requires-Dist: ptyprocess (==0.7.0)
Requires-Dist: py (==1.10.0)
Requires-Dist: pybluez2 (==0.41)
Requires-Dist: pycodestyle (==2.5.0)
Requires-Dist: pyflakes (==2.1.1)
Requires-Dist: Pygments (==2.9.0)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: pyserial (==3.5)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: python-slugify (==5.0.2)
Requires-Dist: pytz (==2021.1)
Requires-Dist: PyYAML (==5.4.1)
Requires-Dist: readme-renderer (==29.0)
Requires-Dist: requests (==2.25.1)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: scipy (==1.7.0)
Requires-Dist: six (==1.16.0)
Requires-Dist: snowballstemmer (==2.1.0)
Requires-Dist: Sphinx (==1.8.5)
Requires-Dist: sphinxcontrib-serializinghtml (==1.1.5)
Requires-Dist: sphinxcontrib-websupport (==1.2.4)
Requires-Dist: text-unidecode (==1.3)
Requires-Dist: toml (==0.10.2)
Requires-Dist: tox (==3.14.0)
Requires-Dist: tqdm (==4.61.2)
Requires-Dist: twine (==3.4.1)
Requires-Dist: urllib3 (==1.26.6)
Requires-Dist: virtualenv (==20.4.7)
Requires-Dist: watchdog (==0.9.0)
Requires-Dist: webencodings (==0.5.1)

# EpiBOX


This package is complementary to the mobile app EpiBOX (available at [EpiBOX](https://github.com/anascacais/rPiInterface)).

Designed for use with Raspberry Pi, it acts as an autonomous recording unit - allowing for sensor connectivity and data storage. EpiBOX mobile app provides the user interaface and the near-real time visualization of the data. 

Currently, EpiBOX supports BITalino-based equipments allowing for the recording, storage and visualization of up to 12 channels simmultaneously. Nevertheless, this package can be easily integrated with other sensors, as long as a python API is provided!

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install epibox.

```bash
pip install epibox
or 
pip install --upgrade epibox
```

## Usage

```python
from epibox import startup

# this will initiate the process - which should be continued by the user interface (EpiBOX)
startup.main() 
```

## Other info
* Licence [MIT](https://choosealicense.com/licenses/mit/)
* Documentation: https://epibox.readthedocs.io.

## Contact
For any additional information please contact me: anascacais@gmail.com
EpiBOX is a Raspberry Pi tool for easy signal acquisition.



This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


.. image:: https://img.shields.io/pypi/v/epibox.svg
        :target: https://pypi.python.org/pypi/epibox

.. image:: https://img.shields.io/travis/anascacais/epibox.svg
        :target: https://travis-ci.com/anascacais/epibox

.. image:: https://readthedocs.org/projects/epibox/badge/?version=latest
        :target: https://epibox.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status

=======
History
=======

0.1.0 (2021-07-08)
------------------

* First release on PyPI.


