[ol7_developer_EPEL] python-pathlib-1.0.1-1.el7.noarch

Name:python-pathlib
Version:1.0.1
Release:1.el7
Architecture:noarch
Group:Unspecified
Size:416388
License:MIT
RPM: python-pathlib-1.0.1-1.el7.noarch.rpm
Source RPM: python-pathlib-1.0.1-1.el7.src.rpm
Build Date:Thu Oct 26 2017
Build Host:x86-ol7-builder-03.us.oracle.com
Vendor:Oracle America
URL:https://pathlib.readthedocs.org/
Summary:Object-oriented 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.).

It's part of Python 3.4+ standard library.

Changelog (Show File list) (Show related packages)