Python service cookiecutter template

CookieCutter template for Python service.

Install python, pip and cookiecutter

pip install cookiecutter

Then create your new service

# Run in the parent directory
cookiecutter python-service-template

You can also directly specify the repository cookiecutter git@github.com:wazo-platform/python-service-template.git

Cookiecutter will create a new directory with your service name.