Template Repository

Template Repository#

Most projects start with the same scaffolding. A template repository gives you that baseline out of the box.

Save Time

No manual setup of folders, configs, or boilerplate.

Stay Consistent

Every project starts with the same proven layout.

Nothing Forgotten

License, .gitignore, dependency files are always there.

Templates

A good starting point for finding project templates for various purposes is cookiecutter.io.

A project template following closely the structure presented is available on GitHub: T4D’s Python Project Template.