python-pathlib
set of Python 2 classes to handle filesystem paths
Description
Pathlib offers a set of classes to handle filesystem paths. It offers the following advantages over using string objects: * No more cumbersome use of os and os.path functions. Everything
can be done easily through operators, attribute accesses, and method calls.
* Embodies the semantics of different path types. For example,
comparing Windows paths ignores casing.
* Well-defined semantics, eliminating any warts or ambiguities
(forward vs. backward slashes, etc.).
This is the Python 2 version of the package.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://pypi.python.org/pypi/pathlib/
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python-pathlib