Metadata-Version: 2.4
Name: rastion
Version: 0.1.1
Summary: Local-first portable optimization problems and solver plugins
Author: rastion contributors
License: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: numpy>=1.24
Requires-Dist: pydantic>=2.6
Requires-Dist: pyyaml>=6.0
Provides-Extra: all
Requires-Dist: dwave-neal>=0.6; extra == 'all'
Requires-Dist: highspy>=1.7; extra == 'all'
Requires-Dist: ortools>=9.10; extra == 'all'
Requires-Dist: pyscipopt>=5.0; extra == 'all'
Requires-Dist: pytest>=8.0; extra == 'all'
Requires-Dist: qiskit-algorithms>=0.3; extra == 'all'
Requires-Dist: qiskit>=0.45; extra == 'all'
Requires-Dist: readchar>=4.0; extra == 'all'
Requires-Dist: rich>=13.0; extra == 'all'
Requires-Dist: ruff>=0.6; extra == 'all'
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.6; extra == 'dev'
Provides-Extra: highs
Requires-Dist: highspy>=1.7; extra == 'highs'
Provides-Extra: neal
Requires-Dist: dwave-neal>=0.6; extra == 'neal'
Provides-Extra: ortools
Requires-Dist: ortools>=9.10; extra == 'ortools'
Provides-Extra: qaoa
Requires-Dist: qiskit-algorithms>=0.3; extra == 'qaoa'
Requires-Dist: qiskit>=0.45; extra == 'qaoa'
Provides-Extra: qiskit
Requires-Dist: qiskit-algorithms>=0.3; extra == 'qiskit'
Requires-Dist: qiskit>=0.45; extra == 'qiskit'
Provides-Extra: scip
Requires-Dist: pyscipopt>=5.0; extra == 'scip'
Provides-Extra: tui
Requires-Dist: readchar>=4.0; extra == 'tui'
Requires-Dist: rich>=13.0; extra == 'tui'
Description-Content-Type: text/markdown

<p align="center">
  <img src="assets/owl-favicon.png" alt="Rastion owl logo" width="96" />
</p>

# Rastion

Local-first optimization lab for portable problems and pluggable solvers.

[![PyPI version](https://img.shields.io/pypi/v/rastion.svg)](https://pypi.org/project/rastion/)
[![Python versions](https://img.shields.io/pypi/pyversions/rastion.svg)](https://pypi.org/project/rastion/)
[![License](https://img.shields.io/pypi/l/rastion.svg)](LICENSE)

## Install

Latest release:

```bash
pip install rastion
```

v0.1.1:

```bash
pip install "rastion==0.1.1"
```

With TUI extras:

```bash
pip install "rastion[tui]"
```

Run the app:

```bash
rastion
```

## TUI

![Rastion TUI screenshot](assets/tui-startup.svg)
