Python Gunicorn Thrift Microservices. Stand up a thrift microservice in python as a gunicorn app.
npm install generator-plaitYeoman Generator for Python Microservices
=========================================
> Yeoman generator
Trick question. It's not a thing. It's part of this guy:

Basically, yeoman wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create. Yeoman and Gurt are good friends and they work together to build out
your application.
To get started first install Yeoman globally:
``bash`
npm install -g yo
Then get Plait by cloning this repo:
`bash`
git clone git@github.com:rewardStyle/generator-plait.git
cd into the directory and install dependencies:
`bash`
npm install
then we need to link it so we can run it as a global package:
`bash`
npm link
Go up a directory (or somewhere else) and make a new directory:
`bash`
mkdir my-test-app && cd $_
Finally, initiate the generator, and this will make you some boilerplate for a new python microservice
`bash``
yo plait
To begin hacking on your new microservice, be sure to follow the instructions in the generated README.md