LICENSE
MANIFEST.in
README.md
setup.py
requirements/dev.txt
requirements/install.txt
selfx/__init__.py
selfx/version.py
selfx.egg-info/PKG-INFO
selfx.egg-info/SOURCES.txt
selfx.egg-info/dependency_links.txt
selfx.egg-info/requires.txt
selfx.egg-info/top_level.txt
selfx/backend/__init__.py
selfx/backend/celery_config.py
selfx/backend/datetime_utils.py
selfx/backend/features.py
selfx/backend/perform.py
selfx/backend/results.py
selfx/backend/utils.py
selfx/dash/__init__.py
selfx/dash/colors.py
selfx/dash/dashboard.py
selfx/dash/layouts.py
selfx/dash/plot.py
selfx/dash/routing_utils.py
selfx/dash/assets/Logo_SelfX.svg
selfx/dash/assets/favicon.ico
selfx/dash/assets/selfx-dark.svg
selfx/dash/assets/selfx_style.css
tests/test_colors.py
tests/test_datetime_utils.py
tests/test_features_base.py