.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/black.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/CHANGELOG.md
docs/CODE_OF_CONDUCT.md
docs/CONTRIBUTING.md
docs/Makefile
docs/ann_solo.ipynb
docs/cli.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/usage.rst
docs/_static/custom.css
docs/_static/ppx_dark.png
docs/api/functions.rst
docs/api/index.rst
docs/api/massive.rst
docs/api/pride.rst
ppx/__init__.py
ppx/config.py
ppx/factory.py
ppx/ftp.py
ppx/massive.py
ppx/ppx.py
ppx/pride.py
ppx/project.py
ppx/utils.py
ppx.egg-info/PKG-INFO
ppx.egg-info/SOURCES.txt
ppx.egg-info/dependency_links.txt
ppx.egg-info/entry_points.txt
ppx.egg-info/requires.txt
ppx.egg-info/top_level.txt
static/ppx_light.svg
tests/__init__.py
tests/conftest.py
tests/data/params.xml
tests/data/pride_files_response.json
tests/data/pride_project_response.json
tests/system_tests/test_cli.py
tests/unit_tests/__init__.py
tests/unit_tests/test_config.py
tests/unit_tests/test_download.py
tests/unit_tests/test_find_project.py
tests/unit_tests/test_list_projects.py
tests/unit_tests/test_massive.py
tests/unit_tests/test_pride.py