/boilerplate-tornado

Web service boilerplace

Primary LanguagePython

Python web service boilerplate

Build Status Coverage Status

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