MANIFEST.in
README.md
pyproject.toml
setup.py
src/more_than_inference/__init__.py
src/more_than_inference/main.py
src/more_than_inference/runs.py
src/more_than_inference.egg-info/PKG-INFO
src/more_than_inference.egg-info/SOURCES.txt
src/more_than_inference.egg-info/dependency_links.txt
src/more_than_inference.egg-info/entry_points.txt
src/more_than_inference.egg-info/requires.txt
src/more_than_inference.egg-info/top_level.txt
src/more_than_inference/client/__init__.py
src/more_than_inference/datas/__init__.py
src/more_than_inference/datas/object_detection.py
src/more_than_inference/extensions/__init__.py
src/more_than_inference/extensions/fastapi/__init__.py
src/more_than_inference/extensions/fastapi/server.py
src/more_than_inference/extensions/fastapi/server_base.py
src/more_than_inference/extensions/nvml/__init__.py
src/more_than_inference/extensions/zmq/__init__.py
src/more_than_inference/extensions/zmq/cs_base.py
src/more_than_inference/extensions/zmq/object_detection.py
src/more_than_inference/inference/__init__.py
src/more_than_inference/inference/image_generation.py
src/more_than_inference/inference/image_generation.pyi
src/more_than_inference/inference/meta.py
src/more_than_inference/inference/object_detection.py
src/more_than_inference/inference/object_detection.pyi
src/more_than_inference/inference/universial_detection.py
src/more_than_inference/protos/__init__.py
src/more_than_inference/protos/data.proto
src/more_than_inference/protos/node.proto
src/more_than_inference/protos/object_detection.proto
src/more_than_inference/protos/pipeline.proto
src/more_than_inference/protos/resource.proto
src/more_than_inference/server/__init__.py
src/more_than_inference/utils/__init__.py
src/more_than_inference/utils/build_proto.py
src/more_than_inference/utils/fix_bug39959.py
src/more_than_inference/utils/logging.py
src/more_than_inference/utils/module_functions.py
src/more_than_inference/utils/parser.py
src/more_than_inference/utils/parser.pyi
src/more_than_inference/utils/register.py
src/more_than_inference/utils/serializer.py