File: control

package info (click to toggle)
python-soappy 0.12.22-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,088 kB
  • ctags: 1,428
  • sloc: python: 9,485; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,391 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
Source: python-soappy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>
Build-Depends: debhelper (>= 7),
               cdbs (>= 0.4.90~),
               python-all (>= 2.6.6-3~),
               dh-python,
               python-setuptools
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-soappy/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-soappy/trunk/
Standards-Version: 3.9.5
Homepage: https://github.com/kiorky/SOAPpy.git
X-Python-Version: >= 2.7

Package: python-soappy
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends}
Description: SOAP Support for Python
 This package contains the SOAPpy Python module, which implements a high-
 level interface to Simple Object Access Protocol (SOAP) functions from
 Python. It includes functionality for acting as a SOAP server, client,
 or proxy, and includes both building and parsing functions. It has been
 tested against a wide array of other SOAP clients and servers, and is a very
 robust and well-rounded implementation of the SOAP protocol.
 .
 SOAPpy is not actively supported by upstream anymore - please do not
 consider to use it in new projects! All functions were merged into ZSI,
 which is available in the python-zsi package, use it instead.