Metadata-Version: 1.1
Name: pyramid-htmlmin
Version: 0.2
Summary: Minify your html pages for Pyramid
Home-page: https://github.com/Gandi/pyramid_htmlmin
Author: Gandi
Author-email: feedback@gandi.net
License: UNKNOWN
Description: pyramid-htmlmin
        ===============
        
        Binding of the htmlmin_ library for Pyramid.
        
        
         .. _htmlmin: https://pypi.python.org/pypi/htmlmin/
        
        
        Usage::
        
            pyramid.includes =
              pyramid_htmlmin
        
            # uncomment lines to override default settings.
            # the settings here are default value of htmlmin.minify methods,
            # provided by htmlmin version 0.1.5
            # htmlmin.remove_comments = False
            # htmlmin.remove_empty_space = False
            # htmlmin.remove_all_empty_space = False
            # htmlmin.reduce_empty_attributes = True
            # htmlmin.reduce_boolean_attributes = False
            # htmlmin.remove_optional_attribute_quotes = True
            # htmlmin.keep_pre = False
        
        
        Changelog
        =========
        
        0.2
        ---
        
        * minify options are now configurable via Pyramid settings.
        
        0.1
        ---
        
        * Initial version.
        
Keywords: web pyramid pylons
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
