-
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-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
-
pygraphviz-1.3-1.lbn19.x86_64
PyGraphviz is a Python interface to the Graphviz graph layout and visualization package. With PyGraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. PyGraphviz provides a similar programming interface to NetworkX (http://networkx.github.io).
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
pykickstart-1.99.32-1.lbn19.noarch
The pykickstart package is a python library for manipulating kickstart
files.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
pyrabbit-1.1.0-1.lbn19.noarch
A Pythonic interface to the RabbitMQ Management HTTP API
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
pysendfile-2.0.0-5.fc19.x86_64
sendfile(2) is a system call which provides a "zero-copy" way of copying data
from one file descriptor to another (a socket). The phrase "zero-copy" refers
to the fact that all of the copying of data between the two descriptors is done
entirely by the kernel, with no copying of data into user-space buffers. This is
particularly useful when sending a file over a socket (e.g. FTP).
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
pysnmp-4.2.4-1.fc19.noarch
This is a Python implementation of SNMP v.1/v.2c engine. It's
general functionality is to assemble/disassemble SNMP messages
from/into given SNMP Object IDs along with associated values.
PySNMP also provides a few transport methods specific to TCP/IP
networking.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
pysrt-0.4.7-1.lbn19.noarch
pysrt is mainly designed as a library, but if you are experiencing troubles with bad subtitles you can first try to use ruby-osdb which will try to find the best subtitle for your movie. If you are still unlucky pysrt also provide an srt command useful for either shift, split, or rescale a .srt file.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-BeautifulSoup-3.2.1-7.fc19.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
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-WebOb-1.2.3-3.lbn19.noarch
WebOb provides wrappers around the WSGI request environment, and an object to help
create WSGI responses.
The objects map much of the specified behavior of HTTP, including header parsing and
accessors for other standard parts of the environment.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19