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

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".

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.