Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 322 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 322 Bytes

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