macropin / xml-models-redux

Forked to fix dependency on py-dom-xpath

Home Page:http://sourceforge.net/projects/djangorestmodel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django REST Model was written in a Test Driven Development style.  For example usages
please refer to xml_models_test.py

For XPath processing, the py-dom-xpath library is included, but this is a fairly slow
pure python library.  While it works perfectly well, Django REST Model was written 
originally to work with LXML, which is a much faster library, and provides better
namespace support.  If Django REST Model appears slow, try switching to LXML and 
hopefully you'll experience significant speed improvements.

About

Forked to fix dependency on py-dom-xpath

http://sourceforge.net/projects/djangorestmodel/

License:Other


Languages

Language:Python 94.1%Language:GAP 5.9%