File: control

package info (click to toggle)
suds 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,792 kB
  • sloc: python: 18,655; makefile: 8; sh: 4
file content (32 lines) | stat: -rw-r--r-- 1,340 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
23
24
25
26
27
28
29
30
31
32
Source: suds
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Scott Talbert <swt@techie.net>,
           Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
Build-Depends-Indep: python3-pytest,
                     python3-six,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/modules/suds
Vcs-Git: https://salsa.debian.org/python-team/modules/suds.git
Homepage: https://github.com/suds-community/suds

Package: python3-suds
Architecture: all
Depends: python3-pkg-resources,
         ${misc:Depends},
         ${python3:Depends},
Description: Lightweight SOAP client for Python - Python 3.x
 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ć.
 .
 This package provides the Python 3.x module.