1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: httpcode
Section: utils
Priority: extra
Maintainer: Khalid El Fathi <khalid@elfathi.fr>
Build-Depends: debhelper (>= 9.0.0), python, python-setuptools
Standards-Version: 3.9.3.1
Homepage: https://github.com/rspivak/httpcode/
Vcs-Git: git://git.debian.org/git/collab-maint/httpcode.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/httpcode.git;a=summary
Package: httpcode
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
python-colorama,
python-pkg-resources
Description: Explains the meaning of an HTTP status code on the command line
httpcode is a little utility that explains the meaning of an HTTP
status code on the command line.
|