zhaque / django-rest

Local copy of django restmodel

Home Page:http://saaskit.org

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

Local copy of django restmodel

http://saaskit.org

License:Other


Languages

Language:Python 100.0%