.. contents:: **Table of Contents**

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 document.
* Execute SOAP requests from generated client modules.
* Provide a dispatcher for Django and stub server modules.

Package requires **pip** for installation.

| pip install soapbox

Project sponsored by Flight Data Services Ltd: http://www.flightdataservices.com/

