LICENSE.txt
MANIFEST.in
README.md
build-config.json
pyproject.toml
setup.py
stub_generation.py
src/matrice_inference/__init__.py
src/matrice_inference/py.typed
src/matrice_inference.egg-info/PKG-INFO
src/matrice_inference.egg-info/SOURCES.txt
src/matrice_inference.egg-info/dependency_links.txt
src/matrice_inference.egg-info/not-zip-safe
src/matrice_inference.egg-info/top_level.txt
src/matrice_inference/server/__init__.py
src/matrice_inference/server/__init__.pyi
src/matrice_inference/server/inference_interface.py
src/matrice_inference/server/proxy_interface.py
src/matrice_inference/server/server.py
src/matrice_inference/server/model/__init__.py
src/matrice_inference/server/model/__init__.pyi
src/matrice_inference/server/model/model_manager.py
src/matrice_inference/server/model/model_manager_wrapper.py
src/matrice_inference/server/model/triton_model_manager.py
src/matrice_inference/server/model/triton_server.py
src/matrice_inference/server/stream/__init__.py
src/matrice_inference/server/stream/__init__.pyi
src/matrice_inference/server/stream/analytics_publisher.py
src/matrice_inference/server/stream/app_deployment.py
src/matrice_inference/server/stream/app_event_listener.py
src/matrice_inference/server/stream/async_producer_pool.py
src/matrice_inference/server/stream/camera_config_monitor.py
src/matrice_inference/server/stream/consumer_manager.py
src/matrice_inference/server/stream/deployment_refresh_listener.py
src/matrice_inference/server/stream/frame_cache.py
src/matrice_inference/server/stream/inference_metric_logger.py
src/matrice_inference/server/stream/inference_worker.py
src/matrice_inference/server/stream/metric_publisher.py
src/matrice_inference/server/stream/post_processing_manager.py
src/matrice_inference/server/stream/producer_worker.py
src/matrice_inference/server/stream/stream_pipeline.py
src/matrice_inference/server/stream/utils.py
src/matrice_inference/server/stream/worker_metrics.py
src/matrice_inference/tmp/__init__.pyi
src/matrice_inference/tmp/abstract_model_manager.py
src/matrice_inference/tmp/batch_manager.py
src/matrice_inference/tmp/overall_inference_testing.py
src/matrice_inference/tmp/triton_utils.py
src/matrice_inference/tmp/aggregator/__init__.py
src/matrice_inference/tmp/aggregator/__init__.pyi
src/matrice_inference/tmp/aggregator/aggregator.py
src/matrice_inference/tmp/aggregator/analytics.py
src/matrice_inference/tmp/aggregator/ingestor.py
src/matrice_inference/tmp/aggregator/latency.py
src/matrice_inference/tmp/aggregator/pipeline.py
src/matrice_inference/tmp/aggregator/publisher.py
src/matrice_inference/tmp/aggregator/synchronizer.py
tests/test_frame_cache_optimizations.py
tests/test_integration_real_components.py
tests/test_msgpack_simple.py
tests/test_msgpack_unpacking.py
tests/test_streaming_pipeline_e2e.py