diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-11-25 20:05:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:30:46 +0700 |
commit | 723fb62ee7193c41c40218ea41d174cb40ebe6f8 (patch) | |
tree | 2c833a0e73742a8db0625ac2b047327dcb53e733 /python/py/README | |
parent | f9fc954b22df867ac3cd114fc3a47f200e233e55 (diff) | |
download | slackbuilds-723fb62ee7193c41c40218ea41d174cb40ebe6f8.tar.gz |
python/py: Updated for version 1.5.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
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). |