Installation
From PyPI
From Source
pip install git+https://github.com/Publikey/runqy-python.git
For Development
git clone https://github.com/Publikey/runqy-python.git
cd runqy-python
pip install -e .
Requirements
- Python 3.9+
- No external dependencies (uses only standard library)
Verify Installation
from runqy_task import task, load, run
print("runqy-task installed successfully!")