File: control

package info (click to toggle)
kanboard-cli 0.0.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: python: 265; makefile: 6
file content (41 lines) | stat: -rw-r--r-- 1,519 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
Source: kanboard-cli
Section: devel
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 (>= 3.4),
               python3-cliff,
               python3-kanboard,
               python3-mock,
               python3-pbr,
               python3-setuptools,
               xmlto,
Standards-Version: 3.9.8
Homepage: https://github.com/kanboard/kanboard-cli
Vcs-Git: https://anonscm.debian.org/collab-maint/kanboard-cli.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/kanboard-cli.git
X-Python3-Version: >= 3.4

Package: kanboard-cli
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: kanboard command line client
 Kanboard (https://kanboard.net/) is project management software that
 focuses on the Kanban methodology. It has the following features:
 .
  * Visualize your work
  * Limit your work in progress to be more efficient
  * Customize your boards according to your business activities
  * Multiple projects with the ability to drag and drop tasks
  * Reports and analytics
  * Fast and simple to use
  * Access from anywhere with a modern browser
  * Plugins and integrations with external services
  * Free, open source and self-hosted
  * Super simple installation
 .
 kanboard-cli is a command line client for kanboard application.