-
python3-path-16.6.0-1.lbn36.noarch
path.py implements path objects as first-class entities, allowing common
operations on files to be invoked on those path objects directly.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-path-py-12.5.0-1.lbn36.noarch
path.py has been renamed to path <
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-pathable-0.4.3-1.lbn36.noarch
pathableAbout Object-oriented pathsKey features ************* Traverse
resources like paths * Access resources on demand with separate accessor
layerUsage .. code-block:: python from pathable import DictPath d { "parts": {
"part1": { "name": "Part One", }, "part2": { "name": "Part Two", }, }, dp
DictPath(d) Concatenate paths with / parts dp / "parts" Stat path keys "part2"
in parts Open path...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-pathlib-1.0.1-1.lbn36.noarch
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,...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-pathlib2-2.3.7.post1-1.lbn36.noarch
The old pathlib < module on bitbucket is no longer maintained. The goal of
pathlib2 is to provide a backport of standard pathlib < module which tracks the
standard library module, so all the newest features of the standard pathlib can
be used also on older Python versions.Download Standalone releases are
available on PyPI: --The main development takes place in the Python standard
library: see...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-pathspec-0.11.2-1.lbn36.noarch
Path Specification (pathspec) is a utility library for pattern matching of file
paths. So far this only includes Git's wildmatch pattern matching which itself
is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-pathtools-0.1.2-1.lbn36.noarch
pathtools Pattern matching and various utilities for file systems paths.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-patiencediff-0.2.2-4.fc36.x86_64
This package contains the implementation of the patiencediff algorithm, as
first described by Bram Cohen. Like Python's difflib, this module provides
both a convenience unified_diff function for the generation of unified diffs of
text files as well as a SequenceMatcher that can be used on arbitrary
lists. Patiencediff provides a good balance of performance, nice output for
humans, and implementation simplicity.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-patsy-0.5.6-3.lbn36.noarch
A Python package for describing statistical models and for building
design matrices. It is closely inspired by and compatible with
the 'formula' mini-language used in R and S.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-pbr-5.4.3-1.lbn25.noarch
Manage dynamic plugins for Python applications
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25