Metadata-Version: 1.1
Name: sleepytimes
Version: 1.0.2
Summary: Tools for EEG, ECoG, iEEG, especially for sleep
Home-page: https://github.com/jburn/sleepytimes.git
Author: Jordan O'Byrne
Author-email: jordan.obyrne@gmail.com
License: GPLv3
Description: Sleepytimes
        ===========
        Package to analyze EEG, ECoG and other electrophysiology formats.
        It allows for visualization of the results and for a GUI that can be used to score sleep stages.
        
        Features
        --------
        - Reader and writer for EDF, EGI MFF, Fieldtrip, FIFF file formats
        - Interface for Sleep Scoring
        - Computes frequency analysis (spectrogram), time-frequency analysis (Morlet wavelet)
        - Spindle detection and analysis
        - Pure Python
        
        Installation
        ------------
        Install sleepytimes by running:
        
            pip install sleepytimes
        
        If you want to scroll recordings and do some sleep scoring (requires PyQt5)
        
            sleepytimes
        
        Requirements
        ------------
        - Python 3.5
        - numpy
        - scipy
        - (optional for sleep scoring GUI) PyQt5
        
        License
        -------
        The project is licensed under the GPLv3 license.
        Other licenses available upon request.
        
        Note on authorship
        ------------------
        This package is built upon an existing package by Gio Piantoni, available here:
        https://github.com/gpiantoni/phypno.git
        
Keywords: neuroscience analysis sleep EEG ECoG
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
