mlflow-migration


Namemlflow-migration JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryCopy MLflow objects (experiments, runs or registered models) to another tracking server
upload_time2025-07-13 20:06:01
maintainerNone
docs_urlNone
authorAndre Mesarovic
requires_python>=3.12
licenseNone
keywords mlflow ml ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mlflow-migration",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "mlflow, ml, ai",
    "author": "Andre Mesarovic",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/43/6f/3985089e6fb49ae43d2cdd01c180ad42cb09db5da01ad771cd7ea794c5dd/mlflow_migration-1.0.1.tar.gz",
    "platform": null,
    "description": "# MLflow Migration\n\nThe MLflow Migration package provides tools to copy MLflow objects (runs, experiments or registered models) from one MLflow tracking server (Databricks workspace) to another.\nUsing the MLflow REST API, the tools export MLflow objects to an intermediate directory and then import them into the target tracking server.\n\n# Reference notes\n\nThis 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.\n\n# Documentation\n\nDocumentation published at [https://mlflow-oidc.github.io/mlflow-migration/](https://mlflow-oidc.github.io/mlflow-migration/)\n\nDocumentation source is available in the [docs](docs) directory.\n\n# Installation\n\nInstall the package using pip:\n\n```bash\npip install mlflow-migration\n```\n\n\n# License\n\nThis project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Copy MLflow objects (experiments, runs or registered models) to another tracking server",
    "version": "1.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/mlflow-oidc/mlflow-migration/issues",
        "Documentation": "https://github.com/mlflow-oidc/mlflow-migration/blob/master/README.md",
        "Homepage": "https://github.com/mlflow-oidc/mlflow-migration",
        "Source Code": "https://github.com/mlflow-oidc/mlflow-migration/"
    },
    "split_keywords": [
        "mlflow",
        " ml",
        " ai"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0b19b610a590e32e7b5691a654b9bad68a9cc9740014c2c1e698b559aecb11d",
                "md5": "b8e53e73b7b3b5cdb89724224da4bced",
                "sha256": "8d4d34c3c8e5bf8265b8a8f22e4a7c42de04cf7b899cd0a286f82b771f2cd3be"
            },
            "downloads": -1,
            "filename": "mlflow_migration-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b8e53e73b7b3b5cdb89724224da4bced",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 89412,
            "upload_time": "2025-07-13T20:05:59",
            "upload_time_iso_8601": "2025-07-13T20:05:59.406657Z",
            "url": "https://files.pythonhosted.org/packages/c0/b1/9b610a590e32e7b5691a654b9bad68a9cc9740014c2c1e698b559aecb11d/mlflow_migration-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "436f3985089e6fb49ae43d2cdd01c180ad42cb09db5da01ad771cd7ea794c5dd",
                "md5": "c54439d2254d845a2bc89870631dad1e",
                "sha256": "27a97e0feab59420342bed365c52bd8d9b44ac0856700cd222575550bc890062"
            },
            "downloads": -1,
            "filename": "mlflow_migration-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c54439d2254d845a2bc89870631dad1e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 618238,
            "upload_time": "2025-07-13T20:06:01",
            "upload_time_iso_8601": "2025-07-13T20:06:01.248628Z",
            "url": "https://files.pythonhosted.org/packages/43/6f/3985089e6fb49ae43d2cdd01c180ad42cb09db5da01ad771cd7ea794c5dd/mlflow_migration-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 20:06:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mlflow-oidc",
    "github_project": "mlflow-migration",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "mlflow-migration"
}
        
Elapsed time: 1.25074s