Go to file
苏芳 1426f41f60
!1 Add python3-pip and python3-tomli to build-depends.
Merge pull request !1 from 苏芳/openkylin/yangtze
2023-02-03 06:16:56 +00:00
.github/workflows Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
bench Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
debian Add python3-pip and python3-tomli to build-depends. 2023-02-03 11:21:45 +08:00
doc Apply fix-pytest4.patch 2022-11-08 17:28:55 +08:00
py Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
py.egg-info Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
tasks Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
testing Apply fix-pytest4.patch 2022-11-08 17:28:55 +08:00
.flake8 Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
.gitattributes Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
.gitignore Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
AUTHORS Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
CHANGELOG.rst Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
LICENSE Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
MANIFEST.in Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
PKG-INFO Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
README.rst Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
RELEASING.rst Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
codecov.yml Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
conftest.py Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
pyproject.toml Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
setup.cfg Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
setup.py Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00
tox.ini Import Upstream version 1.11.0 2022-11-08 17:27:42 +08:00

README.rst

.. image:: https://img.shields.io/pypi/v/py.svg
    :target: https://pypi.org/project/py

.. image:: https://img.shields.io/conda/vn/conda-forge/py.svg
    :target: https://anaconda.org/conda-forge/py

.. image:: https://img.shields.io/pypi/pyversions/py.svg
  :target: https://pypi.org/project/py

.. image:: https://github.com/pytest-dev/py/workflows/build/badge.svg
  :target: https://github.com/pytest-dev/py/actions


**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  -> please use pathlib/pathlib2 instead
* ``py.apipkg``:  explicit API control and lazy-importing -> please use the standalone package instead
* ``py.iniconfig``:  easy parsing of .ini files -> please use the standalone package instead
* ``py.code``: dynamic code generation and introspection (deprecated, moved to ``pytest`` as a implementation detail).

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

For questions and more information please visit https://py.readthedocs.io

Bugs and issues: https://github.com/pytest-dev/py

Authors: Holger Krekel and others, 2004-2017