File: control

package info (click to toggle)
suds 0.4.1-15
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 848 kB
  • ctags: 1,473
  • sloc: python: 7,857; makefile: 79
file content (22 lines) | stat: -rw-r--r-- 991 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: suds
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers@debian.tryton.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends:
 debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools, dh-python
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: ${misc:Depends}, ${python:Depends}, python-pkg-resources
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.