Source: python-rpclib
Maintainer: Wolfgang Sourdeau <wsourdeau@inverse.ca>
Section: python
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: python, python-support, python-setuptools
Standards-Version: 3.8.3
XS-Python-Version: >= 2.5
Homepage: http://github.com/arskom/rpclib

Package: python-rpclib
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-spyne
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: Python library for writing and calling soap web service
 This is a simple, easily extendible rpc library that provides several
 useful tools for creating and publishing web services in python. This
 package features on-demand wsdl generation for the published servic
 es, a wsgi-compliant web application, support for complex class
 structures, binary attachments, and a simple framework for creating
 additional serialization mechanisms.
 .
 This package is the successor of python-soaplib.
