You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-cherrypy-3.2.2-1.lbn19.noarch
CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.
RPMPackage python-certifi-0.0.8-3.fc18.noarch
This package contains Mozilla's CA bundle for SSL.
RPMPackage python-celery-3.1.13-1.lbn19.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-ceilometermiddleware-0.4.0-1.lbn19.noarch
This library provides middleware modules designed to enable metric and event data generation to be consumed by Ceilometer.
RPMPackage python-ceilometerclient-1.0.12-1.lbn19.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).
RPMPackage python-ceilometer-2015.1.0-7.lbn19.noarch
OpenStack ceilometer provides services to measure and collect metrics from OpenStack components. This package contains the ceilometer python library.
RPMPackage python-ceilometer-2015.1.0-7.lbn19.noarch
OpenStack ceilometer provides services to measure and collect metrics from OpenStack components. This package contains the ceilometer python library.
RPMPackage python-cachetools-1.1.5-4.lbn19.noarch
This module provides various memoizing collections and decorators, including a variant of the Python 3 Standard Library @lru_cache function decorator. This module provides multiple cache implementations based on different cache algorithms, as well as decorators for easily memoizing function and method calls.
RPMPackage python-bson-2.5.2-1.fc19.x86_64
BSON is a binary-encoded serialization of JSON-like documents. BSON is designed to be lightweight, traversable, and efficient. BSON, like JSON, supports the embedding of objects and arrays within other objects and arrays.
RPMPackage python-boto-2.42.0-1.lbn19.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.
RPMPackage python-blinker-1.3-1.lbn19.noarch
Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".
RPMPackage python-blessed-1.9.5-1.lbn19.noarch
Blessed is a more simplified wrapper around curses, providing : Styles, color, and maybe a little positioning without necessarily clearing the whole screen first. Leave more than one screenful of scrollback in the buffer after your program exits, like a well-behaved command-line application should. No more C-like calls to tigetstr and tparm. Act intelligently when somebody redirects your output to a file, omitting all of the terminal sequences such as styling, colors, or positioning. Dead-simple keyboard handling, modeled after the Basic language’s INKEY$ Blessed provides just one top-level object: Terminal. Instantiating a Terminal figures out whether you’re on a terminal at all and, if so, does any necessary setup. After that, you can proceed to ask it all sorts of things about the terminal, such as its size and color support, and use its styling to construct strings containing color and styling. Also, the special sequences inserted with application keys (arrow and function keys) are understood and decoded, as well as your locale-specific encoded multibyte input.
RPMPackage python-bleach-1.4.1-1.lbn19.noarch
Bleach is an HTML sanitizing library that escapes or strips markup and attributes based on a white list. Bleach can also linkify text safely, applying filters that Django’s urlize filter cannot, and optionally setting rel attributes, even on links already in the text. Bleach is intended for sanitizing text from untrusted sources. If you find yourself jumping through hoops to allow your site administrators to do lots of things, you’re probably outside the use cases. Either trust those users, or don’t. Because it relies on html5lib, Bleach is as good as modern browsers at dealing with weird, quirky HTML fragments. And any of Bleach’s methods will fix unbalanced or mis-nested tags.
RPMPackage python-bitmath-1.2.3-3.lbn19.noarch
bitmath simplifies many facets of interacting with file sizes in various units. Examples include: converting between SI and NIST prefix units (GiB to kB), converting between units of the same type (SI to SI, or NIST to NIST), basic arithmetic operations (subtracting 42KiB from 50GiB), and rich comparison operations (1024 Bytes == 1KiB), bitwise operations, sorting, automatic best human-readable prefix selection, and completely customizable formatting. In addition to the conversion and math operations, bitmath provides human readable representations of values which are suitable for use in interactive shells as well as larger scripts and applications. bitmath can parse strings into proper objects and has support for integration with argparse as a custom argument type. bitmath is thoroughly unittested, with over 170 individual tests (a number which is always increasing). bitmaths test-coverage is almost always at 100%.
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