generateDS.py generates Python data structures (for example, class definitions) from an XML Schema document. These data structures represent the elements in an XML document described by the XML Schema.It also generates parsers that load an XML document...

buml

buml 0.1.6

buml is an app that consists of highly configurable block and inline markup languages and makes it easy to process documents from a source form to a final form with your own custom markup behavior. Pluggable writers can render the parse tree in...

RXP

RXP 1.4.8

RXP is a validating XML parser written in C. RXP project is used by the LT XML toolkit, and the Festival speech synthesis system.The current version of RXP supports XML 1.1, Namespaces 1.1, xml:id, and XML Catalogs. To use an XML Catalog, set the...

didit

didit 0.2.0

didit is a lightweight, command-line utility to remember what you did last week.Developer commentsThe Problem- Timeclocks are too cumbersome -- just keep track of the things I did.In my job, I tend to do a lot of development which involves losing track of...

metaf2xml

metaf2xml 1.58 updated

metaf2xml is an open source, multiplatform and free command-line software that can be used to decode and parse aerodrome forecasts (TAF), aviation routine weather reports (METAR, SPECI), observations from buoys (BUOY), as well as synoptic observations...

magictree

magictree 1.0.0

magictree is a Python module to easily create ElementTree with automatic Element factories.Developer commentsCreating tree structures like those used for HTML and XML should be dead easy. The xml.etree.ElementTree library goes quite far in creating a...

Pybtex

Pybtex 0.16

Pybtex is a Python module that reads citation information from a file and produces a formatted bibliography. BibTeX style files are supported. Alternatively it is possible to write styles in Python.Synopsis latex foo.tex pybtex foo.aux latex foo.tex...