Template repository for my Python projects.
You need to have curl
and uv
installed on your system.
Then run the following command : curl -sSL https://raw.githubusercontent.com/cmnemoi/python_project_template/main/clone-and-install | bash
Run tests with make test
.
The source code of this repository is licensed under the MIT License.