-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
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
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-amqplib-1.0.2-3.lbn13.noarch
Client library for AMQP (Advanced Message Queuing Protocol)
Supports the 0-8 AMQP spec, and has been tested with RabbitMQ
and Python's 2.4, 2.5, and 2.6.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-anyjson-0.3.3-1.lbn13.noarch
Anyjson loads whichever is the fastest JSON module installed and
provides a uniform API regardless of which JSON implementation is used.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-babel-0.9.6-8.lbn13.noarch
Babel is composed of two major parts:
* tools to build and work with gettext message catalogs
* a Python interface to the CLDR (Common Locale Data Repository),
providing access to various locale display names, localized number
and date formatting, etc.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-beaker-1.5.3-3.fc13.noarch
Beaker is a caching library that includes Session and Cache objects built on
Myghty's Container API used in MyghtyUtils. WSGI middleware is also included to
manage Session objects and signed cookies.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-boto-2.25.0-2.lbn13.noarch
Boto is a Python package that provides interfaces to Amazon Web Services.
It supports over thirty services, such as S3 (Simple Storage Service),
SQS (Simple Queue Service), and EC2 (Elastic Compute Cloud) via their
REST and Query APIs. The goal of boto is to support the full breadth
and depth of Amazon Web Services. In addition, boto provides support
for other public services such as Google Storage in addition to private
cloud systems like Eucalyptus, OpenStack and Open Nebula.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-ceilometer-2013.2-1.lbn13.noarch
OpenStack ceilometer provides services to measure and
collect metrics from OpenStack components.
This package contains the ceilometer python library.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-ceilometerclient-1.0.6-1.lbn13.noarch
This is a client library for Ceilometer built on the Ceilometer API. It
provides a Python API (the ceilometerclient module) and a command-line tool
(ceilometer).
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-certifi-0.0.8-1.lbn13.noarch
This package may or may not become a dependency of Requests. Mozilla's CA bundle for SSL is MPL / GPL licensed. This will allow for that.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13