-
python3-unbound-1.16.3-2.fc36.x86_64
Python 3 modules and extensions for unbound
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-uncertainties-3.1.7-1.lbn36.noarch
uncertainties allows **calculations** such as (2 +/- 0.1)*2 4 +/- 0.2 to be
**performed transparently**. Much more complex mathematical expressions
involving numbers with uncertainties can also be evaluated directly.The
uncertainties package **takes the pain and complexity out** of uncertainty
calculations.**Detailed information** about this package can be found on its
main website_.Basic...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-unicodecsv-0.14.1-26.fc36.noarch
The unicodecsv is a drop-in replacement for Python 2.7's
csv module which supports unicode strings without a hassle.
It is NOT a drop-in replacement for Python 3's csv module,
see https://github.com/jdunck/python-unicodecsv/issues/65
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-unicodecsv-0.14.1-5.lbn25.py37.noarch
The unicodecsv is a drop-in replacement for Python 2.7's
csv module which supports unicode strings without a hassle.
It is NOT a drop-in replacement for Python 3's csv module,
see https://github.com/jdunck/python-unicodecsv/issues/65
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-unidecode-0.04.19-1.lbn19.noarch
This is a python port of Text::Unidecode Perl module. It provides a function,
'unidecode(...)' that takes Unicode data and tries to represent it in ASCII
characters.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-unidecode-1.2.0-4.fc36.noarch
This is a python port of Text::Unidecode Perl module. It provides a function,
'unidecode(...)' that takes Unicode data and tries to represent it in ASCII
characters.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-unittest2-1.1.0-6.lbn36.noarch
unittest2 is a backport of the new features added to the unittest testing
framework in Python 2.7 and onwards. It is tested to run on Python 2.6, 2.7,
3.2, 3.3, 3.4 and pypy.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-universal-pathlib-0.2.2-1.lbn36.noarch
Universal Pathlib
Universal Pathlib is a python library that aims to extend Python's built-in pathlib.Path api to use a variety of backend filesystems using fsspec
Installation
Pypi
python -m pip install universal_pathlib
conda
conda install -c conda-forge universal_pathlib
Basic Usage
>>> from upath import UPath
>>>
>>> s3path = UPath("s3:/test_bucket") / "example.txt"
>>> s3path.name
example.txt
>>> s3path.stem
example
>>> s3path.suffix
.txt
>>> s3path.exists()
True
>>> s3path.read_text()
'Hello World'
For more examples, see the example notebook here
Currently supported filesystems (and schemes)
file: Local filessystem
memory: Ephemeral filesystem in RAM
az:, adl:, abfs: and abfss: Azure Storage (requires adlfs to be installed)
http: and https: HTTP(S)-based filesystem
hdfs: Hadoop distributed filesystem
gs: and gcs: Google Cloud Storage (requires gcsfs to be installed)
s3: and s3a: AWS S3 (requires s3fs to be installed)
webdav+http: and w
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-uranium-5.6.0-7.lbn36.noarch
Uranium is a Python framework for building 3D printing related applications.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-uritemplate-3.0.0-1.lbn25.py37.noarch
uritemplate Documentation_ GitHub_ BitBucket_ TravisCI_Simple python library to
deal with URI Templates_. The API looks like.. codeblock:: python from
uritemplate import URITemplate, expand NOTE: URI params must be strings not
integers gist_uri ' t URITemplate(gist_uri) print(t.expand(gist_id'123456')) >
or print(expand(gist_uri, gist_id'123456')) also t.expand({'gist_id':
'123456'}) ...
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25