python-pipdeptree 2.2.0-3 source package in Ubuntu

Changelog

python-pipdeptree (2.2.0-3) unstable; urgency=medium

  * Move package to Debian Python Team

 -- Andreas Tille <email address hidden>  Sun, 02 Jan 2022 18:40:23 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
python-pipdeptree_2.2.0-3.dsc 2.1 KiB fa3cb471d6f67ce1e16de5065e52d02ddf6e606c1541aa221cace165f31521bf
python-pipdeptree_2.2.0.orig.tar.gz 116.6 KiB 7ed439dc7d362224e7e2e8ddbcad4a7710073b7326f8f25fccc80465e7d54301
python-pipdeptree_2.2.0-3.debian.tar.xz 4.2 KiB bf7ecf435a3cab7efbfaef526209de7f494b97988a086984672b7ff08b16ce2b

Available diffs

No changes file available.

Binary packages built by this source

python3-pipdeptree: display dependency tree of the installed Python 3 packages

 Pipdeptree is a command line utility for displaying the installed Python
 packages in form of a dependency tree. It works for packages installed
 globally on a machine as well as in a virtualenv. Since pip freeze shows
 all dependencies as a flat list, finding out which are the top level
 packages and which packages do they depend on requires some effort. It
 can also be tedious to resolve conflicting dependencies because pip
 doesn't yet have true dependency resolution (more on this later). This
 utility tries to solve this problem.
 .
 To some extent, this tool is inspired by lein deps :tree command of
 Leiningen.