.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/pandalyse/__init__.py
src/pandalyse/analysis.py
src/pandalyse/catalogue.py
src/pandalyse/selector.py
src/pandalyse/trainings.py
src/pandalyse/utilities.py
src/pandalyse.egg-info/PKG-INFO
src/pandalyse.egg-info/SOURCES.txt
src/pandalyse.egg-info/dependency_links.txt
src/pandalyse.egg-info/not-zip-safe
src/pandalyse.egg-info/requires.txt
src/pandalyse.egg-info/top_level.txt
tests/conftest.py
tests/test_analysis.py
tests/test_selector.py
tests/test_trainings.py