-
python3-policycoreutils-3.3-4.fc36.noarch
The python3-policycoreutils package contains the interfaces that can be used
by python 3 in an SELinux environment.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-policyuniverse-1.3.2.20201012-5.fc36.noarch
The PolicyUniverse package provides classes to parse AWS IAM
and Resource Policies.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-polyline-2.0.2-1.lbn36.noarch
polyline is a Python implementation of Google’s Encoded Polyline Algorithm
Format. It is essentially a port of Mapbox polyline with some additional features.
Installation
polyline can be installed using pip:
$ pip install polyline
Starting from v2.0.0 only Python 3.7 and above is supported. For Python 2 support, please install v1.4.0:
$ pip install polyline==1.4.0
API Documentation
Encoding
To get the encoded polyline representation of a given set of (lat, lon) coordinates:
import polyline
polyline.encode([(38.5, -120.2), (40.7, -120.9), (43.2, -126.4)], 5)
This should return _p~iF~ps|U_ulL~ugC_hgN~eq`@.
You can set the required precision with the optional precision parameter. The default value is 5.
You can encode (lon, lat) tuples by setting geojson=True.
Decoding
To get a set of coordinates represented by a given encoded polyline string:
import polyline
polyline.decode('u{~vFvyys@fS]', 5)
This should return [(40.63179, -8.65708), (40.62855, -8.65693)] in (lat, lon) order.
You
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-pooch-1.5.2-7.fc36.noarch
Pooch manages your Python library's sample data files:
it automatically downloads and stores them in a local directory,
with support for versioning and corruption checks.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-poppler-qt5-21.3.0-1.fc36.x86_64
Python 3 bindings for the Poppler PDF rendering library. It is needed to
run programs written in Python 3 and using Poppler set.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-portalocker-2.10.0-1.lbn36.noarch
Library to provide an easy API to file locking
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-portend-3.2.0-9.lbn36.noarch
por·tend pôrˈtend/ be a sign or warning that (something, especially something
momentous or calamitous) is likely to happen.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-portray-1.7.0-1.lbn36.noarch
[
A typical use would be generating a customized PowerPoint presentation from
database content, downloadable by clicking a link in a web application. Several
developers have used it to automate production of presentation-ready
engineering status reports based on information held in their work management
system. It...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36