Mypal/python/py
Fedor 277045c132 ooops, some files where missed 2019-03-12 18:31:25 +03:00
..
py basic source 2019-03-11 13:26:37 +03:00
AUTHORS ooops, some files where missed 2019-03-12 18:31:25 +03:00
LICENSE ooops, some files where missed 2019-03-12 18:31:25 +03:00
MANIFEST.in basic source 2019-03-11 13:26:37 +03:00
PKG-INFO ooops, some files where missed 2019-03-12 18:31:25 +03:00
README.txt basic source 2019-03-11 13:26:37 +03:00
setup.cfg basic source 2019-03-11 13:26:37 +03:00
setup.py basic source 2019-03-11 13:26:37 +03:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

.. image:: https://drone.io/bitbucket.org/pytest-dev/py/status.png
   :target: https://drone.io/bitbucket.org/pytest-dev/py/latest
.. image:: https://pypip.in/v/py/badge.png
   :target: https://pypi.python.org/pypi/py

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

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://pylib.readthedocs.org

Bugs and issues: http://bitbucket.org/pytest-dev/py/issues/

Authors: Holger Krekel and others, 2004-2015