Metadata-Version: 2.4
Name: mlflow_cors
Version: 0.1.1
Summary: MLflow CORS extension for enabling cross-origin requests
Home-page: https://github.com/yourusername/mlflow_cors
Author: David
Author-email: zdent09@gmail.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask-cors
Requires-Dist: mlflow<2.18.0,>=2.15.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# MLflow CORS Extension

A simple extension for MLflow that enables Cross-Origin Resource Sharing (CORS) support.

## Installation

You can install the package using pip:

```bash
pip install mlflow-cors
```

## Usage

The extension is automatically loaded when you start MLflow. No additional configuration is required.

To start MLflow with CORS support:

```bash
mlflow server
```

## Development

To install the package in development mode:

```bash
pip install -e .
```

## License

This project is licensed under the MIT License - see the LICENSE file for details.
