File: control

package info (click to toggle)
httpbin 0.7.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 452 kB
  • sloc: python: 1,592; xml: 16; makefile: 10
file content (43 lines) | stat: -rw-r--r-- 1,231 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
Source: httpbin
Section: web
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 python3,
 python3-brotli,
 python3-decorator,
 python3-flask,
 python3-gevent,
 python3-greenlet,
 python3-itsdangerous,
 python3-jinja2,
 python3-markupsafe,
 python3-setuptools,
 python3-six,
 python3-werkzeug,
Standards-Version: 4.6.1
Homepage: https://github.com/Runscope/httpbin
Vcs-Git: https://salsa.debian.org/python-team/packages/httpbin.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/httpbin

Package: python3-httpbin
Section: python
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-brotli,
Recommends:
 gunicorn
Description: HTTP request and response service (Python 3 package)
 httpbin is a test server for testing HTTP libraries and apps. It
 features several endpoints to cover a multitude of HTTP scenarios.
 httpbin ships as a Python library and could be run directly by
 the Python interpreter, or as a WSGI app e.g. with Gunicorn. The
 endpoint responses are JSON-encoded.
 .
 This package provides httpbin in the Python 3 module path.