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

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

Template repo for general Python projects.
https://github.com/bilbottom/python-template

python template

Last synced: over 1 year ago
JSON representation

Template repo for general Python projects.

Awesome Lists containing this project

README

          

[![Python](https://img.shields.io/badge/Python-3.11+-blue.svg)](https://www.python.org/downloads/release/python-3110/)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![tests](https://github.com/Bilbottom/python-template/actions/workflows/tests.yaml/badge.svg)](https://github.com/Bilbottom/python-template/actions/workflows/tests.yaml)
[![coverage](coverage.svg)](https://github.com/dbrgn/coverage-badge)
[![GitHub last commit](https://img.shields.io/github/last-commit/Bilbottom/python-template)](https://shields.io/badges/git-hub-last-commit)

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Bilbottom/python-template/main.svg)](https://results.pre-commit.ci/latest/github/Bilbottom/python-template/main)

---

# Python Template Repo

Not for public consumption; this is just for me (@Bilbottom).

After copying, find and replace on:

- `python-template` -> new repo name
- `src` -> new package name (optional)