Metadata-Version: 2.1
Name: mrx-runway
Version: 1.8.0rc17
Summary: makina-runway
Author-email: "MRX.dev" <mrx-devops@makinarocks.ai>
Requires-Python: <3.12,>=3.8
Description-Content-Type: text/markdown
Requires-Dist: boto3 >=1.21
Requires-Dist: kserve <=0.12.1
Requires-Dist: mlflow-skinny <2.8,>=2.0
Requires-Dist: numpy <2.0,>=1.23.5
Requires-Dist: pandas >=1.3.5
Requires-Dist: protobuf <4.0
Requires-Dist: psycopg2 <3.0,>=2.9.5
Requires-Dist: pyarrow <13.0,>=12.0.1
Requires-Dist: pydantic[dotenv] <2.0,>=1.9
Requires-Dist: requests >=2.20
Requires-Dist: sqlalchemy <2.1.0,>=2.0.36
Requires-Dist: urllib3 <2.0

# 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
```
