We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tqdm
https://pypi.org/project/tqdm/
https://github.com/tqdm/tqdm
tqdm [1], is a progress bar library used by a lot of python packages.
The debian package [2] name is python3-tqdm and probably should be the same here.
python3-tqdm
Testing: I've verified that I can install this using pip - but for packages that want to depend on python3-tqdm a tur package would be best.
[1] https://pypi.org/project/tqdm/
[2] https://packages.debian.org/buster/python3-tqdm
The text was updated successfully, but these errors were encountered:
It is written in pure python... For packages that depends on python3-tqdm, tqdm should be installed in postinst.
postinst
Sorry, something went wrong.
No branches or pull requests
Name
tqdm
Home page URL
https://pypi.org/project/tqdm/
Source code URL
https://github.com/tqdm/tqdm
Packaging policy acknowledgement
Additional information
tqdm [1], is a progress bar library used by a lot of python packages.
The debian package [2] name is
python3-tqdm
and probably should be the same here.Testing: I've verified that I can install this using pip - but for packages that want to depend on python3-tqdm a tur package would be best.
[1]
https://pypi.org/project/tqdm/
[2]
https://packages.debian.org/buster/python3-tqdm
The text was updated successfully, but these errors were encountered: