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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: httpbin
Section: web
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
python,
python3,
python-setuptools,
python3-setuptools,
pandoc
Standards-Version: 3.9.8
Homepage: https://github.com/Runscope/httpbin
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/httpbin/trunk/
Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/httpbin/trunk/
Package: python-httpbin
Architecture: all
Depends:
python-decorator (>= 3.4.0),
python-flask,
python-gevent (>= 1.0.2),
python-greenlet (>= 0.4.2),
python-itsdangerous,
python-jinja2 (>= 2.7.2),
python-markupsafe (>= 0.23),
python-six (>= 1.6.1),
python-werkzeug (>= 0.9.4),
${misc:Depends},
${python:Depends}
Recommends:
gunicorn (>= 19.2)
Description: HTTP request and response service
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 2 module path.
Package: python3-httpbin
Architecture: all
Depends:
python3-decorator (>= 3.4.0),
python3-flask,
python3-gevent (>= 1.0.2),
python3-greenlet (>= 0.4.2),
python3-itsdangerous,
python3-jinja2 (>= 2.7.2),
python3-markupsafe (>= 0.23),
python3-six (>= 1.6.1),
python3-werkzeug (>= 0.9.4),
${misc:Depends},
${python3:Depends}
Recommends:
gunicorn3 (>= 19.2)
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.
|