Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python-pathlib

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.

Found 1 sites for python-pathlib

Found 4 RPM for python-pathlib

PackageSummaryDistributionDownload
python-pathlib-1.0.1-1.el7.noarch.htmlObject-oriented filesystem pathsEPEL 7 for ppc64lepython-pathlib-1.0.1-1.el7.noarch.rpm
python-pathlib-1.0.1-1.el7.noarch.htmlObject-oriented filesystem pathsEPEL 7 for aarch64python-pathlib-1.0.1-1.el7.noarch.rpm
python-pathlib-1.0.1-1.el7.noarch.htmlObject-oriented filesystem pathsEPEL 7 for ppc64python-pathlib-1.0.1-1.el7.noarch.rpm
python-pathlib-1.0.1-1.el7.noarch.htmlObject-oriented filesystem pathsEPEL 7 for x86_64python-pathlib-1.0.1-1.el7.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet