Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
17 lines (15 sloc) 498 Bytes
name: httpie
version: "1.0.0-dev"
summary: HTTPie is a command line HTTP client.
description: |
HTTPie (pronounced aitch-tee-tee-pie) is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible
confinement: devmode
apps:
http:
command: http
plugs: [home, network, network-bind]
parts:
httpie:
source: https://github.com/jkbrzt/httpie.git
plugin: python3
stage-packages: [python3, python3-requests, python3-pygments]