Metadata-Version: 2.4
Name: mrx-runway
Version: 1.13.3a17
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.13.0,>=0.11.0; python_version == "3.8"
Requires-Dist: kserve>=0.11.0; python_version >= "3.9"
Requires-Dist: mlflow-skinny<2.8,>=2.0
Requires-Dist: numpy>=1.23.5
Requires-Dist: pandas>=1.3.5
Requires-Dist: psycopg2<3.0,>=2.9.5
Requires-Dist: pyarrow>=12.0.1
Requires-Dist: pydantic>=1.9
Requires-Dist: python-dotenv>=0.19
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
```
