Metadata-Version: 2.4
Name: rivus
Version: 0.0.1
Summary: Rivus: orchestration control plane for portable runs (seed release)
Author-email: Your Org <dev@yourorg.com>
License: Proprietary
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Rivus

Rivus is an orchestration control plane for portable runs across local and cloud backends.
This seed release exists to reserve the PyPI name and establish packaging. APIs are subject to change.

Features (roadmap):
- Deterministic packaging and execution
- Per-run artifacts, manifests, attempts, and summaries
- Backend adapters (Ray, AWS Batch), observability, and reproducibility

Quick start

```
# Build
python -m pip install --upgrade build
python -m build

# Publish to TestPyPI first
python -m pip install --upgrade twine
python -m twine upload --repository testpypi dist/*

# Verify on TestPyPI, then publish to PyPI
python -m twine upload dist/*

# Run CLI
python -m pip install rivus
rivus
```

License

Proprietary. © Your Org.

