.coveragerc
.gitignore
.pre-commit-config.yaml
.pylintrc
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/release-drafter.yml
.github/workflows/check-test-release.yml
mlem/__init__.py
mlem/_mlem_version.py
mlem/config.py
mlem/constants.py
mlem/ext.py
mlem/log.py
mlem/telemetry.py
mlem/ui.py
mlem/version.py
mlem.egg-info/PKG-INFO
mlem.egg-info/SOURCES.txt
mlem.egg-info/dependency_links.txt
mlem.egg-info/entry_points.txt
mlem.egg-info/not-zip-safe
mlem.egg-info/requires.txt
mlem.egg-info/top_level.txt
mlem/api/__init__.py
mlem/api/commands.py
mlem/api/utils.py
mlem/cli/__init__.py
mlem/cli/apply.py
mlem/cli/build.py
mlem/cli/checkenv.py
mlem/cli/clone.py
mlem/cli/config.py
mlem/cli/declare.py
mlem/cli/deployment.py
mlem/cli/dev.py
mlem/cli/import_object.py
mlem/cli/info.py
mlem/cli/init.py
mlem/cli/link.py
mlem/cli/main.py
mlem/cli/serve.py
mlem/cli/types.py
mlem/contrib/__init__.py
mlem/contrib/callable.py
mlem/contrib/catboost.py
mlem/contrib/dvc.py
mlem/contrib/fastapi.py
mlem/contrib/lightgbm.py
mlem/contrib/numpy.py
mlem/contrib/pandas.py
mlem/contrib/rabbitmq.py
mlem/contrib/sklearn.py
mlem/contrib/torch.py
mlem/contrib/xgboost.py
mlem/contrib/docker/__init__.py
mlem/contrib/docker/base.py
mlem/contrib/docker/context.py
mlem/contrib/docker/dockerfile.j2
mlem/contrib/docker/helpers.py
mlem/contrib/docker/utils.py
mlem/contrib/heroku/__init__.py
mlem/contrib/heroku/build.py
mlem/contrib/heroku/config.py
mlem/contrib/heroku/meta.py
mlem/contrib/heroku/utils.py
mlem/contrib/pip/__init__.py
mlem/contrib/pip/base.py
mlem/contrib/pip/setup.py.j2
mlem/contrib/pip/source.py.j2
mlem/core/__init__.py
mlem/core/artifacts.py
mlem/core/base.py
mlem/core/data_type.py
mlem/core/errors.py
mlem/core/hooks.py
mlem/core/import_objects.py
mlem/core/index.py
mlem/core/meta_io.py
mlem/core/metadata.py
mlem/core/model.py
mlem/core/objects.py
mlem/core/requirements.py
mlem/polydantic/__init__.py
mlem/polydantic/core.py
mlem/polydantic/lazy.py
mlem/runtime/__init__.py
mlem/runtime/client.py
mlem/runtime/interface.py
mlem/runtime/server.py
mlem/utils/__init__.py
mlem/utils/entrypoints.py
mlem/utils/github.py
mlem/utils/gitlabfs.py
mlem/utils/importing.py
mlem/utils/mlem.isort.cfg
mlem/utils/module.py
mlem/utils/path.py
mlem/utils/root.py
mlem/utils/templates.py
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_ext.py
tests/test_telemetry.py
tests/api/__init__.py
tests/api/test_commands.py
tests/cli/__init__.py
tests/cli/conftest.py
tests/cli/test_apply.py
tests/cli/test_build.py
tests/cli/test_checkenv.py
tests/cli/test_clone.py
tests/cli/test_config.py
tests/cli/test_declare.py
tests/cli/test_deployment.py
tests/cli/test_import_path.py
tests/cli/test_info.py
tests/cli/test_init.py
tests/cli/test_link.py
tests/cli/test_main.py
tests/cli/test_serve.py
tests/contrib/__init__.py
tests/contrib/conftest.py
tests/contrib/test_callable.py
tests/contrib/test_catboost.py
tests/contrib/test_fastapi.py
tests/contrib/test_heroku.py
tests/contrib/test_lightgbm.py
tests/contrib/test_numpy.py
tests/contrib/test_pandas.py
tests/contrib/test_pip.py
tests/contrib/test_rabbitmq.py
tests/contrib/test_sklearn.py
tests/contrib/test_torch.py
tests/contrib/test_xgboost.py
tests/contrib/resources/pandas/.mlem/config.yaml
tests/contrib/test_docker/__init__.py
tests/contrib/test_docker/conftest.py
tests/contrib/test_docker/test_base.py
tests/contrib/test_docker/test_context.py
tests/contrib/test_docker/test_pack.py
tests/contrib/test_docker/test_utils.py
tests/core/__init__.py
tests/core/conftest.py
tests/core/test_artifacts.py
tests/core/test_base.py
tests/core/test_data_io.py
tests/core/test_data_type.py
tests/core/test_meta_io.py
tests/core/test_metadata.py
tests/core/test_model_type.py
tests/core/test_objects.py
tests/core/test_requirements.py
tests/core/custom_requirements/model_trainer.py
tests/core/custom_requirements/pkg_import.py
tests/core/custom_requirements/proxy_model.py
tests/core/custom_requirements/proxy_pkg_import.py
tests/core/custom_requirements/shell_reqs.py
tests/core/custom_requirements/test_remote_custom_model.py
tests/core/custom_requirements/test_requirements.py
tests/core/custom_requirements/test_shell_reqs.py
tests/core/custom_requirements/unused_code.py
tests/core/custom_requirements/use_model.py
tests/core/custom_requirements/use_model_meta.py
tests/core/custom_requirements/pack_1/__init__.py
tests/core/custom_requirements/pack_1/model.py
tests/core/custom_requirements/pack_1/model_type.py
tests/core/custom_requirements/pack_2/__init__.py
tests/core/custom_requirements/pkg/__init__.py
tests/core/custom_requirements/pkg/impl.py
tests/core/custom_requirements/pkg/subpkg/__init__.py
tests/core/custom_requirements/pkg/subpkg/impl.py
tests/core/custom_requirements/pkg/subpkg/testfile.json
tests/core/resources/emoji_model_inside.py
tests/core/resources/emoji_model_outside.py
tests/core/resources/emoji_model_shell.py
tests/core/resources/file.txt
tests/core/resources/server.yaml
tests/pack/__init__.py
tests/polydantic/__init__.py
tests/polydantic/test_lazy.py
tests/polydantic/test_multi.py
tests/polydantic/test_serde.py
tests/resources/empty/.mlem/config.yaml
tests/resources/storage/.mlem/config.yaml
tests/runtime/__init__.py
tests/runtime/test_client.py
tests/runtime/test_interface.py
tests/runtime/test_model_interface.py
tests/utils/__init__.py
tests/utils/module_tools_mock_req.py
tests/utils/test_github.py
tests/utils/test_gitlab.py
tests/utils/test_module_tools.py
tests/utils/test_path.py
tests/utils/test_root.py