You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-keystone-2013.2-1.lbn13.noarch
Keystone is a Python implementation of the OpenStack (http://www.openstack.org) identity service API. This package contains the Keystone Python library.
RPMPackage python-keyring-1.2.2-1.lbn13.noarch
Store and access your passwords safely.
RPMPackage python-jsonschema-1.3.0-1.lbn13.noarch
jsonschema is an implementation of JSON Schema <http://json-schema.org> for Python (supporting 2.6+ including Python 3)
RPMPackage python-jsonpointer-1.0-1.lbn13.noarch
ython-json-pointer: Resolve JSON Pointers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Library to resolve JSON Pointers according to http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-04
RPMPackage python-jsonpatch-1.0-1.lbn13.noarch
Apply JSON-Patches (RFC 6902)
RPMPackage python-iso8601-0.1.4-2.fc13.noarch
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
RPMPackage python-imgcreate-18.14-1.fc18.armv6hl
Python modules that can be used for building images for things like live image or appliances.
RPMPackage python-imgcreate-17.17-1.lbn13.x86_64
Python modules that can be used for building images for things like live image or appliances.
RPMPackage python-httplib2-0.7.1-1.lbn13.noarch
A comprehensive HTTP client library that supports many features left out of other HTTP libraries.
RPMPackage python-heatclient-0.2.5-1.lbn13.noarch
This is a client for the OpenStack Heat API. There's a Python API (the heatclient module), and a command-line script (heat). Each implements 100% of the OpenStack Heat API.
RPMPackage python-greenlet-0.3.4-2.lbn13.x86_64
Lightweight in-process concurrent programming
RPMPackage python-greenlet-0.3.4-2.lbn13.armv6hl
Lightweight in-process concurrent programming
RPMPackage python-glanceclient-0.10.0-1.lbn13.noarch
This is a client for the OpenStack Glance API. There's a Python API (the glanceclient module), and a command-line script (glance). Each implements 100% of the OpenStack Glance API.
RPMPackage python-glance-2013.2-1.lbn13.noarch
OpenStack Image Service (code-named Glance) provides discovery, registration, and delivery services for virtual disk images. This package contains the glance Python library.
RPMPackage python-gevent-0.13.8-2.lbn13.x86_64
gevent is a Python networking library that uses greenlet to provide synchronous API on top of libevent event loop. Features include: * Fast event loop based on libevent. * Lightweight execution units based on greenlet. * Familiar API that re-uses concepts from the Python standard library. * Cooperative sockets with ssl support. * DNS queries performed through libevent-dns. * Ability to use standard library and 3rd party modules written for standard blocking sockets * Fast WSGI server based on libevent-http. gevent is inspired by eventlet but features more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent. gevent is written and maintained by Denis Bilenko and is licensed under MIT license.
RPMPackage python-gevent-0.13.8-2.lbn13.armv6hl
gevent is a Python networking library that uses greenlet to provide synchronous API on top of libevent event loop. Features include: * Fast event loop based on libevent. * Lightweight execution units based on greenlet. * Familiar API that re-uses concepts from the Python standard library. * Cooperative sockets with ssl support. * DNS queries performed through libevent-dns. * Ability to use standard library and 3rd party modules written for standard blocking sockets * Fast WSGI server based on libevent-http. gevent is inspired by eventlet but features more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent. gevent is written and maintained by Denis Bilenko and is licensed under MIT license.
RPMPackage python-formencode-1.2.2-2.lbn13.noarch
FormEncode validates and converts nested structures. It allows for a declarative form of defining the validation, and decoupled processes for filling and generating forms.
RPMPackage python-flask-0.9-1.lbn13.noarch
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!
RPMPackage python-enchant-1.3.1-6.fc13.x86_64
PyEnchant is a spellchecking library for Python, based on the Enchant library by Dom Lachowicz.
RPMPackage python-dogpile-core-0.4.1-2.lbn13.noarch
A "dogpile" lock, one which allows a single thread to generate an expensive resource while other threads use the "old" value, until the "new" value is ready. Dogpile is basically the locking code extracted from the Beaker package, for simple and generic usage.