Metadata-Version: 2.1
Name: timeflux
Version: 0.5.2
Summary: Acquisition and real-time processing of biosignals
Home-page: https://timeflux.io
Author: Pierre Clisson
Author-email: contact@timeflux.io
License: MIT
Project-URL: Documentation, https://doc.timeflux.io
Project-URL: Source Code, https://github.com/timeflux/timeflux
Project-URL: Bug Tracker, https://github.com/timeflux/timeflux/issues
Keywords: time series,machine learning,biosignals,brain-computer interface,bci,eeg,ecg,ppg,emg,eda,gsr
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Dist: networkx (>=2.4)
Requires-Dist: PyYAML (>=5.1)
Requires-Dist: numpy (>=1.17)
Requires-Dist: pandas (>=0.25)
Requires-Dist: xarray (>=0.14)
Requires-Dist: bottleneck (>=1.3)
Requires-Dist: scipy (>=1.3)
Requires-Dist: pyzmq (>=18.1)
Requires-Dist: coloredlogs (>=10.0)
Requires-Dist: tables (>=3.6)
Requires-Dist: Cython (>=0.29.6)
Requires-Dist: pylsl (>=1.12.2)
Requires-Dist: python-osc (>=1.7.0)
Requires-Dist: python-dotenv (>=0.10)
Requires-Dist: jsonschema (>=3.0)
Requires-Dist: pytest (>=5.3)
Requires-Dist: sphinx (>=2.2)
Requires-Dist: sphinx-rtd-theme (>=0.4)
Requires-Dist: graphviz (>=0.13)
Requires-Dist: scikit-learn (>=0.21.3)
Requires-Dist: pbr (>=5.4.5)

|Python package| |PyPI| |Contributor Covenant|

|Logo|

Timeflux
========

Timeflux is a free and open-source framework for acquiring and processing biosignals in real-time.

Use it to bootstrap your research, build brain-computer interfaces,
closed-loop biofeedback applications, interactive installations, and
more. Written in Python, it works on Linux, MacOS and Windows. Made for
researchers and hackers alike.

Installation
------------

First, get the `Miniconda
distribution <https://docs.conda.io/en/latest/miniconda.html>`__.

You are now ready to install Timeflux and its dependencies:

::

    $ curl -O https://raw.githubusercontent.com/timeflux/timeflux/master/environment.yml
    $ conda env create -f environment.yml
    $ conda activate timeflux

Alternatively, you can install the latest stable release from PyPI:

::

    $ conda create --name timeflux
    $ conda activate timeflux
    $ pip install timeflux

Getting started
---------------

`Read the documentation <https://doc.timeflux.io>`__.

.. |Python package| image:: https://github.com/timeflux/timeflux/workflows/Python%20package/badge.svg
.. |PyPI| image:: https://badge.fury.io/py/timeflux.svg
.. |Contributor Covenant| image:: https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg
.. |Logo| image:: https://avatars3.githubusercontent.com/u/44117793?v=4&s=100



