Template for creating microservices in python using nameko.
Prerequisite:
To start new project:
cookiecutter gh:pythonjokeun/nameko-template
src/contains the service logic.test/contains code used for unit testing usingpytest.config/contains configuration files used to run the service..envcontains environment variables during development.