lyft / Soapbox

Python Django-like SOAP library.

Home Page:http://www.flightdataservices.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 and released under the Open Software License (OSL-3.0).

Installation

Package requires pip for installation. :

pip install Soapbox

Source Code

Source code is available from Google Code:

Documentation

Documentation is available from the Python Package Index:

About

Python Django-like SOAP library.

http://www.flightdataservices.com

License:Open Software License 3.0


Languages

Language:Python 93.7%Language:Shell 6.3%