File: control

package info (click to toggle)
gitsome 0.8.0%2Bds-9.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,480 kB
  • sloc: python: 9,276; sh: 28; makefile: 21
file content (58 lines) | stat: -rw-r--r-- 1,770 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: gitsome
Section: misc
Priority: optional
Maintainer: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper-compat (= 13),
               python3 (>= 3.4),
               dh-python,
               python3-click,
               python3-docopt,
               python3-feedparser,
               python3-mock,
               python3-sigmavirus24-urltemplate,
               python3-prompt-toolkit,
               python3-pytest,
               python3-sphinx,
               python3-pexpect,
               python3-flake8,
               python3-setuptools,
               tox,
               python3-ply,
               python3-tz,
               xonsh
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/donnemartin/gitsome
Vcs-Git: https://salsa.debian.org/debian/gitsome.git
Vcs-Browser: https://salsa.debian.org/debian/gitsome

Package: gitsome
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3 (>= 3.4),
         python3-sigmavirus24-urltemplate,
         python3-click,
         python3-colorama,
         python3-docopt,
         python3-feedparser,
         python3-ply,
         python3-prompt-toolkit,
         python3-requests,
         python3-pygments,
         python3-tz,
         python3-numpydoc,
         xonsh
Description: Supercharged Git/Shell Autocompleter with GitHub Integration
 gitsome provides direct integration with GitHub and GitHub Enterprise in
 a terminal.
 It includes not only GitHub integrated commands that work with all
 shells but also provides following functions.
 .
  - Git and GitHub Autocompleter With Interactive Help
  - Fish-Style Auto-Suggestions
  - General Autocompleter
  - Python REPL
  - Command History
  - Customizable Highlighting
 .