pyRXP 2.1.0
Python RXP interface - fast validating XML parser
PyRXP is a Python language wrapper around the excellent RXP parser, a validating, namespace-awareXML parser written in C.
*A quick example:*
::
>>> import pyRXP
>>> rxp=pyRXP.Parser()
>>> rxp('<a>some text</a>')
(('a', None, ['some text'], None)))
RXP is based on the W3C XML 1.0 recommendation of 10th February 1998
and the Namespaces recommendation of 14th January 1999. Deviations
from these recommendations should probably be considered as bugs.
| File | Type | Py Version | Uploaded on | Size | |
|---|---|---|---|---|---|
| pyRXP-2.1.0-cp27-none-win32.whl (md5) | Python Wheel | 2.7 | 2014-03-27 | 70KB | |
| pyRXP-2.1.0-cp27-none-win_amd64.whl (md5) | Python Wheel | 2.7 | 2014-03-27 | 79KB | |
| pyRXP-2.1.0-cp33-none-win32.whl (md5) | Python Wheel | 3.3 | 2014-03-27 | 71KB | |
| pyRXP-2.1.0-cp33-none-win_amd64.whl (md5) | Python Wheel | 3.3 | 2014-03-27 | 79KB | |
| pyRXP-2.1.0-cp34-none-win32.whl (md5) | Python Wheel | 3.4 | 2014-03-27 | 71KB | |
| pyRXP-2.1.0-cp34-none-win_amd64.whl (md5) | Python Wheel | 3.4 | 2014-03-27 | 79KB | |
|
pyRXP-2.1.0.tar.gz
(md5)
2.7 & 3.3 tested |
Source | 2014-03-27 | 245KB | ||
- Author: Robin Becker
- Home Page: http://www.reportlab.com
- License: ReportLab BSD Derived
- Package Index Owner: reportlab
- DOAP record: pyRXP-2.1.0.xml
