Metadata-Version: 2.4
Name: mrx-runway
Version: 1.13.3a30
Summary: makina-runway
Author-email: "MRX.dev" <mrx-devops@makinarocks.ai>
Requires-Python: <3.13,>=3.10
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.13.4
Requires-Dist: boto3>=1.21
Requires-Dist: cryptography>=46.0.7
Requires-Dist: gitpython>=3.1.47
Requires-Dist: gunicorn>=22.0.0
Requires-Dist: h11>=0.16.0
Requires-Dist: kserve>=0.11.0
Requires-Dist: mlflow-skinny<4.0,>=3.11.1
Requires-Dist: numpy>=1.23.5
Requires-Dist: orjson>=3.11.6
Requires-Dist: pandas>=1.3.5
Requires-Dist: pillow>=12.2.0
Requires-Dist: protobuf>=5.29.6
Requires-Dist: psycopg2<3.0,>=2.9.5
Requires-Dist: pyarrow>=14.0.1
Requires-Dist: pyasn1>=0.6.3
Requires-Dist: pydantic<3.0,>=2.0
Requires-Dist: pyjwt>=2.12.0
Requires-Dist: python-dotenv>=0.19
Requires-Dist: requests>=2.33.0
Requires-Dist: sqlalchemy<2.1.0,>=2.0.36
Requires-Dist: starlette>=0.47.2
Requires-Dist: tornado>=6.5.5
Requires-Dist: urllib3<3.0,>=2.5.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
```
