Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 528 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 528 Bytes

My Python Template

Project Description

A starter template for Python projects with support for Docker, Makefile, and structured development.

Commands

  • make install – Install dependencies
  • make test – Run tests
  • make run – Run the application locally
  • make docker-build – Build the Docker image
  • make docker-run – Run the application in a container

Structure

  • src/ – Main project code.
  • tests/ – Unit tests.

Prerequisites

  • Python 3.9+
  • Docker and Docker Compose
  • GNU Make