.editorconfig
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
LICENSE_HEADER.txt
README.md
pyproject.toml
tox.ini
.github/workflows/release-package.yml
.github/workflows/test-package.yml
docs/batch_transform.rst
docs/conf.py
docs/deployment.rst
docs/hooks.rst
docs/index.rst
docs/inference_server.rst
docs/inference_server_testing.rst
docs/introduction.rst
docs/modules.rst
docs/testing.rst
docs/_static/custom.css
src/inference_server/__init__.py
src/inference_server/_plugin.py
src/inference_server/default_plugin.py
src/inference_server/py.typed
src/inference_server/testing.py
src/inference_server.egg-info/PKG-INFO
src/inference_server.egg-info/SOURCES.txt
src/inference_server.egg-info/dependency_links.txt
src/inference_server.egg-info/requires.txt
src/inference_server.egg-info/top_level.txt
tests/test_inference_server.py