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.
rhiza-tools is published to PyPI and runs as a standalone tool — no rhiza-cli install required.
uvx rhiza-tools --helppip install rhiza-toolsrhiza-tools currently exposes no subcommands; its former commands have moved elsewhere in the Rhiza ecosystem.
- Python 3.11 or higher
uvpackage manager (recommended) orpip- Git
# Clone the repository
git clone https://github.com/Jebel-Quant/rhiza-tools.git
cd rhiza-tools
# Install dependencies
make install
# Run tests
make testThis project is licensed under the MIT License.