Installation
Requirements
- Python 3.9 or higher
- No compiled dependencies (pure Python)
Install from PyPI
pip install starward
Install from Source
git clone https://github.com/oddurs/starward.git
cd starward
pip install -e .
Development Install
For development with all test dependencies:
pip install -e ".[dev]"
Verify Installation
starward --version
# starward, version 0.2.1
starward time now
Dependencies
starward has minimal dependencies:
| Package | Purpose |
|---|---|
| click | CLI framework |
| rich | Terminal formatting |
Development dependencies include pytest, hypothesis, mypy, and ruff.