Metadata-Version: 1.1
Name: HtmlDiagnose
Version: 0.0.1
Summary: A weeb page HTML format diagnoser.
Home-page: https://github.com/sintrb/HtmlDiagnose
Author: sintrb
Author-email: sintrb@gmail.com
License: Apache
Description: HtmlDiagnose
        ===============
        A weeb page HTML format diagnoser
        
        Install
        ===============
        ::
        
         pip install HtmlDiagnose
        
        
        Use
        ===============
        cd to you working directory and run command:
        
        ::
        
         HtmlDiagnose http://www.baidu.com
        
        on Windows use:
        ::
        
         HtmlDiagnose http://www.baidu.com
        
        if can't find HtmlDiagnose command, try:
        ::
        
         python -m HtmlDiagnose http://www.baidu.com
        
        
        
        
        CHANGES
        ===============
        0.1.0
        
        - first version
Keywords: HtmlDiagnose HTML
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Text Editors
