File: control

package info (click to toggle)
pysimplesoap 1.16-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 484 kB
  • ctags: 507
  • sloc: python: 4,239; xml: 281; makefile: 12
file content (29 lines) | stat: -rw-r--r-- 1,516 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
Source: pysimplesoap
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Build-Depends: debhelper (>= 10), python, python3, dh-python, python-setuptools, python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/pysimplesoap/pysimplesoap/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pysimplesoap.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pysimplesoap.git

Package: python-pysimplesoap
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-httplib2, python-pycurl
Description: simple and lightweight SOAP Library (Python 2)
 Python simple and lightweight SOAP library for client and server webservices
 interfaces, aimed to be as small and easy as possible, supporting most common
 functionality. Initially it was inspired by PHP Soap Extension (mimicking its
 functionality, simplicity and ease of use), with many advanced features added.

Package: python3-pysimplesoap
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-httplib2, python3-pycurl
Description: simple and lightweight SOAP Library (Python 3)
 Python simple and lightweight SOAP library for client and server webservices
 interfaces, aimed to be as small and easy as possible, supporting most common
 functionality. Initially it was inspired by PHP Soap Extension (mimicking its
 functionality, simplicity and ease of use), with many advanced features added.
 .
 This package contains the Python 3 version of pysimplesoap .