.dockerignore
.gitattributes
.gitignore
.readthedocs.yaml
CITATION.cff
LICENSE
NOTICE
README.md
pyproject.toml
rever.xsh
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user_story.md
.github/workflows/black.yml
.github/workflows/ci-integration.yml
.github/workflows/deploy-docker.yml
alchemiscale/__init__.py
alchemiscale/cli.py
alchemiscale/cli_utils.py
alchemiscale/compression.py
alchemiscale/models.py
alchemiscale/settings.py
alchemiscale/utils.py
alchemiscale/validators.py
alchemiscale.egg-info/PKG-INFO
alchemiscale.egg-info/SOURCES.txt
alchemiscale.egg-info/dependency_links.txt
alchemiscale.egg-info/entry_points.txt
alchemiscale.egg-info/not-zip-safe
alchemiscale.egg-info/requires.txt
alchemiscale.egg-info/top_level.txt
alchemiscale/base/__init__.py
alchemiscale/base/api.py
alchemiscale/base/client.py
alchemiscale/compute/__init__.py
alchemiscale/compute/api.py
alchemiscale/compute/client.py
alchemiscale/compute/manager.py
alchemiscale/compute/service.py
alchemiscale/compute/settings.py
alchemiscale/interface/__init__.py
alchemiscale/interface/api.py
alchemiscale/interface/client.py
alchemiscale/migrations/v03_to_v04.py
alchemiscale/security/__init__.py
alchemiscale/security/auth.py
alchemiscale/security/models.py
alchemiscale/storage/__init__.py
alchemiscale/storage/cypher.py
alchemiscale/storage/models.py
alchemiscale/storage/objectstore.py
alchemiscale/storage/statestore.py
alchemiscale/storage/subgraph.py
alchemiscale/strategist/__init__.py
alchemiscale/strategist/service.py
alchemiscale/strategist/settings.py
alchemiscale/tests/__init__.py
alchemiscale/tests/integration/__init__.py
alchemiscale/tests/integration/conftest.py
alchemiscale/tests/integration/test_cli.py
alchemiscale/tests/integration/utils.py
alchemiscale/tests/integration/compute/__init__.py
alchemiscale/tests/integration/compute/conftest.py
alchemiscale/tests/integration/compute/test_compute_api.py
alchemiscale/tests/integration/compute/utils.py
alchemiscale/tests/integration/compute/client/__init__.py
alchemiscale/tests/integration/compute/client/conftest.py
alchemiscale/tests/integration/compute/client/test_compute_client.py
alchemiscale/tests/integration/compute/client/test_compute_manager.py
alchemiscale/tests/integration/compute/client/test_compute_manager_client.py
alchemiscale/tests/integration/compute/client/test_compute_service.py
alchemiscale/tests/integration/interface/__init__.py
alchemiscale/tests/integration/interface/conftest.py
alchemiscale/tests/integration/interface/test_api.py
alchemiscale/tests/integration/interface/utils.py
alchemiscale/tests/integration/interface/client/__init__.py
alchemiscale/tests/integration/interface/client/conftest.py
alchemiscale/tests/integration/interface/client/test_client.py
alchemiscale/tests/integration/storage/__init__.py
alchemiscale/tests/integration/storage/test_objectstore.py
alchemiscale/tests/integration/storage/test_statestore.py
alchemiscale/tests/integration/storage/utils.py
alchemiscale/tests/integration/strategist/__init__.py
alchemiscale/tests/integration/strategist/test_strategist_service.py
alchemiscale/tests/unit/__init__.py
alchemiscale/tests/unit/conftest.py
alchemiscale/tests/unit/test_base_api.py
alchemiscale/tests/unit/test_client_params.py
alchemiscale/tests/unit/test_cypher.py
alchemiscale/tests/unit/test_models.py
alchemiscale/tests/unit/test_security.py
alchemiscale/tests/unit/test_storage_models.py
alchemiscale/tests/unit/test_utils.py
alchemiscale/tests/unit/test_validators.py
devtools/conda-envs/alchemiscale-client.yml
devtools/conda-envs/alchemiscale-compute.yml
devtools/conda-envs/alchemiscale-server.yml
devtools/conda-envs/docs.yml
devtools/conda-envs/test.yml
devtools/configs/strategist-settings.yaml
devtools/configs/synchronous-compute-settings.yaml
docker/alchemiscale-compute/Dockerfile
docker/alchemiscale-server/.env.template
docker/alchemiscale-server/.env.testing
docker/alchemiscale-server/Dockerfile
docker/alchemiscale-server/README.md
docker/alchemiscale-server/docker-compose.yml
docs/.nojekyll
docs/CHANGELOG.rst
docs/Makefile
docs/api.rst
docs/compute.rst
docs/conf.py
docs/deployment.rst
docs/development.rst
docs/index.rst
docs/make.bat
docs/operations.rst
docs/api/base.rst
docs/api/cli.rst
docs/api/compute.rst
docs/api/interface.rst
docs/api/models.rst
docs/api/security.rst
docs/api/settings.rst
docs/api/storage.rst
docs/api/strategist.rst
docs/assets/system-architecture.png
docs/assets/logo/logo_full_horizontal_inverted.png
docs/tutorials/index.rst
docs/tutorials/demo/Alchemiscale Demo.ipynb
docs/tutorials/demo/ligands.sdf
docs/tutorials/demo/ligands.yml
docs/tutorials/demo/protein.pdb
docs/user_guide/getting_started.rst
docs/user_guide/handling_errors.rst
docs/user_guide/index.rst
docs/user_guide/strategy_automation.rst
news/TEMPLATE.rst