A dev tool helping you shorten the worst part of development
git clone git@github.com:dwarbler/venezia.git
cd veneziauv is used for package management and build system. If you are using uv, you can install the dependencies with uv pip install .. Otherwise, you can install them with pip install ..
To run the CLI, you can use uv run -m src.main or python -m src.main.
Running uv run -m src.main --help will give you the list of available commands.
Feel free to reach out and let me know what you think and what you'd like to see in the future!