rhiza-tools¶
The Rhiza ecosystem's shared CI helper CLI, serving the mothership rhiza.
📖 New to Rhiza? See the mothership repository for a beginner-friendly introduction to the ecosystem.
rhiza-tools is the Rhiza ecosystem's shared helper CLI. Its former commands have moved elsewhere in the ecosystem, so it currently exposes no subcommands. It remains a standalone command-line tool published to PyPI.
Installation¶
rhiza-tools is published to PyPI and runs as a standalone tool — no rhiza-cli install required.
Using uvx (run without installation)¶
Using pip¶
Commands¶
rhiza-tools currently exposes no subcommands; its former commands have moved elsewhere in the Rhiza ecosystem.
Development¶
Prerequisites¶
- Python 3.11 or higher
uvpackage manager (recommended) orpip- Git
Setup Development Environment¶
# Clone the repository
git clone https://github.com/Jebel-Quant/rhiza-tools.git
cd rhiza-tools
# Install dependencies
make install
# Run tests
make test
Community¶
License¶
This project is licensed under the MIT License.