diff options
Diffstat (limited to 'python/python3-py/README')
-rw-r--r-- | python/python3-py/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-py/README b/python/python3-py/README new file mode 100644 index 0000000000000..3c063080703f8 --- /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. |