-
python2-prettytable-0.7.2-12.lbn25.py37.noarch
PrettyTable is a simple Python library designed to make it quick and easy to
represent tabular data in visually appealing ASCII tables. It was inspired by
the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for
selection of which columns are to be printed, independent alignment of columns
(left or right justified or centred) and printing of "sub-tables" by specifying
a row range.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-pyasn1-0.4.6-1.lbn25.noarch
This is an implementation of ASN.1 types and codecs in the Python 2 programming
language.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-pyasn1-modules-0.4.6-1.lbn25.noarch
ASN.1 types modules for python-pyasn1.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-pycountry-18.12.8-2.lbn25.noarch
pycountry provides the ISO databases for the standards:
- 639: Languages
- 3166: Countries
- 3166-2: Subdivisions of countries
- 4217: Currencies
- 15924: Scripts
The databases are imported from Debian's `pkg-isocodes`, packaged into
pycountry and made accessible through a Python API.
Translation files for the various strings are included as well.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-pytz-2020.1-3.lbn25.noarch
pytz brings the Olson tz database into Python. This library allows accurate
and cross platform timezone calculations using Python 2.3 or higher. It
also solves the issue of ambiguous times at the end of daylight savings,
which you can read more about in the Python Library Reference
(datetime.tzinfo).
Almost all (over 540) of the Olson timezones are supported.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-pytzdata-2018.3-1.lbn25.py37.noarch
Official timezone database for Python.Supports Python **2.7+** and **3.5+**.
Installation pip install pytzdataYou can access the content of a specific
timezone file by using the tz_file() function:.. code-block:: python from
pytzdata import tz_file with tz_file('Europe/Paris') as f: Do something with
the fileIf you just want to know the path to a specific timezone file, you may
use the...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-pyyaml-5.4.1.1-1.lbn25.x86_64
YAML is a data serialization format designed for human readability and
interaction with scripting languages. PyYAML is a YAML parser and
emitter for Python.
PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
support, capable extension API, and sensible error messages. PyYAML
supports standard YAML tags and provides Python-specific tags that
allow to represent an arbitrary Python object.
PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistence.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-random2-1.0.1-5.lbn25.py37.noarch
This package provides a Python 3 ported version of Python 2.7's random
module. It has also been back-ported to work in Python 2.6.
In Python 3, the implementation of randrange() was changed, so that even
with the same seed you get different sequences in Python 2 and 3. Note
that several high-level functions such as randint() and choice() use
randrange().
In my testing code I heavily rely on stable random generator results and
it makes porting code to Python 3 a lot harder, if all those tests have
to be adjusted. This package fixes that.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-rcssmin-1.0.6-2.lbn25.x86_64
RCSSmin is a CSS minifier.
The minifier is based on the semantics of the YUI compressor, which itself
is based on the rule list by Isaac Schlueter.
This module is a re-implementation aiming for speed instead of maximum
compression, so it can be used at runtime (rather than during a preprocessing
step).
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-rdflib-4.2.2-2.lbn25.noarch
RDFLib is a Python library for working with RDF, a simple yet powerful
language for representing information.
The library contains parsers and serializers for RDF/XML, N3,
NTriples, Turtle, TriX, RDFa and Microdata. The library presents
a Graph interface which can be backed by any one of a number of
Store implementations. The core rdflib includes store
implementations for in memory storage, persistent storage on top
of the Berkeley DB, and a wrapper for remote SPARQL endpoints.
This is for Python 2.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25