Metadata-Version: 2.0
Name: js2xml
Version: 0.2.2
Summary: Convert Javascript code to XML document
Home-page: https://github.com/scrapinghub/js2xml
Author: Paul Tremberth
Author-email: paul.tremberth@gmail.com
License: UNKNOWN
Download-URL: https://github.com/scrapinghub/js2xml/archive/v0.2.2.tar.gz
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: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Requires: lxml
Requires: slimit
Requires-Dist: lxml
Requires-Dist: six
Requires-Dist: slimit


======
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...)



