bocdaz / template-python-project

A starter project template for new python project.
0 stars 0 forks source link

Investigate combining fastapi and python project templates #6

Closed lucasmelin closed 2 years ago

lucasmelin commented 2 years ago

As a developer productivity team member, I want to be able to apply changes to all the template projects at the same time, so that it's easy to keep the templates in sync.

cookiecutter is being used for template-python-fastapi, could use it to combine our two template repos into one and use conditional logic at runtime to include/remove pieces.

lucasmelin commented 2 years ago

PR Created: https://github.com/bocdaz/template-python-project/pull/5

Need to decide if we want to keep both repos or even a non-cookiecutter version of the template or not.

by mell

lucasmelin commented 2 years ago
slougheed commented 2 years ago

All tasks completed