Metadata-Version: 2.1
Name: peegy
Version: 1.3.2
Summary: Tools to pipeline bulk analyses of EEG and other modalities.
Home-page: https://jundurraga.gitlab.io/peegy/
Author: Jaime A. Undurraga
Author-email: jaime.undurraga@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
License-File: LICENSE.txt
Requires-Dist: numpy (==1.23.5)
Requires-Dist: scipy (>=1.10.1)
Requires-Dist: cython (>=0.29.33)
Requires-Dist: matplotlib (>=3.7.0)
Requires-Dist: scikit-learn (>=1.2.1)
Requires-Dist: SQLAlchemy (>=2.0.4)
Requires-Dist: pandas (>=1.5.3)
Requires-Dist: BIDSHandler (>=0.2.1)
Requires-Dist: joblib (>=1.2.0)
Requires-Dist: astropy (>=5.2.1)
Requires-Dist: Qt5.py (>=0.1.0)
Requires-Dist: PyQt5 (>=5.15.9)
Requires-Dist: PyQt5-stubs (>=5.15.6.0)
Requires-Dist: pyqtgraph (>=0.13.1)
Requires-Dist: pillow (>=9.4.0)
Requires-Dist: PyWavelets (>=1.4.1)
Requires-Dist: graphviz (>=0.20.1)
Requires-Dist: pyFFTW (>=0.13.1)
Requires-Dist: pycwt (>=0.3.0a22)
Requires-Dist: lxml (>=4.9.2)
Requires-Dist: prettytable (>=3.6.0)
Requires-Dist: fire (>=0.5.0)
Requires-Dist: pyEDFlib (>=0.1.30)
Requires-Dist: psutil (>=5.9.4)
Requires-Dist: SoundFile (>=0.12.1)
Requires-Dist: h5py (>=3.8.0)
Requires-Dist: pydot (>=1.4.2)
Requires-Dist: gitpython (>=3.1.31)
Requires-Dist: opencv-python-headless (>=4.7.0.72)
Requires-Dist: tqdm (>=4.64.1)
Requires-Dist: numba (>=0.56.4)
Requires-Dist: numba-progress (>=0.0.4)


          Set of tools for processing EEG data data using bdf/edf file format. These can be extended to other modalities
          too. The overall goal is to produce processing pipelines to process many data in a systematic and reproducible 
          way. This package includes several statistical, visualization, and output tools to generate consistent SQLITE
          databases. 
          
