mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
baf900982a
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
461 B
Text
11 lines
461 B
Text
Tools for packaging(dependency_tree).
|
|
|
|
A distutils command for reporting the dependency tree as resolved by
|
|
setuptools. Use after installing a package.
|
|
|
|
A distutils command for reporting the attributes of a distribution,
|
|
such as the version or author name.
|
|
|
|
Attributes may be specified as comma-separated or space-separated
|
|
keys. Results are printed using subprocess.list2cmdline so may be
|
|
parsed using shlex.split. By default, name and version are printed.
|