nikosavola / python-template

Template repository for Python projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python project template

Template repository for Python projects.

Contains:

  • setup.py structure
  • Testing
  • Linting
  • Dockerfile
  • GitHub Actions (CI)
    • linting
    • testing
    • building and pushing image

Running Docker

Run Docker with e.g.

docker run -d ghcr.io/nikosavola/python-template:main

About

Template repository for Python projects

License:MIT License


Languages

Language:Python 80.8%Language:Dockerfile 19.2%