A simple cookie cutter for creating a python services for various CI projects.
Note: Heavily inspired by python-build and microservice-service
-
Install cookiecutter
pip install cookiecutter
-
Go to the place where you want to create a project and
-
Run cookiecutter against this repo
cookiecutter /~https://github.com/srikalyan/cookiecutter-connexion-microcosm-service -f
-
This project will create a small pet service with API, controller, persistence store.