File: control

package info (click to toggle)
httpie 3.2.1-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,816 kB
  • sloc: python: 13,940; xml: 162; makefile: 134; ruby: 79; sh: 32
file content (25 lines) | stat: -rw-r--r-- 920 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: httpie
Section: web
Priority: optional
Maintainer: Bartosz Fenski <fenio@debian.org>
Build-Depends: debhelper (>= 13.0.0),
               dh-python,
               python3-setuptools,
               python3-pygments,
               python3-requests (>= 2.5.2),
               python3-pkg-resources,
               python3-charset-normalizer,
               python3-all
Standards-Version: 4.5.0
Homepage: https://httpie.io

Package: httpie
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-defusedxml, python3-requests-toolbelt, python3-socks
Description: CLI, cURL-like tool for humans
 HTTPie is a CLI HTTP utility that makes CLI interaction with HTTP-based 
 services as human-friendly as possible.
 .
 HTTPie does so by providing an http command that allows for issuing 
 arbitrary HTTP requests using a simple and natural syntax and 
 displaying colorized responses.