File: control

package info (click to toggle)
decli 0.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 475; sh: 9; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 968 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
Source: decli
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry-core,
 python3-pytest <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/woile/decli
Vcs-Browser: https://forgejo.debian.net/python/decli
Vcs-Git: https://forgejo.debian.net/python/decli

Package: python3-decli
Section: python
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Minimal, easy-to-use, declarative cli tool using argparse (Python)
 Decli is minimal wrapper around argparse. It's useful when writing big
 applications that have many arguments and subcommands. It's a minimal library
 to rapidly create an interface separated from the application.
 While it's possible to use any argument from argparse, it lets you stop taking
 care about copy pasting the argparse functions.