You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-amqp-1.0.6-1.lbn13.noarch
This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure python alternative when librabbitmq is not available. This library should be API compatible with librabbitmq. Differences from amqplib * Supports draining events from multiple channels (Connection.drain_events) * Support for timeouts * Channels are restored after channel error, instead of having to close the connection. * Support for heartbeats o Connection.heartbeat_tick(rate=2) must called at regular intervals (half of the heartbeat value if rate is 2). o Or some other scheme by using Connection.send_heartbeat. * Supports RabbitMQ extensions: o Consumer Cancel Notifications + by default a cancel results in ChannelError being raised + but not if a on_cancel callback is passed to basic_consume. o Publisher confirms + Channel.confirm_select() enables publisher confirms. + Channel.events['basic_ack'].append(my_callback) adds a callback to be called when a message is confirmed. This callback is then called with the signature (delivery_tag, multiple). o Exchange-to-exchange bindings: exchange_bind / exchange_unbind. + Channel.confirm_select() enables publisher confirms. + Channel.events['basic_ack'].append(my_callback) adds a callback to be called when a message is confirmed. This callback is then called with the signature (delivery_tag, multiple). * Support for basic_return * Uses AMQP 0-9-1 instead of 0-8. o Channel.access_request and ticket arguments to methods removed. o Supports the arguments argument to basic_consume. o internal argument to exchange_declare removed. o auto_delete argument to exchange_declare deprecated o insist argument to Connection removed. o Channel.alerts has been removed. o Support for Channel.basic_recover_async. o Channel.basic_recover deprecated. * Exceptions renamed to have idiomatic names: o AMQPException -> AMQPError o AMQPConnectionException -> ConnectionError`` o AMQPChannelException -> ChannelError`` o Connection.known_hosts removed. o Connection no longer supports redirects. o exchange argument to queue_bind can now be empty to use the "default exchange". * Adds Connection.is_alive that tries to detect whether the connection can still be used. * Adds Connection.connection_errors and .channel_errors, a list of recoverable errors. * Exposes the underlying socket as Connection.sock. * Adds Channel.no_ack_consumers to keep track of consumer tags that set the no_ack flag. * Slightly better at error recovery
RPMPackage python-alembic-0.5.0-1.lbn13.noarch
Alembic is a new database migrations tool, written by the author of `SQLAlchemy <http://www.sqlalchemy.org>`_. A migrations tool offers the following functionality: * Can emit ALTER statements to a database in order to change the structure of tables and other constructs * Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. * Allows the scripts to execute in some sequential manner.
RPMPackage python-ZooKeeper-3.4.5-12.lbn13.x86_64
ZooKeeper python binding library
RPMPackage python-Werkzeug-0.8.3-1.lbn13.noarch
Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.). Details and example applications are available on the Werkzeug website <http://werkzeug.pocoo.org/>.
RPMPackage python-WebTest-2.0.5-1.lbn13.noarch
Helper to test WSGI applications
RPMPackage python-IPy-0.70-1.fc13.noarch
IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks in a fashion similar to perl's Net::IP and friends. The IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 Addresses and Networks.
RPMPackage pysendfile-2.0.0-4.fc18.armv6hl
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).
RPMPackage pysendfile-2.0.0-3.lbn13.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).
RPMPackage 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()
RPMPackage puppet-server-3.1.1-3.lbn13.noarch
Provides the central puppet server daemon which provides manifests to clients. The server can also function as a certificate authority and file server.
RPMPackage puppet-dashboard-1.2.23-2.lbn13.noarch
Puppet Dashboard is a systems management web application for managing Puppet installations and is written using the Ruby on Rails framework.
RPMPackage plague-utils-0.4.5.7-7.20100505cvs.fc13.noarch
This package includes user utilities for the Plague build system, including the interface to the build server.
RPMPackage plague-common-0.4.5.7-7.20100505cvs.fc13.noarch
This package includes the common Python module that all Plague services require.
RPMPackage plague-builder-0.4.5.7-7.20100505cvs.fc13.noarch
The Plague builder does the actual RPM package building on slave machines.
RPMPackage plague-0.4.5.7-7.20100505cvs.fc13.noarch
The Plague build system is a client/server distributed build system for building RPM packages. This package provides the plague server.
RPMPackage pigz-2.2.4-1.fc18.armv6hl
pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data.
RPMPackage pigz-2.1.6-1.fc13.x86_64
pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data.
RPMPackage perl-hivex-1.3.7-1.fc18.armv6hl
perl-hivex contains Perl bindings for hivex.
RPMPackage perl-hivex-1.2.2-1.lbn13.x86_64
perl-hivex contains Perl bindings for hivex.
RPMPackage perl-VM-EC2-1.19-2.lbn13.noarch
The module provides an extensible object-oriented interface as illustrated by the following code: my $ec2 = VM::EC2->new(-access_key => 'access key id', -secret_key => 'aws_secret_key', -endpoint => 'http://ec2.amazonaws.com'); my $image = $ec2->describe_images('ami-12345'); my $architecture = $image->architecture; my $description = $image->description; my @devices = $image->blockDeviceMapping; for my $d (@devices) { print $d->deviceName,"\n"; print $d->snapshotId,"\n"; print $d->volumeSize,"\n"; }