• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..01-Sep-2019-

bench/H01-Sep-2019-7661

doc/H03-May-2022-1,5161,044

py/H01-Sep-2019-8,3006,812

tasks/H01-Sep-2019-3728

testing/H01-Sep-2019-6,9685,711

.gitattributesH A D01-Sep-201916 21

.gitignoreH A D01-Sep-201968 138

.travis.ymlH A D01-Sep-2019538 2825

AUTHORSH A D01-Sep-2019616 2522

CHANGELOGH A D01-Sep-201942.6 KiB1,150818

LICENSEH A D01-Sep-20191 KiB2015

MANIFEST.inH A D01-Sep-2019167 1110

README.rstH A D01-Sep-20191.3 KiB3522

appveyor.ymlH A D01-Sep-2019664 2722

conftest.pyH A D01-Sep-20191.7 KiB6148

setup.cfgH A D01-Sep-2019103 96

setup.pyH A D01-Sep-20192.2 KiB5447

tox.iniH A D01-Sep-2019943 3428

README.rst

1.. image:: https://img.shields.io/pypi/v/py.svg
2    :target: https://pypi.org/project/py
3
4.. image:: https://anaconda.org/conda-forge/py/badges/version.svg
5    :target: https://anaconda.org/conda-forge/py
6
7.. image:: https://img.shields.io/pypi/pyversions/pytest.svg
8  :target: https://pypi.org/project/py
9
10.. image:: https://img.shields.io/travis/pytest-dev/py.svg
11   :target: https://travis-ci.org/pytest-dev/py
12
13.. image:: https://ci.appveyor.com/api/projects/status/10keglan6uqwj5al/branch/master?svg=true
14   :target: https://ci.appveyor.com/project/pytestbot/py
15
16
17**NOTE**: this library is in **maintenance mode** and should not be used in new code.
18
19The py lib is a Python development support library featuring
20the following tools and modules:
21
22* ``py.path``:  uniform local and svn path objects
23* ``py.apipkg``:  explicit API control and lazy-importing
24* ``py.iniconfig``:  easy parsing of .ini files
25* ``py.code``: dynamic code generation and introspection (deprecated, moved to ``pytest``).
26
27**NOTE**: prior to the 1.4 release this distribution used to
28contain py.test which is now its own package, see http://pytest.org
29
30For questions and more information please visit http://py.readthedocs.org
31
32Bugs and issues: https://github.com/pytest-dev/py
33
34Authors: Holger Krekel and others, 2004-2017
35