Source: httpie
Section: web
Priority: extra
Maintainer: Bartosz Fenski <fenio@debian.org>
Build-Depends: debhelper (>= 9.0.0),
               dh-python,
               python3-setuptools,
               python3-pygments,
               python3-requests (>= 2.5.2),
               python-argparse,
               python3-pkg-resources,
               python3-all,
               python3-docutils
Standards-Version: 3.9.8
Homepage: http://httpie.org

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