CLI suite
Install this tool using pip:
pip install genocrateFor help, run:
genocrate --helpYou can also use:
python -m genocrate --helpTo contribute to this tool, first checkout the code. Then create a new virtual environment:
uv venv
source .venv/bin/activateNow install the dependencies and test dependencies:
pip install -e '.[test]'To run the tests:
python -m pytest