Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 819 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 819 Bytes

pystarter

🚀 A minimal Python project starter template with modern tools

Simple is better than complex.

Features

Requirements

Usage

copier copy gh:olzhasar/pystarter path/to/destination

Result

.
├── .gitignore
├── .pre-commit-config.yaml
├── README.md
├── pyproject.toml
├── src
│   └── main.py
└── tests
    └── __init__.py

Yes, that's it. Figure out the rest yourself.