File: control

package info (click to toggle)
sen 0.6.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 492 kB
  • sloc: python: 5,445; makefile: 9
file content (45 lines) | stat: -rw-r--r-- 1,775 bytes parent folder | download | duplicates (2)
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
Source: sen
Section: admin
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 10),
               asciidoc-base,
               dh-python,
               python3-all,
               python3-docker,
               python3-flexmock,
               python3-humanize,
               python3-pytest (>= 3.3.0),
               python3-setuptools,
               python3-urwid,
               python3-urwidtrees,
               xmlto,
Standards-Version: 4.1.0
Homepage: https://github.com/TomasTomecek/sen
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/sen.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/sen.git
X-Python3-Version: >= 3.2

Package: sen
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-urwidtrees
Description: Terminal user interface for docker engine
 sen is a terminal user interface for docker engine:
 .
  * it can interactively manage your containers and images:
    * manage? start, stop, restart, kill, delete,...
  * you are able to inspect containers and images
  * sen can fetch logs of containers and even stream logs real-time
  * all buffers support searching and filtering
  * sen receives real-time updates from docker when anything changes
    * e.g. if you create a container in another terminal, sen will pick
      it up
  * sen notifies you whenever something happens (and reports slow queries)
  * supports a lot of vim-like keybindings (j, k, gg, /, ...)
  * there is a special buffer which display detailed info about images
  * you can get interactive tree view of all images (equivalent of
    docker images --tree)