aboutsummaryrefslogtreecommitdiff
path: root/python/jaraco-packaging/README
diff options
context:
space:
mode:
authorProf. HORSTMANN <wmh@eipg.fr>2020-05-22 23:42:03 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-22 23:42:03 +0700
commit322c10fa0b90542b6e2cfe5bad104096d8491145 (patch)
treef38e81c1dc174065bef7b6b37423a186e7d16c22 /python/jaraco-packaging/README
parentec11283d0bb9ac35f712d56176ebdc8e649ccdc9 (diff)
downloadslackbuilds-322c10fa0b90542b6e2cfe5bad104096d8491145.tar.xz
python/jaraco-packaging: Added (Tools for packaging).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/jaraco-packaging/README')
-rw-r--r--python/jaraco-packaging/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/jaraco-packaging/README b/python/jaraco-packaging/README
new file mode 100644
index 000000000000..ff6c75e75d2d
--- /dev/null
+++ b/python/jaraco-packaging/README
@@ -0,0 +1,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.