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.
- Host: GitHub
- URL: https://github.com/tomfran/uv-python-starter
- Owner: tomfran
- License: mit
- Created: 2025-04-06T16:09:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T16:17:37.000Z (over 1 year ago)
- Last Synced: 2025-08-02T04:03:53.493Z (11 months ago)
- Language: Makefile
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```