aboutsummaryrefslogtreecommitdiff
path: root/python/python3-py/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-04-28 20:32:52 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-29 18:11:45 +0700
commit01698a7158c4d1ba76ed1344a635daec029d3834 (patch)
treedbd7c2aac0a85567154dfd960315e858373ac166 /python/python3-py/README
parentf3c5c52d816cb466bf79838971d7be9ac26fcff3 (diff)
python/python3-py: Added (library with cross-python path)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-py/README')
-rw-r--r--python/python3-py/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-py/README b/python/python3-py/README
new file mode 100644
index 0000000000..3c06308070
--- /dev/null
+++ b/python/python3-py/README
@@ -0,0 +1,10 @@
+The py lib is a Python development support library featuring the
+following tools and modules:
+
+py.path: uniform local and svn path objects
+py.apipkg: explicit API control and lazy-importing
+py.iniconfig: easy parsing of .ini files
+py.code: dynamic code generation and introspection (deprecated, moved to
+pytest).
+
+This is the Python 3 build of py.