Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 614 Bytes

File metadata and controls

15 lines (10 loc) · 614 Bytes

Template for Python Project

A template for Python projects. It utilizes Poetry for dependency management and packaging, and Docker for containerization. It also uses GNU make for automation of common tasks, and multiple tools for development (for details you may check README.md).

Usage

git clone https://github.com/wyhwong/pyproj-template.git
cd pyproj-template

See README.md for more details.

Author

@wyhwong