summaryrefslogtreecommitdiffstats
path: root/python/py/README
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-04-29 13:26:34 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-01 01:36:48 +0700
commit335fc06e4d5be4b2d55073a3074c5704b87a0529 (patch)
tree5d6b6d51dc84cd0afc2d69b77b3a3519c1ea77ff /python/py/README
parent546d58c9d1995c5205577e43e641c9edbb985b09 (diff)
downloadslackbuilds-335fc06e4d5be4b2d55073a3074c5704b87a0529.tar.gz
slackbuilds-335fc06e4d5be4b2d55073a3074c5704b87a0529.tar.xz
python/py: Remove py
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/py/README')
-rw-r--r--python/py/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/py/README b/python/py/README
deleted file mode 100644
index 0a1986eacb..0000000000
--- a/python/py/README
+++ /dev/null
@@ -1,8 +0,0 @@
-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).