-
python-rtslib-2.1.fb40-2.fc19.noarch
API for generic Linux SCSI kernel target.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-ryu-3.26-1.lbn19.noarch
Ryu provides software components with well defined API that make it easy for developers to create new
network management and control applications.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-sahara-4.0.1-1.lbn19.noarch
Sahara provides the ability to elastically manage Apache Hadoop clusters on
OpenStack. This package contains the Sahara Python library.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-saharaclient-0.7.0-1.lbn19.noarch
Python client library for interacting with OpenStack Sahara API.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-saml-2.1.3-1.lbn19.noarch
Onelogin Python Toolkit. Add SAML support to your Python software using this library
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-scss-1.3.4-1.lbn19.x86_64
A Scss compiler for Python
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-semantic_version-2.4.2-1.lbn19.noarch
This small python library provides a few tools to handle semantic versioning
in Python
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-semver-2.0.1-1.lbn19.noarch
Simple module for comparing versions as noted at semver.org.
This module provides just couple of functions, main of which are:
>>> import semver
>>> semver.compare("1.0.0", "2.0.0")
1
>>> semver.compare("2.0.0", "1.0.0")
-1
>>> semver.compare("2.0.0", "2.0.0")
0
>>> semver.match("2.0.0", ">=1.0.0")
True
>>> semver.match("1.0.0", ">1.0.0")
False
Located in
LBN
/
…
/
Cloud Computing
/
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
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-sh-1.09-1.lbn19.noarch
sh (previously [pbs](http://pypi.python.org/pypi/pbs)) is a full-fledged subprocess replacement for Python 2.6 - 3.2 that allows you to call any program as if it were a function:
`python from sh import ifconfig
print ifconfig("eth0") `
sh is not a collection of system commands implemented in Python.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19