Metadata-Version: 2.1
Name: mrx-runway
Version: 0.0.2411040633.dev0
Summary: makina-runway
Author: MRX.dev
Author-email: mrx-devops@makinarocks.ai
Requires-Python: >=3.8,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: boto3 (>=1.21)
Requires-Dist: kserve (>=0.12.0,<0.13.0)
Requires-Dist: mlflow-skinny (>=2.0,<2.8)
Requires-Dist: numpy (>=1.23.5,<2.0)
Requires-Dist: pandas (>=1.3.5)
Requires-Dist: protobuf (<4.0)
Requires-Dist: pyarrow (>=12.0.1,<13.0)
Requires-Dist: pydantic[dotenv] (>=1.9,<2.0)
Requires-Dist: requests (>=2.20)
Requires-Dist: urllib3 (<2.0)
Description-Content-Type: text/markdown

# MRX Runway SDK

> _`mrx-runway` is the Runway SDK, a development tool that allows you to utilize the features of the Runway platform._

It provides:
- Logging model artifacts
- Creating datasets and dataset versions

## Usage Environment

| Supported Platform | Linux (AMD64, ARM64) / macOS (Intel, Apple Silicon) / Windows |
| ------------------ | ------------------------------------------------------------- |
| Python Version     | `3.8`, `3.9`, `3.10`                                          |

## Getting Started

We recommend installing our program in a new virtual environment.

Install Runway SDK with the following command.

```bash
python3 -m pip install --upgrade mrx-runway
```

