File: control

package info (click to toggle)
spyne 2.14.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,968 kB
  • sloc: python: 35,938; xml: 3,140; sh: 137; makefile: 135; ruby: 19
file content (44 lines) | stat: -rw-r--r-- 1,329 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
Source: spyne
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Bastian Germann <bage@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-lxml,
 python3-msgpack,
 python3-pytest,
 python3-pytz,
 python3-setuptools,
 python3-sqlalchemy,
 python3-suds,
 python3-twisted,
 python3-webtest,
 python3-werkzeug,
 python3-yaml,
 tzdata-legacy <!nocheck>,
Standards-Version: 4.7.2
Homepage: http://spyne.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/spyne.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/spyne
Testsuite: autopkgtest-pkg-python

Package: python3-spyne
Architecture: all
Depends:
 python3-lxml (>= 3.4.1),
 python3-pyparsing,
 ${misc:Depends},
 ${python3:Depends},
Description: Python library for writing and calling soap web service
 This is a simple, easily extendible rpc library that provides several
 useful tools for creating and publishing web services in Python. This
 package features on-demand wsdl generation for the published servicss
 a wsgi-compliant web application, support for complex class structures,
 binary attachments, and a simple framework for creating additional
 serialization mechanisms.
 .
 This package is the successor of python-rpclib and python-soaplib.