Installation

Install with pip

$ pip install dataflake.wsgi.cheroot

Install with zc.buildout

Just add dataflake.wsgi.cheroot to the eggs setting(s) in your buildout configuration to have it pulled in automatically:

...
eggs =
    dataflake.wsgi.cheroot
...