compressinja 0.0.2

compressinja is an MVC web framework in Python with Gevent, Jinja2, Werkzeug.Usage# all spaces will be removedenv = Environment(extensions=['jinja2htmlcompress.HTMLCompress'])# or some spacesenv =...