Metadata-Version: 1.1
Name: js2xml
Version: 0.1.2
Summary: Convert Javascript code to XML document
Home-page: https://github.com/redapple/js2xml
Author: Paul Tremberth
Author-email: paul.tremberth@gmail.com
License: UNKNOWN
Download-URL: https://github.com/redapple/js2xml/tarball/0.1.2
Description: 
        ======
        js2xml
        ======
        
        js2xml is a simple helper to parse Javascript code
        by representing a parse tree in XML.
        
        You can then use XPath for example to find interesting
        bits in Javascript instructions (strings, IDs, function parameters...)
        
              
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Requires: lxml
Requires: slimit
