gecko-dev/third_party/python/py
Sofia Carrillo 0c81030974 Bug 1463834 - vendored hglib, updated to python-hglib r=davehunt
--HG--
rename : third_party/python/hglib/LICENSE => third_party/python/python-hglib/LICENSE
rename : third_party/python/hglib/hglib/__init__.py => third_party/python/python-hglib/hglib/__init__.py
rename : third_party/python/hglib/hglib/client.py => third_party/python/python-hglib/hglib/client.py
rename : third_party/python/hglib/hglib/context.py => third_party/python/python-hglib/hglib/context.py
rename : third_party/python/hglib/hglib/error.py => third_party/python/python-hglib/hglib/error.py
rename : third_party/python/hglib/hglib/merge.py => third_party/python/python-hglib/hglib/merge.py
rename : third_party/python/hglib/hglib/templates.py => third_party/python/python-hglib/hglib/templates.py
rename : third_party/python/hglib/hglib/util.py => third_party/python/python-hglib/hglib/util.py
rename : third_party/python/hglib/setup.py => third_party/python/python-hglib/setup.py
extra : rebase_source : 552d93c9e90c04171c8b627c8f4f4fa5ec506cc3
2018-05-31 18:04:54 -07:00
..
bench Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
doc Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
py Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
tasks Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
testing Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
.gitattributes Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
.gitignore Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
.hgignore Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
.hgtags Bug 1463834 - vendored hglib, updated to python-hglib r=davehunt 2018-05-31 18:04:54 -07:00
.travis.yml Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
AUTHORS Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
CHANGELOG Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
LICENSE Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
MANIFEST.in Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
PKG-INFO Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
README.rst Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
conftest.py Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
setup.cfg Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
setup.py Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00
tox.ini Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal 2018-05-24 16:18:27 +01:00

README.rst

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

.. image:: https://anaconda.org/conda-forge/py/badges/version.svg
    :target: https://anaconda.org/conda-forge/py

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

.. image:: https://img.shields.io/travis/pytest-dev/py.svg
   :target: https://travis-ci.org/pytest-dev/py

.. image:: https://ci.appveyor.com/api/projects/status/10keglan6uqwj5al/branch/master?svg=true
   :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 (deprecated, moved to ``pytest``).

**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

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

Authors: Holger Krekel and others, 2004-2017