Source: suds
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers@debian.tryton.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python (>= 2.6.6-3~),
 python-setuptools,
Standards-Version: 3.9.6
Homepage: http://www.fedorahosted.org/suds/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=tryton/suds.git
Vcs-Git: git://anonscm.debian.org/tryton/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 (Deprecated)
 Deprecation Warning:
 This package is subject to be removed in a future Debian release and is only
 kept for backwards compatibility. Please consider using a maintained project
 like i.e. pysimplesoap (python-pysimplesoap, python3-pysimplesoap).
 .
 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.
