Letter P

python2-pathlib - Object-oriented filesystem paths

Website: https://pathlib.readthedocs.org/
License: MIT
Vendor: Alcance Libre, Inc.
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.).

It's part of Python 3.4+ standard library.

Packages

python2-pathlib-1.0.1-9.fc14.al.noarch [196 KiB] Changelog by Joel Barrios (2020-06-09):
- Rebuild for ALDOS 1.4.15.

Listing created by Repoview-0.6.6-6.fc14.al