-
python2-args-0.1.0-2.lbn25.py37.noarch
Argument Parsing for Humans.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-attrs-21.2.0-1.lbn25.noarch
attrs is an MIT-licensed Python package with class decorators that
ease the chores of implementing the most common attribute-related
object protocols.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-backports-shutil_get_terminal_size-1.0.0-7.lbn25.noarch
A backport of the get_terminal_size function from Python 3.3’s shutil.
Unlike the original version it is written in pure Python rather than C,
so it might be a tiny bit slower.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-backports-shutil_which-3.5.1-7.lbn25.noarch
Backport of shutil.which from Python 3
(https://docs.python.org/3/library/shutil.html#shutil.which).
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
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 25
-
python2-backports-unittest_mock-1.2.1-6.lbn25.py37.noarch
Provides a function “install()” which makes the “mock” module
available as “unittest.mock” on Python 3.2 and earlier.
Also advertises a pytest plugin which configures
unittest.mock automatically.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-backports_abc-0.5-4.lbn25.py37.noarch
A backport of recent additions to the 'collections.abc' module.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-beautifulsoup4-4.9.1-1.lbn25.noarch
Beautiful Soup is a Python HTML/XML parser designed for quick
turnaround projects like screen-scraping. Three features make it
powerful:
Beautiful Soup won't choke if you give it bad markup.
Beautiful Soup provides a few simple methods and Pythonic idioms for
navigating, searching, and modifying a parse tree.
Beautiful Soup automatically converts incoming documents to Unicode
and outgoing documents to UTF-8.
Beautiful Soup parses anything you give it.
Valuable data that was once locked up in poorly-designed websites is
now within your reach. Projects that would have taken hours take only
minutes with Beautiful Soup.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-bottle-0.12.18-1.lbn25.noarch
Bottle is a fast and simple micro-framework for small web-applications.
It offers request dispatching (Routes) with URL parameter support, Templates,
a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and
template engines. All in a single file and with no dependencies other than the
Python Standard Library.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-cachecontrol-0.12.5-1.lbn25.noarch
CacheControl CacheControl is a port of the caching algorithms in httplib2_ for
use with requests_ session object.It was written because httplib2's better
support for caching is often mitigated by its lack of threadsafety. The same is
true of requests in terms of caching.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25