Python Project Template. A starter kit for building Python projects the right way.

github.com/drkostas/template_python_project

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2021
  • Merge pull request #9 from drkostas/dependabot/pip/pyyaml-5.4
March 2021
  • Bump pyyaml from 5.3.1 to 5.4
May 2020
  • Release —
  • Merge pull request #8 from drkostas/dev
  • Merge branch 'master' into dev
  • Configuration minor changes
  • Merge pull request #7 from drkostas/dev
  • README.md typos
  • Added missing package in setup.py
  • Cleaning
April 2020
  • Made the initialization of the classes cleaner
  • Added debug logging
  • Merge pull request #6 from drkostas/dev
  • Merge branch 'master' into dev
  • Update TODO.md
  • Modified the Configuration to support arrays of each sub-option
  • Update README.md
  • Merge pull request #5 from drkostas/dev
  • Update TODO.md
  • Added example in main.py
  • Finished EmailApp class and relevant tests