Metadata-Version: 1.1
Name: biosppy
Version: 0.1.2
Summary: A toolbox for biosignal processing written in Python.
Home-page: https://github.com/PIA-Group/BioSPPy
Author: Instituto de Telecomunicacoes
Author-email: carlos.carreiras@lx.it.pt
License: BSD 3-clause
Description: BioSPPy - Biosignal Processing in Python
        ========================================
        
        A toolbox for biosignal processing written in Python.
        
        The toolbox bundles together various signal processing and pattern
        recognition methods geared towards the analysis of biosignals.
        
        Highlights:
        
        -  Support for various biosignals: BVP, ECG, EDA, EEG, EMG, Respiration;
        -  Signal analysis primitives: filtering, frequency analysis
        -  Clustering
        -  Biometrics (to do)
        
        Installation
        ------------
        
        Installation can be easily done with ``pip``:
        
        .. code:: bash
        
            $ pip install biosppy
        
        Dependencies
        ------------
        
        -  numpy
        -  matplotlib
        -  scipy
        -  scikit-learn
        -  h5py
        -  shortuuid
        -  bidict
        
        License
        -------
        
        BioSPPy is released under the BSD 3-clause license. See LICENSE for more
        details.
        
        Disclaimer
        ----------
        
        This program is distributed in the hope it will be useful and provided
        to you "as is", but WITHOUT ANY WARRANTY, without even the implied
        warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This
        program is NOT intended for medical diagnosis. We expressly disclaim any
        liability whatsoever for any direct, indirect, consequential, incidental
        or special damages, including, without limitation, lost revenues, lost
        profits, losses resulting from business interruption or loss of data,
        regardless of the form of action or legal theory under which the
        liability may be asserted, even if advised of the possibility of such
        damages.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
