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

https://github.com/nugine/py-template


https://github.com/nugine/py-template

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# py-template

https://github.com/Nugine/py-template

A template for python library projects.

## Usage

Requirements:
+ https://github.com/casey/just
+ https://docs.astral.sh/uv/

After creating a new repository from this template, run the following commands:

```bash
just dev
uv run scripts/rename-from-template.py YOUR-PROJECT-NAME
just dev
```