Metadata-Version: 2.4
Name: mlflow_migration
Version: 1.2.0
Summary: Copy MLflow objects (experiments, runs or registered models) to another tracking server
Author: Andre Mesarovic
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/mlflow-oidc/mlflow-migration
Project-URL: Bug Tracker, https://github.com/mlflow-oidc/mlflow-migration/issues
Project-URL: Documentation, https://github.com/mlflow-oidc/mlflow-migration/blob/master/README.md
Project-URL: Source Code, https://github.com/mlflow-oidc/mlflow-migration/
Keywords: mlflow,ml,ai
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mlflow-skinny[databricks]
Requires-Dist: databricks-cli==0.18.0
Requires-Dist: pandas>=1.5.2
Requires-Dist: tabulate==0.9.0
Requires-Dist: wheel
Provides-Extra: tests
Requires-Dist: mlflow[databricks]>=2.9.2; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-html>=3.2.0; extra == "tests"
Requires-Dist: shortuuid>=1.0.11; extra == "tests"
Dynamic: license-file

# MLflow Migration

The MLflow Migration package provides tools to copy MLflow objects (runs, experiments or registered models) from one MLflow tracking server (Databricks workspace) to another.
Using the MLflow REST API, the tools export MLflow objects to an intermediate directory and then import them into the target tracking server.

# Reference notes

This is a technical fork of the original [MLflow Export Import](https://github.com/mlflow/mlflow-export-import) released under a new name and intended for publication on PyPI.

# Documentation

Documentation published at [https://mlflow-oidc.github.io/mlflow-migration/](https://mlflow-oidc.github.io/mlflow-migration/)

Documentation source is available in the [docs](docs) directory.

# Installation

Install the package using pip:

```bash
pip install mlflow-migration
```


# License

This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.
