-
pycairo-1.8.10-4.fc18.armv6hl
Python bindings for the cairo library.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
pycairo-1.8.10-6.fc19.armv6hl
Python bindings for the cairo library.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
pycairo-1.10.0-1.lbn19.x86_64
Python bindings for the cairo library.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
pychef-0.2.1-1.lbn13.noarch
Example
from chef import autoconfigure, Node
api = autoconfigure()
n = Node('web1')
print n['fqdn']
n['myapp']['version'] = '1.0'
n.save()
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
pychef-0.2.1-1.lbn19.noarch
Example
from chef import autoconfigure, Node
api = autoconfigure()
n = Node('web1')
print n['fqdn']
n['myapp']['version'] = '1.0'
n.save()
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
pycouchdb-1.13-1.lbn19.noarch
Modern pure python CouchDB Client.
Currently there are several libraries in python to connect to couchdb. Why one more? It's
very simple. All seems not be maintained, all libraries used standard Python libraries for
http requests, and are not compatible with python3.
Advantages of py-couchdb
* Use requests for http requests (much faster than the standard library)
* Python2 and Python3 compatible with same codebase (with one exception, python view
server that uses 2to3)
* Also compatible with pypy.
Example:
>>> import pycouchdb
>>> server = pycouchdb.Server("http://admin:admin@localhost:5984/")
>>> server.info()['version']
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc25.x86_64
PyCryptopp is a set of Python wrappers for a few
of the best crypto algorithms from the Crypto++ library
(including SHA-256, AES, RSA signatures and Elliptic Curve DSA signatures).
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-3.fc19.x86_64
PyCryptopp is a set of Python wrappers for a few
of the best crypto algorithms from the Crypto++ library
(including SHA-256, AES, RSA signatures and Elliptic Curve DSA signatures).
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
pyDes-2.0.1-1.lbn19.noarch
This algorithm is a pure python implementation of the DES and Triple DES algorithms. Triple DES is either DES-EDE3 with a 24 byte key, or DES-EDE2 with a 16 byte key.
Located in
LBN
/
…
/
Access and Identity Management
/
BastionLinux 19
-
pydot-1.0.2-6.fc12.noarch
An interface for creating both directed and non directed graphs from Python.
Currently all attributes implemented in the Dot language are supported (up
to Graphviz 2.16).
Output can be inlined in Postscript into interactive scientific environments
like TeXmacs, or output in any of the format's supported by the Graphviz
tools dot, neato, twopi.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13