File: control

package info (click to toggle)
python-progress 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: python: 325; sh: 8; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 907 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
Source: python-progress
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools
Standards-Version: 4.7.2
Homepage: https://github.com/verigak/progress/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-progress.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-progress
Rules-Requires-Root: no

Package: python3-progress
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: easy progress reporting for Python
 This package provides several canned progress bars for command line Python
 programs.  Progress bars are customizable and can be advanced by using the
 next() method, with the finish() method to finish.
 .
 This is the Python 3 version.