LICENSE
README.md
pyproject.toml
src/amun/__init__.py
src/amun/__main__.py
src/amun/calibrate.py
src/amun/classify.py
src/amun/engine.py
src/amun/features.py
src/amun/ingestion.py
src/amun/preprocessing.py
src/amun/server.py
src/amun/thinkgear.py
src/amun/data/calibration_sample.csv
src/amun/model/profile.json
src/amun/templates/index.html
src/amun_bci.egg-info/PKG-INFO
src/amun_bci.egg-info/SOURCES.txt
src/amun_bci.egg-info/dependency_links.txt
src/amun_bci.egg-info/entry_points.txt
src/amun_bci.egg-info/requires.txt
src/amun_bci.egg-info/top_level.txt
tests/test_classify.py
tests/test_engine.py
tests/test_features.py
tests/test_server.py
tests/test_thinkgear.py
tests/test_websocket.py