LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/Makefile
docs/source/conf.py
docs/source/dataset_summary.rst
docs/source/index.rst
docs/source/overview.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_eeg_metadata.py
eegdash/const.py
eegdash/data_utils.py
eegdash/mongodb.py
eegdash/paths.py
eegdash/utils.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/dataset.py
eegdash/dataset/dataset_summary.csv
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
tests/test_api.py
tests/test_cache_folder_suffix.py
tests/test_challenge_kwargs.py
tests/test_correctness.py
tests/test_dataset.py
tests/test_dataset_registration.py
tests/test_eegdash.py
tests/test_functional.py
tests/test_init.py
tests/test_minirelease.py
tests/test_mongo_connection.py
tests/test_offline.py
tests/test_query.py