Metadata-Version: 2.1
Name: pathlib_extensions
Version: 0.2.1
Summary: Backported and Experimental Filesystem Path Features for Python 3.6+
Home-page: https://github.com/ThScheeve/pathlib_extensions
Author: Thom Scheeve
Author-email: thscheeve@outlook.com
License: MIT
Project-URL: Changelog, https://github.com/ThScheeve/pathlib_extensions/blob/master/CHANGELOG.md
Project-URL: Bug Tracker, https://github.com/ThScheeve/pathlib_extensions/issues
Project-URL: Source Code, https://github.com/ThScheeve/pathlib_extensions
Keywords: backport,pathlib,path,filesystem
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

Pathlib Extensions -- Backported and Experimental Filesystem Path Features for Python

The ``pathlib`` module was added to the standard library in Python 3.4, but
many new features have been added to the module since then.

This means users of older Python versions who are unable to upgrade will not be
able to take advantage of new features added to the ``pathlib`` module, such as
``pathlib.PurePath.with_stem()``.

The ``pathlib_extensions`` module contains backports of these changes.
Experimental filesystem path features that are not found in the ``pathlib``
module are also included in ``pathlib_extensions``.

