Metadata-Version: 2.1
Name: betterpathlib
Version: 0.0.2
Summary: A Path library that is an extension to Python's built-in pathlib.Path.
Author-email: Torstein Sørnes <t.soernes@gmail.com>
Project-URL: Homepage, https://github.com/tsoernes/betterpathlib
Project-URL: Issues, https://github.com/tsoernes/betterpathlib/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fuzzywuzzy>=0.17.0

[![PyPI version](https://badge.fury.io/py/betterpathlib.svg)](https://badge.fury.io/py/betterpathlib)
[![ReadTheDocs](https://readthedocs.org/projects/betterpathlib/badge/?version=latest)](https://readthedocs.org/projects/betterpathlib)

# betterpathlib
An Path library that is an extension to Pythons built-in pathlib.Path.

Especially useful for dealing with numerical suffixes, i.e. files of the sort `myfile.rar.001`.


