You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-pg8000-1.08-1.lbn19.noarch
pg8000 is a Pure-Python interface to the PostgreSQL database engine. It is one of many PostgreSQL interfaces for the Python programming language. pg8000 is somewhat distinctive in that it is written entirely in Python and does not rely on any external libraries (such as a compiled python module, or PostgreSQL's libpq library). pg8000 supports the standard Python DB-API version 2.0. pg8000's name comes from the belief that it is probably about the 8000th PostgreSQL interface for Python.
RPMPackage python-novaclient-3.3.1-1.lbn19.noarch
This is a client for the OpenStack Nova API. There's a Python API (the novaclient module), and a command-line script (nova). Each implements 100% of the OpenStack Nova API.
RPMPackage python-lbn-4.2.5-13.lbn19.noarch
Last Bastion Network Base Python module
RPMPackage python-kombu-2.5.16-1.lbn19.noarch
AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security. One of the most popular implementations of AMQP is RabbitMQ. The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems.
RPMPackage python-ipaddr-2.1.11-1.lbn19.noarch
python-ipaddr is a library for working with IP addresses, both IPv4 and IPv6. It was developed by Google for internal use, and is now open source.
RPMPackage python-fpconst-0.7.3-11.fc19.noarch
This python module implements constants and functions for working with IEEE754 double-precision special values. It provides constants for Not-a-Number (NaN), Positive Infinity (PosInf), and Negative Infinity (NegInf), as well as functions to test for these values.
RPMPackage python-counter-1.1-3.lbn19.noarch
A drop-in substitute for Py2.7's new collections.Counter that works in Python 2.4-2.6.
RPMPackage python-celery-3.0.15-6.fc19.noarch
An open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on one or more worker nodes using multiprocessing, Eventlet or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems to process millions of tasks a day. Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB and databases (using SQLAlchemy or the Django ORM) is also available.
RPMPackage python-billiard-2.7.3.34-1.fc19.x86_64
This package contains extensions to the multiprocessing Pool.
RPMPackage python-backports-ssl_match_hostname-3.5.0.1-1.lbn19.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 inside comes verbatim from Python 3.2.
RPMPackage python-anyjson-0.3.3-8.lbn19.noarch
Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used.
RPMPackage python-ZSI-2.1-4.fc19.noarch
The Zolera SOAP Infrastructure provides libraries for developing web services using the python programming language. The libraries implement the various protocols used when writing web services including SOAP, WSDL, and other related protocols.
RPMPackage python-ConcurrentLogHandler-0.9.1-1.lbn19.noarch
Overview This module provides an additional log handler for Python's standard logging package (PEP 282). This handler will write log events to log file which is rotated when the log file reaches a certain size. Multiple processes can safely write to the same log file concurrently. Details The ConcurrentRotatingFileHandler class is a drop-in replacement for Python's standard log handler RotatingFileHandler. This module uses file locking so that multiple processes can concurrently log to a single file without dropping or clobbering log events. This module provides a file rotation scheme like with RotatingFileHanler. Extra care is taken to ensure that logs can be safely rotated before the rotation process is started. (This module works around the file rename issue with RotatingFileHandler on Windows, where a rotation failure means that all subsequent log events are dropped). This module attempts to preserve log records at all cost. This means that log files will grow larger than the specified maximum (rotation) size. So if disk space is tight, you may want to stick with RotatingFileHandler, which will strictly adhere to the maximum file size. If you have multiple instances of a script (or multiple scripts) all running at the same time and writing to the same log file, then all of the scripts should be using ConcurrentRotatingFileHandler. You should not attempt to mix and match RotatingFileHandler and ConcurrentRotatingFileHandler. This package bundles portalocker to deal with file locking. Please be aware that portalocker only supports Unix (posix) an NT platforms at this time, and therefore this package only supports those platforms as well.
RPMPackage pysnmp-mibs-0.1.4-1.lbn19.noarch
A collection of IETF & IANA MIBs pre-compiled for PySNMP
RPMPackage pysnmp-apps-0.3.4-1.lbn19.noarch
SNMP command-line tools
RPMPackage pysnmp-4.2.5-1.lbn19.noarch
This is a Python implementation of SNMP v.1/v.2c/v3 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.
RPMPackage pyserial-2.7-5.lbn19.noarch
This module encapsulates the access for the serial port. It provides backends for standard Python running on Windows, Linux, BSD (possibly any POSIX compilant system) and Jython. The module named "serial" automaticaly selects the appropriate backend.
RPMPackage pynetsnmp-twisted-0.30.11-4.lbn19.noarch
The pynetsnmp-twisted package contains the twisted integration for pynetsnmp
RPMPackage pynetsnmp-0.30.11-4.lbn19.noarch
Python ctypes bindings for NET-SNMP with Twisted integration pynetsnmp is a set of Python ctypes binding for NET-SNMP, an implementation of the Simple Network Management Protocol (SNMP). pynetsnmp is a replacement for the various Python bindings provided by PySNMP* implementations. It also implements a glue with the Python Twisted Matrix networking framework which replaces the TwistedSNMP implementation.
RPMPackage protobuf-static-3.0.0-0.1.lbn19.beta2.x86_64
Static libraries for Protocol Buffers