Skip to content

jcer/python-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published