Skip to main content

XML backed models queried from external REST apis

Project description

Based on Django models, XML models uses a familiar declarative style for mapping XML documents to python objects. This includes finder support for retrieving XML from an external REST api.

XML_Models 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.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page