Metadata-Version: 2.0
Name: perfect-html
Version: 0.0.6
Summary: Beautify all html in a directory tree
Home-page: https://bitbucket.org/heineman/perfect-html
Author: Bob Heineman
Author-email: heineman.bob@gmail.com
License: MIT
Keywords: html prettify beautify development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Dist: bs4

Perfect HTML
=======================

Tired of running auto indent? Tired of running shitty html parsers and formatters?  
Well hopefully this will cure your ailments.  
----

This package when installed will allow you to autoformat any .html files in a directory
specified.  No frills just pretty formatting.  This leverages BeautifulSoup 4 for the formatting
library.  I'm just writing the wrapper.

