Metadata-Version: 2.1
Name: py-dom-xpath-six
Version: 0.2.3
Summary: XPath for DOM trees
Home-page: https://github.com/jackjansen/py-dom-xpath-six
Author: Damien Neil
Author-email: damien.neil@gmail.com
Maintainer: Jack Jansen
Maintainer-email: Jack.Jansen@cwi.nl
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Markup :: XML
Requires-Dist: future

py-dom-xpath is a pure Python implementation of XPath 1.0. It
supports almost all XPath 1.0, with the main exception being the
namespace axis. It operates on DOM 2.0 nodes, and works well with
xml.dom.minidom.

py-dom-xpath-redux is a port of py-dom-xpath to enable pypi use.

py-dom-xpath-six is a port of py-dom-xpath-redux to Python 3.

py-dom-xpath-six requires Python 2.7 or 3.X or greater.


