.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
LICENSE
README.rst
pyproject.toml
.dae-devops/Makefile
.dae-devops/prepare_git_dependencies.sh
.dae-devops/project.yaml
.dae-devops/docs/conventions.rst
.dae-devops/docs/developing.rst
.dae-devops/docs/devops.rst
.dae-devops/docs/docs_structure.rst
.dae-devops/docs/installing.rst
.dae-devops/docs/testing.rst
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/CONTRIBUTING.rst
.github/dependabot.yml
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/code.yml
.github/workflows/docs.yml
.github/workflows/docs_clean.yml
.github/workflows/linkcheck.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
configurations/development.yaml
docs/conf.py
docs/index.rst
docs/_static/css/custom.css
docs/images/dls-favicon.ico
docs/images/dls-logo.svg
docs/user/index.rst
docs/user/explanations/22-developing.rst
docs/user/explanations/23-testing.rst
docs/user/explanations/24-devops.rst
docs/user/explanations/25-docs-structure.rst
docs/user/how-to/01-installing_development.rst
docs/user/reference/api.rst
docs/user/reference/api/classes.rst
docs/user/reference/api/command_line.rst
docs/user/reference/api/modules.rst
docs/user/tutorials/tbd.rst
src/xchembku.egg-info/PKG-INFO
src/xchembku.egg-info/SOURCES.txt
src/xchembku.egg-info/dependency_links.txt
src/xchembku.egg-info/entry_points.txt
src/xchembku.egg-info/requires.txt
src/xchembku.egg-info/top_level.txt
src/xchembku_api/__init__.py
src/xchembku_api/aiohttp_client.py
src/xchembku_api/context_base.py
src/xchembku_api/exceptions.py
src/xchembku_api/databases/__init__.py
src/xchembku_api/databases/constants.py
src/xchembku_api/datafaces/__init__.py
src/xchembku_api/datafaces/aiohttp.py
src/xchembku_api/datafaces/constants.py
src/xchembku_api/datafaces/context.py
src/xchembku_api/datafaces/datafaces.py
src/xchembku_api/models/crystal_plate_filter_model.py
src/xchembku_api/models/crystal_plate_model.py
src/xchembku_api/models/crystal_well_autolocation_model.py
src/xchembku_api/models/crystal_well_droplocation_model.py
src/xchembku_api/models/crystal_well_filter_model.py
src/xchembku_api/models/crystal_well_model.py
src/xchembku_api/models/crystal_well_needing_droplocation_model.py
src/xchembku_cli/__init__.py
src/xchembku_cli/main.py
src/xchembku_cli/version.py
src/xchembku_cli/subcommands/__init__.py
src/xchembku_cli/subcommands/base.py
src/xchembku_cli/subcommands/service.py
src/xchembku_lib/__init__.py
src/xchembku_lib/__main__.py
src/xchembku_lib/_version.py
src/xchembku_lib/base_aiohttp.py
src/xchembku_lib/envvar.py
src/xchembku_lib/version.py
src/xchembku_lib/contexts/__init__.py
src/xchembku_lib/contexts/base.py
src/xchembku_lib/databases/__init__.py
src/xchembku_lib/databases/constants.py
src/xchembku_lib/databases/database_definition.py
src/xchembku_lib/databases/databases.py
src/xchembku_lib/databases/normsql.py
src/xchembku_lib/databases/table_definitions.py
src/xchembku_lib/datafaces/__init__.py
src/xchembku_lib/datafaces/aiohttp.py
src/xchembku_lib/datafaces/context.py
src/xchembku_lib/datafaces/datafaces.py
src/xchembku_lib/datafaces/direct.py
src/xchembku_lib/datafaces/direct_base.py
src/xchembku_lib/datafaces/direct_crystal_plates.py
src/xchembku_lib/datafaces/direct_crystal_well_autolocations.py
src/xchembku_lib/datafaces/direct_crystal_well_droplocations.py
src/xchembku_lib/datafaces/direct_crystal_wells.py
tests/__init__.py
tests/base.py
tests/conftest.py
tests/test_crystal_plate.py
tests/test_crystal_well_autolocation.py
tests/test_crystal_well_droplocation.py
tests/configurations/direct.yaml
tests/configurations/service.yaml