MANIFEST.in
setup.py
garpix_htmlmin.egg-info/PKG-INFO
garpix_htmlmin.egg-info/SOURCES.txt
garpix_htmlmin.egg-info/dependency_links.txt
garpix_htmlmin.egg-info/not-zip-safe
garpix_htmlmin.egg-info/requires.txt
garpix_htmlmin.egg-info/top_level.txt
htmlmin/MANIFEST.in
htmlmin/README.rst
htmlmin/__init__.py
htmlmin/apps.py
htmlmin/commands.py
htmlmin/decorators.py
htmlmin/middleware.py
htmlmin/minify.py
htmlmin/setup.py
htmlmin/util.py
htmlmin/tests/__init__.py
htmlmin/tests/mock_settings.py
htmlmin/tests/mock_settings_without_exclude.py
htmlmin/tests/mocks.py
htmlmin/tests/pico_django.py
htmlmin/tests/test_decorator.py
htmlmin/tests/test_middleware.py
htmlmin/tests/test_minify.py
htmlmin/tests/test_util.py
htmlmin/tests/resources/blogpost.html
htmlmin/tests/resources/blogpost_minified.html
htmlmin/tests/resources/html5.html
htmlmin/tests/resources/html5_minified.html
htmlmin/tests/resources/inline_whitespace.html
htmlmin/tests/resources/inline_whitespace_minified.html
htmlmin/tests/resources/inline_whitespace_minified_conservative.html
htmlmin/tests/resources/line_break.html
htmlmin/tests/resources/line_break_minified.html
htmlmin/tests/resources/multiple_spaces.html
htmlmin/tests/resources/multiple_spaces_minified.html
htmlmin/tests/resources/non_ascii.html
htmlmin/tests/resources/non_ascii_in_excluded_element.html
htmlmin/tests/resources/non_ascii_in_excluded_element_minified.html
htmlmin/tests/resources/non_ascii_minified.html
htmlmin/tests/resources/with_blank_lines.html
htmlmin/tests/resources/with_blank_lines_minified.html
htmlmin/tests/resources/with_comments.html
htmlmin/tests/resources/with_comments_minified.html
htmlmin/tests/resources/with_comments_to_exclude.html
htmlmin/tests/resources/with_comments_to_exclude_minified.html
htmlmin/tests/resources/with_conditional_comments.html
htmlmin/tests/resources/with_conditional_comments_minified.html
htmlmin/tests/resources/with_entities_in_textarea.html
htmlmin/tests/resources/with_entities_in_textarea_minified.html
htmlmin/tests/resources/with_html_content_in_javascript.html
htmlmin/tests/resources/with_html_content_in_javascript_minified.html
htmlmin/tests/resources/with_html_content_in_pre.html
htmlmin/tests/resources/with_html_content_in_pre_minified.html
htmlmin/tests/resources/with_html_content_in_textarea.html
htmlmin/tests/resources/with_html_content_in_textarea_minified.html
htmlmin/tests/resources/with_javascript.html
htmlmin/tests/resources/with_javascript_minified.html
htmlmin/tests/resources/with_menu.html
htmlmin/tests/resources/with_menu_minified.html
htmlmin/tests/resources/with_multiple_comments.html
htmlmin/tests/resources/with_multiple_comments_minified.html
htmlmin/tests/resources/with_multiple_line_comments.html
htmlmin/tests/resources/with_multiple_line_comments_minified.html
htmlmin/tests/resources/with_multiple_line_conditional_comments.html
htmlmin/tests/resources/with_multiple_line_conditional_comments_minified.html
htmlmin/tests/resources/with_old_doctype.html
htmlmin/tests/resources/with_old_doctype_minified.html
htmlmin/tests/resources/with_pre.html
htmlmin/tests/resources/with_pre_minified.html
htmlmin/tests/resources/with_textarea.html
htmlmin/tests/resources/with_textarea_minified.html
htmlmin/tests/resources/with_textarea_with_blank_lines.html
htmlmin/tests/resources/with_textarea_with_blank_lines_minified.html
htmlmin/tests/resources/without_doctype.html
htmlmin/tests/resources/without_doctype_minified.html