Metadata-Version: 2.4
Name: exasol-mlflow-plugin
Version: 1.0.0
Summary: Plugin for MLflow supporting artifact repository Exasol BucketFS
License-Expression: MIT
License-File: LICENSE
Keywords: exasol,mlflow_plugin
Author: Exasol AG
Author-email: christoph.kuhnke@exasol.com
Requires-Python: >=3.10,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: exasol-bucketfs (>=2.1.0,<3.0.0)
Requires-Dist: mlflow (>=3.8.1,<4)
Description-Content-Type: text/x-rst

mlflow-plugin
=============

Plugin for MLflow supporting artifact repository Exasol BucketFS

.. image:: https://img.shields.io/pypi/l/mlflow_plugin
    :target: https://opensource.org/licenses/MIT
    :alt: License

.. image:: https://img.shields.io/pypi/dm/mlflow_plugin
    :target: https://pypi.org/project/mlflow_plugin/
    :alt: Downloads

.. image:: https://img.shields.io/pypi/pyversions/mlflow_plugin
    :target: https://pypi.org/project/mlflow_plugin/
    :alt: Supported Python Versions

.. image:: https://img.shields.io/pypi/v/mlflow_plugin
    :target: https://pypi.org/project/mlflow_plugin/
    :alt: PyPi Package

🚀 Features
-----------

🔌️ Prerequisites
-----------------

- `Python <https://www.python.org/>`__ >= 3.10

💾 Installation
---------------

.. code-block:: shell

    pip install exasol-mlflow-plugin

📚 Documentation
----------------

For further details, check out the latest `documentation <https://exasol.github.io/mlflow-plugin/>`_.

