Python Source
A
Aspect-Oriented
 
B
Build Systems
 
C
CMS
Charting & Reporting
Code Analyzers
Connection Pools
 
D
Databases
 
E
ERP & CRM
 
H
HTML Parsers
 
I
IDEs
Installers
Issue Tracking
 
L
Logging Tools
 
N
Network Clients
 
P
PDF Libraries
Parser Generators
Persistence
Project Management
 
R
RSS & RDF Tools
 
S
Search Engines
 
T
Template Engines
Testing Tools
 
W
Web Frameworks
Web Servers
Web Services
Web Testing
Wiki Engines
Workflow Engines
 
X
XML Parsers
 

PyXML

The PyXML package is a collection of libraries to process XML with Python. It contains, among other things * xmlproc: a validating XML parser. * Expat: a fast non-validating parser. * sgmlop: a C helper module that can speed-up xmllib.py and sgmllib.py by a factor of 5. * PySAX: SAX 1 and SAX2 libraries with drivers for most of the parsers. * 4DOM: A fully compliant DOM Level 2 implementation * javadom: An adapter from Java DOM implementations to the standard Python DOM binding. * pulldom: a DOM implementation that supports lazy instantiation of nodes. * marshal: a module with several options for serializing Python objects to XML, including WDDX and XML-RPC.

 
Category XML Parsers
License Python License
HomePage http://pyxml.sourceforge.net/