Python web service boilerplate All the cool practices in one place. can be installed as pypi package easy to test Installation: pip3 install boilerplate-tornado --user Usage: start-my-server - starts server on 8888 port make test - run test suite make coverage|clean|pylint