Introduction
============

Soapbox is a SOAP library for Python capable of generating Python modules from
WSDL documents and providing a dispatcher for the Django framework.

* Generate Python modules based on WSDL and XSD documents.
* Execute SOAP requests from generated client modules.
* Provide a dispatcher for Django and stub server modules.

Project sponsored by `Flight Data Services`_.

Installation
------------

Package requires ``pip`` for installation.
::

    pip install soapbox

.. _Flight Data Services: http://www.flightdataservices.com/

