An open API service indexing awesome lists of open source software.

https://github.com/tomfran/uv-python-starter

Python starter with uv as project manager.
https://github.com/tomfran/uv-python-starter

Last synced: 5 months ago
JSON representation

Python starter with uv as project manager.

Awesome Lists containing this project

README

          

# project_name

**Commands**

```
> make help
build Sync and build the project with all extras and dev dependencies
fmt Run Ruff to auto-fix and format the code
test Run tests using pytest
run Run the main Python application
```