LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
kozmo_core/__init__.py
kozmo_core/api_tester.py
kozmo_core/batch_processor.py
kozmo_core/env_utils.py
kozmo_core/flask_utils.py
kozmo_core/gunicorn_utils.py
kozmo_core/imports_helper.py
kozmo_core/kozmo_client.py
kozmo_core/kozmo_methods.py
kozmo_core/metadata.py
kozmo_core/metrics.py
kozmo_core/microservice.py
kozmo_core/microservice_tester.py
kozmo_core/mlmd_utils.py
kozmo_core/serving_test_gen.py
kozmo_core/storage.py
kozmo_core/user_model.py
kozmo_core/utils.py
kozmo_core/version.py
kozmo_core/wrapper.py
kozmo_core.egg-info/PKG-INFO
kozmo_core.egg-info/SOURCES.txt
kozmo_core.egg-info/dependency_links.txt
kozmo_core.egg-info/entry_points.txt
kozmo_core.egg-info/not-zip-safe
kozmo_core.egg-info/requires.txt
kozmo_core.egg-info/top_level.txt
kozmo_core/openapi/kozmo.json
kozmo_core/proto/__init__.py
kozmo_core/proto/prediction.proto
kozmo_core/proto/prediction_pb2.py
kozmo_core/proto/prediction_pb2.pyi
kozmo_core/proto/prediction_pb2_grpc.py
kozmo_core/proto/tensorflow/core/framework/__init__.py
kozmo_core/proto/tensorflow/core/framework/resource_handle.proto
kozmo_core/proto/tensorflow/core/framework/resource_handle_pb2.py
kozmo_core/proto/tensorflow/core/framework/tensor.proto
kozmo_core/proto/tensorflow/core/framework/tensor_pb2.py
kozmo_core/proto/tensorflow/core/framework/tensor_shape.proto
kozmo_core/proto/tensorflow/core/framework/tensor_shape_pb2.py
kozmo_core/proto/tensorflow/core/framework/types.proto
kozmo_core/proto/tensorflow/core/framework/types_pb2.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_api_tester.py
tests/test_application_exception_microservice.py
tests/test_combiner_microservice.py
tests/test_flask_utils.py
tests/test_gunicorn_utils.py
tests/test_kozmo_client.py
tests/test_metadata.py
tests/test_metrics.py
tests/test_microservice.py
tests/test_microservice_tester.py
tests/test_model_microservice.py
tests/test_router_microservice.py
tests/test_runtime_metrics_tags.py
tests/test_storage.py
tests/test_transformer_microservice.py
tests/test_user_model.py
tests/test_utils.py
tests/utils.py