==============
schematics-xml
==============

Python schematics_ models for converting to and from XML.

.. image:: https://travis-ci.org/alexhayes/schematics-xml.png?branch=master
    :target: https://travis-ci.org/alexhayes/schematics-xml
    :alt: Build Status

.. image:: https://landscape.io/github/alexhayes/schematics-xml/master/landscape.png
    :target: https://landscape.io/github/alexhayes/schematics-xml/
    :alt: Code Health

.. image:: https://codecov.io/github/alexhayes/schematics-xml/coverage.svg?branch=master
    :target: https://codecov.io/github/alexhayes/schematics-xml?branch=master
    :alt: Code Coverage

.. image:: https://readthedocs.org/projects/schematics-xml/badge/
    :target: http://schematics-xml.readthedocs.org/en/latest/
    :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/schematics-xml.svg
    :target: https://pypi.python.org/pypi/schematics-xml
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/schematics-xml.svg
    :target: https://pypi.python.org/pypi/schematics-xml/
    :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/dd/schematics-xml.svg
    :target: https://pypi.python.org/pypi/schematics-xml/
    :alt: Downloads


Contents
--------

.. toctree::
 :maxdepth: 1

 installation
 usage
 developer
 internals/reference/index


License
-------

This software is licensed under the `MIT License`. See the `LICENSE`_.


Author
------

Alex Hayes <alex@alution.com>

.. _schematics: schematics.readthedocs.org
.. _LICENSE: https://github.com/alexhayes/schematics-xml/blob/master/LICENSE
