File: control

package info (click to toggle)
httpcode 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: python: 216; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 841 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
Source: httpcode
Section: utils
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-colorama,
               python3-setuptools,
Standards-Version: 4.0.0
Homepage: https://github.com/rspivak/httpcode/
Vcs-Git: https://salsa.debian.org/python-team/packages/httpcode.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/httpcode

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.