You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-twisted-lore-12.2.0-2.fc19.armv6hl
Twisted is an event-based framework for internet applications. Lore is a complete documentation system based on XHTML and can generate documentation into other formats such as PDF, HTML.
RPMPackage python-twisted-lore-12.2.0-2.fc19.x86_64
Twisted is an event-based framework for internet applications. Lore is a complete documentation system based on XHTML and can generate documentation into other formats such as PDF, HTML.
RPMPackage python-twisted-core-12.2.0-2.lbn19.x86_64
An extensible framework for Python programming, with special focus on event-based network programming and multiprotocol integration. It is expected that one day the project will expanded to the point that the framework will seamlessly integrate with mail, web, DNS, netnews, IRC, RDBMSs, desktop environments, and your toaster. Twisted Core is used by most of the servers, clients and protocols that are part of other Twisted projects.
RPMPackage python-twisted-core-12.2.0-2.fc19.armv6hl
An extensible framework for Python programming, with special focus on event-based network programming and multiprotocol integration. It is expected that one day the project will expanded to the point that the framework will seamlessly integrate with mail, web, DNS, netnews, IRC, RDBMSs, desktop environments, and your toaster. Twisted Core is used by most of the servers, clients and protocols that are part of other Twisted projects.
RPMPackage python-twisted-conch-12.2.0-2.fc19.armv6hl
Twisted is an event-based framework for internet applications. Conch is an SSHv2 implementation written in Python. SSH is a protocol designed to allow remote access to shells and commands, but it is generic enough to allow everything from TCP forwarding to generic filesystem access. Since conch is written in Python, it interfaces well with other Python projects, such as Imagination. Conch also includes a implementations of the telnet and vt102 protocols, as well as support for rudamentary line editing behaviors. A new implementation of Twisted's Manhole application is also included, featuring server-side input history and interactive syntax coloring.
RPMPackage python-twisted-conch-12.2.0-2.fc19.x86_64
Twisted is an event-based framework for internet applications. Conch is an SSHv2 implementation written in Python. SSH is a protocol designed to allow remote access to shells and commands, but it is generic enough to allow everything from TCP forwarding to generic filesystem access. Since conch is written in Python, it interfaces well with other Python projects, such as Imagination. Conch also includes a implementations of the telnet and vt102 protocols, as well as support for rudamentary line editing behaviors. A new implementation of Twisted's Manhole application is also included, featuring server-side input history and interactive syntax coloring.
RPMPackage python-twisted-12.2.0-2.fc19.noarch
Twisted is an event-based framework for internet applications. It includes a web server, a telnet server, a chat server, a news server, a generic client and server for remote object access, and APIs for creating new protocols and services. Twisted supports integration of the Tk, GTK+, Qt or wxPython event loop with its main event loop. The Win32 event loop is also supported, as is basic support for running servers on top of Jython. Installing this package brings all Twisted sub-packages into your system.
RPMPackage python-pyip-0.7-1.lbn19.noarch
 
RPMPackage python-poster-0.8.1-3.lbn19.noarch
The modules in the Python standard library don't provide a way to upload large files via HTTP without having to load the entire file into memory first. poster provides support for both streaming POST requests as well as multipart/form-data encoding of string or file parameters.
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.