File: control

package info (click to toggle)
httpcode 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 148 kB
  • ctags: 11
  • sloc: python: 216; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 933 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
Source: httpcode
Section: utils
Priority: extra
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Khalid El Fathi <khalid@elfathi.fr>,
           ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python3-all,
               python3-colorama,
               python3-setuptools,
Standards-Version: 4.0.0
Homepage: https://github.com/rspivak/httpcode/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/httpcode.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/httpcode.git
X-Python3-Version: >= 3.3

Package: httpcode
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends},
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.