File: control

package info (click to toggle)
python-clint 0.5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 328 kB
  • sloc: python: 1,815; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 752 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
Source: python-clint
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 13)
        , dh-python
	, python3-all
	, python3-setuptools
Standards-Version: 3.9.6
Homepage: https://github.com/kennethreitz/clint
Vcs-Git: https://salsa.debian.org/python-team/packages/python-clint.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-clint

Package: python3-clint
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: Python Command-line Application Tools
 Clint is a Python module filled with a set of awesome tools for developing
 commandline applications.