-
python2-backports-functools-lru-cache-1.6.4-1.lbn25.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. image::
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-backports-os-0.1.1-1.lbn25.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 25
-
python2-baluhn-0.1.2-1.lbn25.noarch
Baluhn: Base-agnostic LuhnBaluhn provides a base-independent implementation of
the [Luhn algorithm]( for Python. It is useful for generating and verifying
check digits in arbitrary bases.From Wikipedia:> The Luhn algorithm or Luhn
formula, also known as the "modulus 10" or "mod > 10" algorithm, is a simple
checksum formula used to validate a variety of > identification numbers, such
as credit...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-bcrypt-3.1.7-3.lbn25.x86_64
Good password hashing for your software and your servers Installation To
install bcrypt, simply:.. code:: bash $ pip install bcryptNote that bcrypt
should build very easily on Linux provided you have a C compiler, headers for
Python (if you're not using pypy), and headers for the libffi libraries
available on your system.
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-bda-awstatsparser-1.2.1-1.lbn25.noarch
This egg contains a parser for AwStats files, providing a convenient dict like
API:: >>> from bda.awstatsparser.defaults import ( ... PREFIX, ... POSTFIX, ...
SECTIONDEFS, ... )PREFIX and POSTFIX are used to build the target stats file
path, SECTIONDEFS defines the expected structure of the stats file and the keys
to use for providing the several values.The API is provided due to the...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-bda-cache-1.3.0-1.lbn25.noarch
General Caching API This package is designed to be used by applications which
require different kinds of caching flavour. This is abstracted due to the
interfaces ICacheProvider and ICacheManager. ICacheProvider takes care of the
concrete cache implementation, ICacheManager is the read/write interface.The
convention is to adapt a concrete ICacheProvider implementation.. code-block::
python...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-bda-intellidatetime-1.3-1.lbn25.noarch
bda.intellidatetime Overview bda.intellidatetime provides a converter for date
and time input to python datetime.datetime objects.The input format is definded
by a locale2pattern mapping and is provided by a seperate interface.Currently
provided locales are:- en- fr- uk- cs - and the special locale iso, which is
used as default.-Use the convert function:.. code-block:: pycon >>> from...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-bidi-0.4.2-1.lbn25.noarch
Python BiDi Bi-directional_ (BiDi) layout implementation in pure pythonPackage
documentation_.. _Bi-directional: .. _Package documentation: The algorithm
starts with a single entry point bidi.algorithm.get_display.**Required
arguments:**
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-bleach-3.3.1-1.lbn25.noarch
Bleach Bleach is an allowed-list-based HTML sanitizing library that escapes or
strips markup and attributes.Bleach can also linkify text safely, applying
filters that Django's urlize filter cannot, and optionally setting rel
attributes, even on links already
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-blessed-1.19.1-1.lbn25.noarch
| |pypi_downloads| |codecov| |windows| |linux| |mac| |bsd|Introduction Blessed
is an easy, practical *library* for making *terminal* apps, by providing an
elegant, well-documented interface to Colors_, Keyboard_ input, and screen
position and Location_ capabilities... code-block:: python from blessed import
Terminal term Terminal() print(term.home + term.clear + term.move_y(term.height
// 2))...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25