.commitlintrc.json
.gitattribute
.gitignore
.pre-commit-config.yaml
.releaserc.json
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.devcontainer/devcontainer.json
.github/dependabot.yml
.github/workflows/build.yml
.github/workflows/pr-validation.yml
.vscode/settings.json
ods_exd_api_box/__init__.py
ods_exd_api_box/exceptions.py
ods_exd_api_box/external_data_reader.py
ods_exd_api_box/file_handler_registry.py
ods_exd_api_box/file_interface.py
ods_exd_api_box/py.typed
ods_exd_api_box/server.py
ods_exd_api_box.egg-info/PKG-INFO
ods_exd_api_box.egg-info/SOURCES.txt
ods_exd_api_box.egg-info/dependency_links.txt
ods_exd_api_box.egg-info/requires.txt
ods_exd_api_box.egg-info/top_level.txt
ods_exd_api_box/proto/.update_stubs.sh
ods_exd_api_box/proto/__init__.py
ods_exd_api_box/proto/ods_external_data_pb2.py
ods_exd_api_box/proto/ods_external_data_pb2.pyi
ods_exd_api_box/proto/ods_external_data_pb2_grpc.py
ods_exd_api_box/proto/ods_pb2.py
ods_exd_api_box/proto/ods_pb2.pyi
ods_exd_api_box/proto/ods_pb2_grpc.py
ods_exd_api_box/proto/py.typed
ods_exd_api_box/simple/__init__.py
ods_exd_api_box/simple/file_simple.py
ods_exd_api_box/simple/file_simple_interface.py
ods_exd_api_box/utils/__init__.py
ods_exd_api_box/utils/attribute_helper.py
ods_exd_api_box/utils/param_parser.py
ods_exd_api_box/utils/time_helper.py
tests/Dockerfile.test
tests/Dockerfile_regenerate.test
tests/__init__.py
tests/external_data_file.py
tests/mock_servicer_context.py
tests/test_attribs_helper.py
tests/test_docker_integration.py
tests/test_docker_integration_tls.py
tests/test_exd_api.py
tests/test_param_parser.py
tests/certs/client.crt
tests/certs/client.key
tests/certs/server.crt
tests/certs/server.key
tests/data/dummy.exd_api_test
tests/simple/Dockerfile_simple.test
tests/simple/__init__.py
tests/simple/file_simple_example.py
tests/simple/file_simple_example2.py
tests/simple/test_docker_integration.py
tests/simple/test_file_simple_example.py
tests/simple/test_file_simple_example2.py