Metadata-Version: 2.1
Name: peegy
Version: 1.1.7
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
Platform: UNKNOWN
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.22.0)
Requires-Dist: scipy (>=1.7.3)
Requires-Dist: cython (>=0.29.26)
Requires-Dist: matplotlib (>=3.5.1)
Requires-Dist: scikit-learn (>=1.0.2)
Requires-Dist: SQLAlchemy (>=1.4.29)
Requires-Dist: pandas (>=1.3.5)
Requires-Dist: BIDSHandler (>=0.2.1)
Requires-Dist: joblib (>=1.1.0)
Requires-Dist: astropy (>=5.0)
Requires-Dist: Qt5.py (>=0.1.0)
Requires-Dist: PyQt5 (>=5.15.6)
Requires-Dist: PyQt5-stubs (>=5.15.2.0)
Requires-Dist: pyqtgraph (>=0.12.3)
Requires-Dist: pillow (>=9.0.0)
Requires-Dist: PyWavelets (>=1.2.0)
Requires-Dist: graphviz (>=0.19.1)
Requires-Dist: pyFFTW (>=0.13.0)
Requires-Dist: pycwt (>=0.3.0a22)
Requires-Dist: lxml (>=4.7.1)
Requires-Dist: prettytable (>=2.5.0)
Requires-Dist: fire (>=0.4.0)
Requires-Dist: pyEDFlib (>=0.1.23)
Requires-Dist: psutil (>=5.9.0)
Requires-Dist: bids (>=0.0)
Requires-Dist: SoundFile (>=0.10.3.post1)
Requires-Dist: h5py (>=3.6.0)
Requires-Dist: pydot (>=1.4.2)
Requires-Dist: gitpython (>=3.1.26)
Requires-Dist: opencv-python-headless (>=4.5.5.62)
Requires-Dist: tqdm (>=4.62.3)
Requires-Dist: pygraphviz (>=1.9) ; platform_system == "Windows"


          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. 
          

