File: control

package info (click to toggle)
python-keep 2.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 184 kB
  • sloc: python: 542; sh: 25; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,072 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
Source: python-keep
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Shriram Ravindranathan <s20n@ters.dev>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               flit
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-keep
Vcs-Git: https://salsa.debian.org/python-team/packages/python-keep.git
Homepage: https://github.com/OrkoHunter/keep
Rules-Requires-Root: no

Package: python3-keep
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-terminaltables3 (>= 4~)
Description: Meta CLI toolkit for Python3
 Writing CLI commands somewhere online.
 .
  * Save a new command with a brief description
  * Search the saved commands using powerful patterns
  * Save the commands as a secret GitHub gist
  * Use keep push and keep pull to sync the commands between GitHub gist
    and other computers.