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

https://github.com/clementsicard/python-template

Template for Python-based repositories
https://github.com/clementsicard/python-template

makefile pre-commit python template uv

Last synced: 24 days ago
JSON representation

Template for Python-based repositories

Awesome Lists containing this project

README

          

# New Python repository

Template for Python-based repositories

![Packages](https://img.shields.io/badge/package%20manager-uv-blue) ![Style](https://img.shields.io/badge/style-google-black) ![Linter](https://img.shields.io/badge/linter-ruff-black) ![Type check](https://img.shields.io/badge/type%20checker-pyright-black)

## CI status

![coverage](assets/coverage.svg)
[![Lint](https://github.com/ClementSicard/python-template/actions/workflows/lint.yaml/badge.svg)](https://github.com/ClementSicard/python-template/actions/workflows/lint.yaml) [![Test](https://github.com/ClementSicard/python-template/actions/workflows/test.yaml/badge.svg)](https://github.com/ClementSicard/python-template/actions/workflows/test.yaml)