Metadata-Version: 2.1
Name: timeflux
Version: 0.5.3
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
Description: |Build| |Doc| |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>`__.
        
        .. |Build| image:: https://github.com/timeflux/timeflux/workflows/build/badge.svg
        .. |Doc| image:: https://readthedocs.org/projects/timeflux/badge/?version=latest
        .. |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
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
Provides-Extra: dev
