Metadata-Version: 1.1
Name: xmlpylighter
Version: v0.1.1
Summary: xmlpylighter is a tiny web page to pretty print and compare xml files 
Home-page: https://github.com/ThomasChiroux/xmlpylighter
Author: Thomas Chiroux
Author-email: UNKNOWN
License: LGPLv3
Description: xmlpylighter
        ============
        
        xmlpylighter is a tiny web page to pretty print and compare xml files
        
        usage
        -----
        
        Launching
        
        ::
        
            $ xmlpylighter
        
        that's all.
        
        xmlpylighter will start a small server
        (by default, serving to http://localhost:8080)
        
        Just go to your browser, paste one or two xml text and submit
        
        installation
        ------------
        
        (don't hesitate to install inside a virtualenv)
        
        ::
        
            $ pip install xmlpylighter
        
        
        project dependencies
        """"""""""""""""""""
        
        * bottle
        * pygments
        * lxml
        
        
        Version History
        ---------------
        
        v0.1
        """"
        
        * first version
        * serve simple http page
        * pretty print and highlight one or two xml
        * show diff if two xml are provided
Keywords: xml diff pprint pretty print
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Provides: xmlpylighter
