-
python-requests-2.10.0-1.lbn19.noarch
Most existing Python modules for sending HTTP requests are extremely verbose and
cumbersome. Python’s built-in urllib2 module provides most of the HTTP
capabilities you should need, but the API is thoroughly broken. This library is
designed to make HTTP requests easy for developers.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python-requests-debug-0.2.2-1.lbn19.noarch
Once you install the hook, requests_debug will track all the requests made with requests:
>>> import requests
>>> import requests_debug
>>> from pprint import pprint
>>>
>>> requests_debug.install_hook()
>>> requests.get("http://httpbin.org/get")
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python-requests-dump-0.1.3-2.lbn19.noarch
Provides a hook function to dump HTTP communiation for requests.
You may pass the hook function to a requests’ method function.
>>> import requests
>>> import reqdump
>>> requests.get('http://example.com/', hooks=dict(response=reqdump.dump))
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python-requests-oauthlib-0.4.1-1.lbn19.noarch
This project provides first-class OAuth library support for python-request.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python-rpi.gpio-0.5.2a-3.rpfr18.armv6hl
GPIO access module for the Raspberry Pi SBC, for use
with Python 2.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python-rpm-macros-3-11.lbn19.noarch
This package contains the unversioned Python RPM macros, that most
implementations should rely on.
You should not need to install this package manually as the various
python?-devel packages require it. So install a python-devel package instead.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python-rsa-3.2.3-1.lbn19.noarch
Pure-Python RSA implementation
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python-semantic-version-2.2.0-3.lbn19.noarch
This small python library provides a few tools to handle SemVer
(http://semver.org) in Python. It follows strictly the 2.0.0-rc1 version of the
SemVer scheme.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python-service-identity-14.0.0-4.lbn19.noarch
Service Identity Verification for pyOpenSSL
TL;DR: Use this package if you use pyOpenSSL and don’t want to be MITMed.
service_identity aspires to give you all the tools you need for verifying
whether a certificate is valid for the intended purposes.
In the simplest case, this means host name verification. However,
service_identity implements RFC 6125 fully and plans to add other relevant RFCs
too.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python-shapely-1.2.18-1.fc19.armv6hl
Shapely is a package for creation, manipulation, and analysis
of planar geometry objects – designed especially for developers
of cutting edge geographic information systems. In a nutshell:
Shapely lets you do PostGIS-ish stuff outside the context of a
database using idiomatic Python.
You can use this package with python-matplotlib and numpy.
See README.rst for more information!
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19