-
python2-backports-ssl_match_hostname-3.5.0.1-10.lbn25.noarch
The Secure Sockets layer is only actually secure if you check the hostname in
the certificate returned by the server to which you are connecting, and verify
that it matches to hostname that you are trying to reach.
But the matching logic, defined in RFC2818, can be a bit tricky to implement on
your own. So the ssl package in the Standard Library of Python 3.2 now includes
a match_hostname() function for performing this check instead of requiring
every application to implement the check separately.
This backport brings match_hostname() to users of earlier versions of Python.
The actual code is only slightly modified from Python 3.5.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-bleach-3.1.0-1.lbn25.noarch
Bleach is an HTML sanitizing library that escapes or strips markup and
attributes based on a white list.
Python 2 version.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-certifi-2019.6.16-1.lbn25.noarch
Certifi is a carefully curated collection of Root Certificates for validating
the trustworthiness of SSL certificates while verifying the identity of TLS
hosts. It has been extracted from the Requests project.
Please note that this Fedora package does not actually include a certificate
collection at all. It reads the system shared certificate trust collection
instead. For more details on this system, see the ca-certificates package.
This package provides the Python 2 certifi library.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-cffi-1.12.3-1.lbn25.x86_64
Foreign Function Interface for Python, providing a convenient and
reliable way of calling existing C code from Python. The interface is
based on LuaJIT’s FFI.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-chardet-3.0.4-3.lbn25.py37.noarch
Character encoding auto-detection in Python. As
smart as your browser. Open source.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-check-manifest-0.39-1.lbn25.noarch
checkmanifest |buildstatus|_ |appveyor|_ |coverage|_Are you a Python developer?
Have you uploaded packages to the Python Package Index? Have you accidentally
uploaded *broken* packages with some files missing? If so, checkmanifest is for
you.Quick start :: $ pip install checkmanifest $ cd /src/mygreatpackage $
checkmanifestYou can ask the script to help you update your MANIFEST.in:: $ ...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-cheetah-3.1.0-7.lbn25.x86_64
Cheetah is an open source template engine and code generation tool,
written in Python. It can be used standalone or combined with other
tools and frameworks. Web development is its principal use, but
Cheetah is very flexible and is also being used to generate C++ code,
Java, SQL, form emails and even Python code.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-clientform-0.2.10-14.lbn25.noarch
ClientForm is a Python module for handling HTML forms on the client side,
useful for parsing HTML forms, filling them in and returning the completed
forms to the server. It developed from a port of Gisle Aas' Perl module
HTML::Form, from the libwww-perl library, but the interface is not the same.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-cmarkgfm-0.4.2-1.lbn25.py37.x86_64
cmarkgfm - Bindings to GitHub's cmark Minimalist bindings to GitHub's fork of
cmark.Installation This package is published as cmarkgfm < and can be installed
with pip or pipenv:: pip install --user cmarkgfm pipenv install cmarkgfmWheels
are provided for macOS, Linux, and Windows for Python 2.7, 3.4, 3.5, and
3.6.Usage High-level usage is really straightforward. To render normal
CommonMark...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-configparser-4.0.2-1.lbn25.noarch
The ancient ConfigParser module available in the standard library 2.x
has seen a major update in Python 3.2. This package is a backport of
those changes so that they can be used directly in Python 2.6 - 3.5.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19