LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/Makefile
docs/source/conf.py
docs/source/dataset_summary.rst
docs/source/developer_notes.rst
docs/source/index.rst
docs/source/user_guide.rst
docs/source/_templates/autosummary/module.rst
docs/source/api/api.rst
docs/source/api/api_core.rst
docs/source/api/api_features.rst
docs/source/api/features_overview.rst
docs/source/dataset_summary/bubble.rst
docs/source/dataset_summary/kde.rst
docs/source/dataset_summary/sankey.rst
docs/source/dataset_summary/table.rst
docs/source/dataset_summary/treemap.rst
docs/source/install/install.rst
docs/source/install/install_pip.rst
docs/source/install/install_source.rst
eegdash/__init__.py
eegdash/api.py
eegdash/bids_metadata.py
eegdash/const.py
eegdash/downloader.py
eegdash/http_api_client.py
eegdash/local_bids.py
eegdash/logging.py
eegdash/paths.py
eegdash/schemas.py
eegdash.egg-info/PKG-INFO
eegdash.egg-info/SOURCES.txt
eegdash.egg-info/dependency_links.txt
eegdash.egg-info/requires.txt
eegdash.egg-info/top_level.txt
eegdash/dataset/__init__.py
eegdash/dataset/base.py
eegdash/dataset/bids_dataset.py
eegdash/dataset/dataset.py
eegdash/dataset/dataset_summary.csv
eegdash/dataset/io.py
eegdash/dataset/registry.py
eegdash/features/__init__.py
eegdash/features/datasets.py
eegdash/features/decorators.py
eegdash/features/extractors.py
eegdash/features/inspect.py
eegdash/features/serialization.py
eegdash/features/utils.py
eegdash/features/feature_bank/__init__.py
eegdash/features/feature_bank/complexity.py
eegdash/features/feature_bank/connectivity.py
eegdash/features/feature_bank/csp.py
eegdash/features/feature_bank/dimensionality.py
eegdash/features/feature_bank/signal.py
eegdash/features/feature_bank/spectral.py
eegdash/features/feature_bank/utils.py
eegdash/hbn/__init__.py
eegdash/hbn/preprocessing.py
eegdash/hbn/windows.py