Skip to content

Commit

Permalink
Merge pull request #158 from nicoddemus/maint-warn
Browse files Browse the repository at this point in the history
Add note about py being in maintenance mode
  • Loading branch information
RonnyPfannschmidt committed Oct 26, 2017
2 parents 74047a4 + 577c929 commit 72601dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@
:target: https://ci.appveyor.com/project/pytestbot/py


**NOTE**: this library is in **maintenance mode** and should not be used in new code.

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.code``: dynamic code generation and introspection (deprecated, moved to ``pytest``).

NOTE: prior to the 1.4 release this distribution used to
**NOTE**: prior to the 1.4 release this distribution used to
contain py.test which is now its own package, see http://pytest.org

For questions and more information please visit http://py.readthedocs.org
Expand Down

0 comments on commit 72601dc

Please sign in to comment.