2020-05-22 18:42:03 +02:00
|
|
|
Tools for packaging(dependency_tree).
|
|
|
|
|
2020-10-12 05:48:40 +02:00
|
|
|
A distutils command for reporting the dependency tree as resolved by
|
|
|
|
setuptools. Use after installing a package.
|
2020-05-22 18:42:03 +02:00
|
|
|
|
2020-10-12 05:48:40 +02:00
|
|
|
A distutils command for reporting the attributes of a distribution,
|
|
|
|
such as the version or author name.
|
2020-05-22 18:42:03 +02:00
|
|
|
|
2020-10-12 05:48:40 +02:00
|
|
|
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.
|