https://github.com/wyhwong/pyproj-template
A template for Python projects. It utilizes Poetry for dependency management and packaging, and Docker for containerization.
https://github.com/wyhwong/pyproj-template
python python-project-template python-template template
Last synced: 3 days ago
JSON representation
A template for Python projects. It utilizes Poetry for dependency management and packaging, and Docker for containerization.
- Host: GitHub
- URL: https://github.com/wyhwong/pyproj-template
- Owner: wyhwong
- License: mit
- Created: 2024-06-07T03:17:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-10T16:47:06.000Z (10 days ago)
- Last Synced: 2026-01-11T05:06:23.369Z (9 days ago)
- Topics: python, python-project-template, python-template, template
- Language: Python
- Homepage:
- Size: 815 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Template for Python Project
A template for Python projects. It utilizes [Poetry](https://python-poetry.org) for dependency management and packaging, and [Docker](https://www.docker.com/) for containerization. It also uses [GNU make](https://www.gnu.org/software/make/manual/make.html) for automation of common tasks, and multiple tools for development (for details you may check [README.md](./src/README.md)).
## Usage
```bash
git clone https://github.com/wyhwong/pyproj-template.git
cd pyproj-template
```
See [README.md](./src/README.md) for more details.
## Author
[@wyhwong](https://github.com/wyhwong)