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 26 27
|
Source: github-cli
Section: utils
Priority: optional
Maintainer: David Paleino <dapal@debian.org>
Build-Depends:
debhelper (>= 8~)
, python (>= 2.6.6-3~)
, python-simplejson
, python-setuptools
Standards-Version: 3.9.2
Homepage: http://packages.python.org/github-cli
Vcs-Git: git://git.debian.org/collab-maint/github-cli.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/github-cli.git;a=summary
Package: github-cli
Architecture: all
Depends:
${misc:Depends}
, ${python:Depends}
, python-simplejson
, python-pkg-resources
, python-setuptools
, git
Description: command-line interface to the GitHub Issues API
github-cli provides an executable called ghi, that can be used to access
all of GitHub's documented Issues API (v2) functionality from the command
line.
|