Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 285 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 285 Bytes

PyProj_Template

Python project template support for

  • setup.cfg & setup.py & pyproject.toml
  • Pipenv package management
  • github-workflow
    • pytest : if src/** code is changed.
    • pylint & flake8 : if develop/main branch committed
    • bandit : if develop/main branch committed