https://github.com/kulla/python-starter-template
Starter template for python projects with "uv".
https://github.com/kulla/python-starter-template
pytest python python3 ruff starter-template uv
Last synced: about 2 months ago
JSON representation
Starter template for python projects with "uv".
- Host: GitHub
- URL: https://github.com/kulla/python-starter-template
- Owner: kulla
- License: apache-2.0
- Created: 2025-04-03T07:02:48.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T07:07:07.000Z (2 months ago)
- Last Synced: 2025-04-03T08:22:58.698Z (2 months ago)
- Topics: pytest, python, python3, ruff, starter-template, uv
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Starter template for python projects
## Start new project
1. Clone / Copy this repository
2. Update license in `LICENSE` file and in `pyproject.toml`
3. Update this README file## Setup
1. Clone the repository
2. Run `uv sync` to install dependencies## Scripts
You can find all scripts in the `scripts` folder.