Cherrypy Snippet to quickstart projects.
This is a snippet helps to start a new CherryPy project without the need of preparation and setup. This snippet contains web-service controllers with Jinja2 template language and api controllers.
$ python -m pip install virtualenv
$ . venv/bin/activate
(venv) $ pip install -r requirements
(venv) $ python server.py