https://github.com/nugine/py-template
https://github.com/nugine/py-template
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nugine/py-template
- Owner: Nugine
- License: mit
- Created: 2024-09-28T06:40:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T23:13:07.000Z (5 months ago)
- Last Synced: 2025-02-14T11:34:43.251Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```