Skip to content
Mateus Oliveira edited this page Sep 1, 2022 · 8 revisions

Welcome to the python-project-template wiki!

TODO

To clone this Wiki locally, run

git clone git@github.com:mateusoliveira43/python-project-template.wiki.git

Motivation

TODO Quality and little history

Automation

Automation biggest advantage is faster processes. But the idea behind the template's automation is to improve the productivity of the developers. Everything that can be done by a script, is done by so. This lets the developers work on what they really like. And most important, let them focus on quality aspects a script could not. People are the best way to assure the quality of a project.

This means that the more people use a project, the more quality it will have. In other words, when possible, letting your project open for the public, will make it better.

Docker

Facilitates the integration of new developers to the project, by letting them fully run the project just needing to have Docker and Docker Compose installed.

Clone this wiki locally