-
python3-backports-functools-lru-cache-1.6.4-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. image::
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-backports-functools-lru-cache-1.6.4-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. image::
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-backports-os-0.1.1-1.lbn36.noarch
backports.os This package provides backports of new features in Python's os_
module under the backports_ namespace... _os: .. _backports: .. image::
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-backports-os-0.1.1-1.lbn36.noarch
backports.os This package provides backports of new features in Python's os_
module under the backports_ namespace... _os: .. _backports: .. image::
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-backports-strenum-1.3.1-1.lbn36.noarch
A backport of (copy and paste from) python 3.11’s StrEnum class for >=3.8.6:
See the design discussion,
and Ethan Furman’s first and
second PR with this implementation.
A slightly different implementation would likely be compatible with lower python versions;
PRs are welcome if they pass the test suite.
The existing (reference) implementation should still be the one used on supported versions.
Use with:
import sys
if sys.version_info >= (3, 11):
from enum import StrEnum
else:
from backports.strenum import StrEnum
class MyStrEnum(StrEnum):
POTATO = "potato"
ORANGE = "orange"
SPADE = "spade"
MyStrEnum.POTATO == "potato" # True
MyStrEnum.ORANGE.upper() == "ORANGE" # True
str(MyStrEnum.SPADE) == "spade" # True
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-backports-tarfile-1.2.0-1.lbn36.noarch
Backport of CPython tarfile module
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-backports.functools-lru-cache-1.6.4-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. image::
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-backports.functools-lru-cache-1.6.4-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. image::
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-backports_abc-0.4-3.lbn19.noarch
A backport of recent additions to the 'collections.abc' module.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-backports_abc-0.5-4.lbn25.py37.noarch
A backport of recent additions to the 'collections.abc' module.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25