From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- third_party/python/pathlib2/README.rst | 52 ++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 third_party/python/pathlib2/README.rst (limited to 'third_party/python/pathlib2/README.rst') diff --git a/third_party/python/pathlib2/README.rst b/third_party/python/pathlib2/README.rst new file mode 100644 index 0000000000..d276fdcd03 --- /dev/null +++ b/third_party/python/pathlib2/README.rst @@ -0,0 +1,52 @@ +pathlib2 +======== + +|appveyor| |travis| |codecov| + +Fork of pathlib aiming to support the full stdlib Python API. + +The `old pathlib `_ +module on bitbucket is in bugfix-only mode. +The goal of pathlib2 is to provide a backport of +`standard pathlib `_ +module which tracks the standard library module, +so all the newest features of the standard pathlib can be +used also on older Python versions. + +Download +-------- + +Standalone releases are available on PyPI: +http://pypi.python.org/pypi/pathlib2/ + +Development +----------- + +The main development takes place in the Python standard library: see +the `Python developer's guide `_. +In particular, new features should be submitted to the +`Python bug tracker `_. + +Issues that occur in this backport, but that do not occur not in the +standard Python pathlib module can be submitted on +the `pathlib2 bug tracker `_. + +Documentation +------------- + +Refer to the +`standard pathlib `_ +documentation. + +.. |travis| image:: https://travis-ci.org/mcmtroffaes/pathlib2.png?branch=develop + :target: https://travis-ci.org/mcmtroffaes/pathlib2 + :alt: travis-ci + +.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/baddx3rpet2wyi2c?svg=true + :target: https://ci.appveyor.com/project/mcmtroffaes/pathlib2 + :alt: appveyor + +.. |codecov| image:: https://codecov.io/gh/mcmtroffaes/pathlib2/branch/develop/graph/badge.svg + :target: https://codecov.io/gh/mcmtroffaes/pathlib2 + :alt: codecov + -- cgit v1.2.3