File: control

package info (click to toggle)
python-stubserver 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 160 kB
  • sloc: python: 569; sh: 10; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,337 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
Source: python-stubserver
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Build-Depends: debhelper-compat (= 13),
               python3-all,
               dh-python,
               python3-setuptools,
               python3-requests <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/python-stubserver
Vcs-Git: https://salsa.debian.org/med-team/python-stubserver.git
Homepage: https://pypi.org/project/stubserver/
Rules-Requires-Root: no

Package: python3-stubserver
Section: python
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: mock tester of external web dependencies for Python
 Testing external web dependencies in a mock objects style. This library
 includes the tests at the bottom of the stubserver.py file, which serve both
 as the TDD tests written while creating this library, and as examples /
 documentation.  It supports any HTTP method, i.e. GET, PUT, POST and DELETE.
 It supports chunked encoding, but currently the developers have no use cases
 for multipart support etc, so it doesn't do it.
 .
 There is also an FTPStubServer for your FTP testing needs, but that is NOT
 bug free at the moment.  All assistance gratefully received.