summaryrefslogtreecommitdiffstats
path: root/python/jaraco-packaging/README
blob: c2ce83bc3cac3b91cd022a51883d0abd9dcd9bd3 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.