You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-billiard-3.3.0.20-1.lbn19.x86_64
This package contains extensions to the multiprocessing Pool.
RPMPackage python-beer-review-0.1.5-1.lbn19.noarch
CLI for managing your JIRA / Gerrit / git workflow.
RPMPackage python-barbicanclient-4.0.0-1.lbn19.noarch
This is a client for the Barbican Key Management API. There is a Python library for accessing the API (barbicanclient module), and a command-line script (barbican).
RPMPackage python-barbican-2.0.0-1.lbn19.noarch
This package contains the barbican python library. It is required by both the API(openstack-barbican) and worker(openstack-barbican-worker) packages.
RPMPackage python-backports-ssl_match_hostname-3.2-0.3.a3.fc19.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-azure-0.10.0-1.lbn19.noarch
This project provides a set of Python packages that make it easy to access the Microsoft Azure components such as ServiceManagement, Storage, and ServiceBus. The SDK supports Python 2.7, 3.3, 3.4. Features Tables create and delete tables create, query, insert, update, merge, and delete entities Blobs create, list, and delete containers, work with container metadata and permissions, list blobs in container create block and page blobs (from a stream, a file, or a string), work with blob blocks and pages, delete blobs work with blob properties, metadata, leases, snapshot a blob Storage Queues create, list, and delete queues, and work with queue metadata create, get, peek, update, delete messages Service Bus Queues: create, list and delete queues; create, list, and delete subscriptions; send, receive, unlock and delete messages Topics: create, list, and delete topics; create, list, and delete rules Service Management storage accounts: create, update, delete, list, regenerate keys affinity groups: create, update, delete, list, get properties locations: list hosted services: create, update, delete, list, get properties deployment: create, get, delete, swap, change configuration, update status, upgrade, rollback role instance: reboot, reimage discover addresses and ports for the endpoints of other role instances in your service get configuration settings and access local resources get role instance information for current role and other role instances query and set the status of the current role
RPMPackage python-automaton-1.2.0-1.lbn19.noarch
Friendly state machines for python.
RPMPackage python-async-0.6.1-6.fc19.x86_64
Async aims to make writing asyncronous processing easier. It provides a task-graph with interdependent tasks that communicate using blocking channels, allowing to delay actual computations until items are requested. Tasks will automatically be distributed among 0 or more threads for the actual computation.
RPMPackage python-apscheduler-3.0.1-1.lbn19.noarch
Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically. You can add new jobs or remove old ones on the fly as you please. If you store your jobs in a database, they will also survive scheduler restarts and maintain their state. When the scheduler is restarted, it will then run all the jobs it should have run while it was offline [1]. Among other things, APScheduler can be used as a cross-platform, application specific replacement to platform specific schedulers, such as the cron daemon or the Windows task scheduler. Please note, however, that APScheduler is not a daemon or service itself, nor does it come with any command line tools. It is primarily meant to be run inside existing applications. That said, APScheduler does provide some building blocks for you to build a scheduler service or to run a dedicated scheduler process. APScheduler has three built-in scheduling systems you can use: Cron-style scheduling (with optional start/end times) Interval-based execution (runs jobs on even intervals, with optional start/end times) One-off delayed execution (runs jobs once, on a set date/time) You can mix and match scheduling systems and the backends where the jobs are stored any way you like. Supported backends for storing jobs include: Memory SQLAlchemy (any RDBMS supported by SQLAlchemy works) MongoDB Redis APScheduler also integrates with several common Python frameworks, like: asyncio (PEP 3156) gevent Tornado Twisted Qt (using either PyQt or PySide) [1] The cutoff period for this is also configurable.
RPMPackage python-aodh-1.1.0-2.lbn19.noarch
OpenStack aodh provides API and services for managing alarms. This package contains the aodh python library.
RPMPackage python-anyjson-0.3.3-2.fc18.noarch
Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used.
RPMPackage python-amqp-1.4.9-3.lbn19.noarch
Low-level AMQP client for Python This is a fork of amqplib, maintained by the Celery project. This library should be API compatible with librabbitmq.
RPMPackage python-alembic-0.5.0-1.lbn19.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-XStatic-termjs-0.0.4.2-4.lbn19.noarch
term.js javascript library packaged for setuptools (easy_install) / pip. This package is intended to be used by any project that needs these files.
RPMPackage python-XStatic-smart-table-1.4.5.3-5.lbn19.1.noarch
smart-table javascript library packaged for setuptools (easy_install) / pip. This package is intended to be used by any project that needs these files. It intentionally does not provide any extra code except some metadata nor has any extra requirements.
RPMPackage python-XStatic-jquery-ui-1.10.4.1-1.lbn19.noarch
jquery-ui javascript library packaged for setuptools (easy_install) / pip.
RPMPackage python-XStatic-jQuery-1.10.2.1-1.lbn19.noarch
jQuery javascript library packaged for setuptools (easy_install) / pip. This package is intended to be used by **any** project that needs these files. It intentionally does **not** provide any extra code except some metadata **nor** has any extra requirements. You MAY use some minimal support code from the XStatic base package, if you like.
RPMPackage python-XStatic-Spin-1.2.5.2-2.lbn19.noarch
Spin JavaScript library packaged for setuptools (easy_install) / pip. This package is intended to be used by any project that needs these files. It intentionally does not provide any extra code except some metadata nor has any extra requirements.
RPMPackage python-XStatic-Rickshaw-1.5.0.0-3.lbn19.noarch
Rickshaw JavaScript library packaged for setuptools (easy_install) / pip. This package is intended to be used by any project that needs these files. It intentionally does not provide any extra code except some metadata nor has any extra requirements.
RPMPackage python-XStatic-RequireJS-2.1.15.1-1.lbn19.noarch
RequireJS javascript library packaged for setuptools (easy_install) / pip. This package is intended to be used by any project that needs these files. It intentionally does not provide any extra code except some metadata nor has any extra requirements. You MAY use some minimal support code from the XStatic base package, if you like. You can find more info about the xstatic packaging way in the package XStatic.