diff options
Diffstat (limited to 'python/py/README')
-rw-r--r-- | python/py/README | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/python/py/README b/python/py/README index 1d5662c3be..1667c95551 100644 --- a/python/py/README +++ b/python/py/README @@ -1,11 +1,7 @@ -The py lib is a Python development support library featuring -the following tools and modules: +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 -* py.path: uniform local and svn path objects - -NOTE: prior to the 1.4 release this distribution used to -contain py.test which is now its own package, see http://pytest.org +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). |