File: control

package info (click to toggle)
python-zeep 0.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 888 kB
  • ctags: 1,043
  • sloc: python: 8,764; makefile: 213
file content (126 lines) | stat: -rw-r--r-- 3,315 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
Source: python-zeep
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers@debian.tryton.org>
Uploaders:
 Mathias Behrle <mbehrle@debian.org>,
Build-Depends:
 debhelper (>= 9),
 dh-python (>= 1.20130901-1~),
 python,
 python-appdirs,
 python-cached-property,
 python-defusedxml,
 python-flake8,
 python-freezegun,
 python-isodate,
 python-isort,
 python-lxml,
 python-mock,
 python-pretend,
 python-pytest,
 python-pytest-cov,
 python-requests,
 python-requests-mock,
 python-setuptools,
 python-six,
 python-tz,
 python3,
 python3-appdirs,
 python3-cached-property,
 python3-defusedxml,
 python3-flake8,
 python3-freezegun,
 python3-isodate,
 python3-isort,
 python3-lxml,
 python3-mock,
 python3-pretend,
 python3-pytest,
 python3-pytest-cov,
 python3-requests,
 python3-requests-mock,
 python3-setuptools,
 python3-six,
 python3-tz,
Standards-Version: 3.9.8
Homepage: https://github.com/mvantellingen/python-zeep
Vcs-Browser: https://anonscm.debian.org/cgit/tryton/python-zeep.git
Vcs-Git: https://anonscm.debian.org/cgit/tryton/python-zeep.git

Package: python-zeep
Architecture: all
Depends:
 python-appdirs,
 python-cached-property,
 python-defusedxml,
 python-freezegun,
 python-isodate,
 python-lxml,
 python-pkg-resources,
 python-requests,
 python-setuptools,
 python-six,
 python-tz,
 ${misc:Depends},
 ${python:Depends},
Description: Modern SOAP client library (Python 2)
 A fast and modern Python SOAP client
 .
 Highlights:
  * Modern codebase compatible with Python 2.7, 3.3, 3.4, 3.5 and PyPy
  * Build on top of lxml and requests
  * Supports recursive WSDL and XSD documents.
  * Supports the xsd:choice and xsd:any elements.
  * Uses the defusedxml module for handling potential XML security issues
  * Support for WSSE (UsernameToken only for now)
  * Experimental support for HTTP bindings
  * Experimental support for WS-Addressing headers
  * Experimental support for asyncio via aiohttp (Python 3.5+)
 .
 Features still in development include:
  * WSSE x.509 support (BinarySecurityToken)
  * WS Policy support
 .
 Please see for more information the documentation at
 http://docs.python-zeep.org/
 .
 This package is targeting Python version 2.

Package: python3-zeep
Architecture: all
Depends:
 python3-appdirs,
 python3-cached-property,
 python3-defusedxml,
 python3-freezegun,
 python3-isodate,
 python3-lxml,
 python3-pkg-resources,
 python3-requests,
 python3-six,
 python3-tz,
 ${misc:Depends},
 ${python3:Depends},
Description: Modern SOAP client library (Python 3)
 A fast and modern Python SOAP client
 .
 Highlights:
  * Modern codebase compatible with Python 2.7, 3.3, 3.4, 3.5 and PyPy
  * Build on top of lxml and requests
  * Supports recursive WSDL and XSD documents.
  * Supports the xsd:choice and xsd:any elements.
  * Uses the defusedxml module for handling potential XML security issues
  * Support for WSSE (UsernameToken only for now)
  * Experimental support for HTTP bindings
  * Experimental support for WS-Addressing headers
  * Experimental support for asyncio via aiohttp (Python 3.5+)
 .
 Features still in development include:
  * WSSE x.509 support (BinarySecurityToken)
  * WS Policy support
 .
 Please see for more information the documentation at
 http://docs.python-zeep.org/
 .
 This package is targeting Python version 3.