You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage python-dogpile-cache-0.5.0-1.lbn13.noarch
A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. dogpile.cache builds on the `dogpile.core <http://pypi.python.org/pypi/dogpile.core>`_ locking system, which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the `Beaker <http://beaker.groovie.org>`_ caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap.
RPMPackage python-django14-doc-1.4.5-5.lbn13.noarch
This package contains the documentation for the Django high-level Python Web framework.
RPMPackage python-django14-1.4.5-5.lbn13.noarch
Django is a high-level Python Web framework that encourages rapid development and a clean, pragmatic design. It focuses on automating as much as possible and adhering to the DRY (Don't Repeat Yourself) principle.
RPMPackage python-django-savanna-0.3-1.lbn13.noarch
Savanna plugin for the OpenStack Dashboard.
RPMPackage python-django-openstack-auth-1.1.2-1.lbn13.noarch
Django OpenStack Auth is a pluggable Django authentication backend that works with Django's ``contrib.auth`` framework to authenticate a user against OpenStack's Keystone Identity API. The current version is designed to work with the Keystone V2 API.
RPMPackage python-django-horizon-doc-2013.2-1.lbn13.noarch
Documentation for the Django Horizon application for talking with Openstack
RPMPackage python-django-horizon-2013.2-1.lbn13.noarch
Horizon is a Django application for providing Openstack UI components. It allows performing site administrator (viewing account resource usage, configuring users, accounts, quotas, flavors, etc.) and end user operations (start/stop/delete instances, create/restore snapshots, view instance VNC console, etc.)