python-pipdeptree 2.2.0-2 source package in Ubuntu

Changelog

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

  * Fix watch file

 -- Andreas Tille <email address hidden>  Mon, 08 Nov 2021 21:06:25 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-pipdeptree_2.2.0-2.dsc 2.1 KiB dbc838398afd24ac44f64bbd68e195488590b6ba27909fd7d8aec3590c5b3280
python-pipdeptree_2.2.0.orig.tar.gz 116.6 KiB 7ed439dc7d362224e7e2e8ddbcad4a7710073b7326f8f25fccc80465e7d54301
python-pipdeptree_2.2.0-2.debian.tar.xz 4.2 KiB 8a97d136d3486b078063cc938addb41fa09051c92e2353f9481acc46fcdbf440

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.