Source: suds
Section: python
Priority: optional
Maintainer: Scott Talbert <swt@techie.net>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python (>= 2.6.6-3~),
 python-pytest,
 python-setuptools,
Standards-Version: 3.9.6
Homepage: https://bitbucket.org/jurko/suds
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/suds.git
Vcs-Git: git://anonscm.debian.org/git/collab-maint/suds.git
X-Python-Version: >= 2.6

Package: python-suds
Architecture: all
Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
Description: Lightweight SOAP client for Python
 The suds project is a Python soap web services client lib. Suds leverages
 Python meta programming to provide an intuitive API for consuming web services.
 Objectification of types defined in the WSDL is provided without class
 generation. Programmers rarely need to read the WSDL since services and WSDL
 based objects can be easily inspected. Supports pluggable soap bindings.
 Note: this package now uses the Suds fork maintained by Jurko Gospodnetić.
