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/data_config.py
eegdash/data_utils.py
eegdash/dataset.py
eegdash/dataset_summary.csv
eegdash/mongodb.py
eegdash/preprocessing.py
eegdash/registry.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/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
tests/test_api.py
tests/test_challenge_kwargs.py
tests/test_correctness.py
tests/test_database.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