Skip to content

Releases: viperior/python-project-template

v0.1.0

29 Nov 01:16
Compare
Choose a tag to compare

New features

  • Starting structure that can be leveraged to start a new Python project
  • requirements.in file used with the pip-compile command from pip-tools to auto-generate requirements.txt
  • Automatic linting via pylint is automatically executed when the pytest command is invoked