{ "info": { "author": "Geoff Ford and Chris Tarttelin and Cam McHugh", "author_email": "g_ford@hotmail.ccom", "bugtrack_url": null, "classifiers": [], "description": "[](https://travis-ci.org/alephnullplex/xml_models2)\n[](https://coveralls.io/r/alephnullplex/xml_models2?branch=master)\n\n[Read The Docs](http://xml-models2.readthedocs.org/en/latest/)\n\n# XmlModels2\n\nXmlModels allows you to define Models similar in nature to Django models that are backed by XML endpoints rather than a\ndatabase. Using a familiar declarative definition, the fields map to values in the XML document by means of XPath\nexpressions. With support for querying external REST APIs using a django-esque approach, we have strived to make\nwriting and using xml backed models as close to django database models as we can, within the limitations of the\navailable API calls.\n\n# Installation\n\nThe simplest approach is to to use `pip install xml_models2`\n\n# A simple example\n\nJust to get started, this is an example of taking an XML representation of an Address that might be returned from a\nGET request to an external REST api.\n\n
\n