软件包:python3-pipdeptree(0.13.2-1)
python3-pipdeptree 的相关链接
Debian 的资源:
下载源码包 python-pipdeptree:
- [python-pipdeptree_0.13.2-1.dsc]
- [python-pipdeptree_0.13.2.orig.tar.gz]
- [python-pipdeptree_0.13.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-pipdeptree 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-pip
- Python package installer