File: control

package info (click to toggle)
tqdm 4.67.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 720 kB
  • sloc: python: 5,615; makefile: 154; sh: 16
file content (35 lines) | stat: -rw-r--r-- 1,048 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
30
31
32
33
34
35
Source: tqdm
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 pybuild-plugin-pyproject,
 python3-all,
 python3-dask <!nocheck>,
 python3-docopt,
 python3-pandas <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-timeout <!nocheck>,
 python3-rich <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm,
 python3-tk <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://tqdm.github.io
Vcs-Browser: https://forgejo.debian.net/python/tqdm
Vcs-Git: https://forgejo.debian.net/python/tqdm

Package: python3-tqdm
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: fast, extensible progress bar for Python 3 and CLI tool
 tqdm (read taqadum, تقدّم) means “progress” in Arabic.  tqdm instantly makes
 your loops show a smart progress meter, just by wrapping any iterable with
 "tqdm(iterable)".
 .
 This package contains the Python 3 version of tqdm and its command-line tool.