You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-cliff-tablib-1.1-6.lbn19.noarch
cliff-tablib is a set of formatter extensions for producing JSON, YAML, and HTML output in programs created with the cliff framework.
RPMPackage python-cliff-1.7.0-1.lbn19.noarch
cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions. Documentation for cliff is hosted on readthedocs.org at http://readthedocs.org/docs/cliff/en/latest/
RPMPackage python-click-3.3-1.lbn19.noarch
Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API. Click in three points: - arbitrary nesting of commands - automatic help page generation - supports lazy loading of subcommands at runtime
RPMPackage python-cinderclient-1.1.1-1.lbn19.noarch
Client library (cinderclient python module) and command line utility (cinder) for interacting with OpenStack Cinder (Block Storage) API.
RPMPackage python-cinder-2015.1.0-3.lbn19.noarch
OpenStack Volume (codename Cinder) provides services to manage and access block storage volumes for use by Virtual Machine instances. This package contains the cinder Python library.
RPMPackage python-cinder-2015.1.0-3.lbn19.noarch
OpenStack Volume (codename Cinder) provides services to manage and access block storage volumes for use by Virtual Machine instances. This package contains the cinder Python library.
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%.