You are here: Home

Modified items

All recently modified items, latest first.
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.)
RPMPackage python-django-compressor-1.3-1.lbn13.noarch
Django Compressor combines and compresses linked and inline Javascript or CSS in a Django templates into cacheable static files by using the ``compress`` template tag. HTML in between ``{% compress js/css %}`` and ``{% endcompress %}`` is parsed and searched for CSS or JS. These styles and scripts are subsequently processed with optional, configurable compilers and filters.
RPMPackage python-django-appconf-0.6-1.lbn13.noarch
A helper class for handling configuration defaults of packaged Django apps gracefully.
RPMPackage python-decorator-3.4.0-1.lbn13.noarch
The aim of the decorator module is to simplify the usage of decorators for the average programmer, and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc. The core of this module is a decorator factory called decorator.
RPMPackage python-cssmin-0.1.4-2.lbn13.noarch
A Python port of the YUI CSS compression algorithm.
RPMPackage python-cpiofile-0.003-1.lbn13.noarch
Cpiofile is a pure python implementation of a library which reads and writes unix style "cpio" archives.
RPMPackage python-coding-0.002-1.lbn13.noarch
Welcome to the Coding class. The Coding class is one answer to the question of python enums.
RPMPackage python-cmd2-0.6.5.1-1.lbn13.noarch
Enhancements for standard library's cmd module. Drop-in replacement adds several features for command-prompt tools: * Searchable command history (commands: "hi", "li", "run") * Load commands from file, save to file, edit commands in file * Multi-line commands * Case-insensitive commands * Special-character shortcut commands (beyond cmd's "@" and "!") * Settable environment parameters * Parsing commands with flags * > (filename), >> (filename) redirect output to file * < (filename) gets input from file * bare >, >>, < redirect to/from paste buffer * accepts abbreviated commands when unambiguous * `py` enters interactive Python console * test apps against sample session transcript (see example/example.py) Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd.
RPMPackage python-cloudservers-1.2-2.lbn13.noarch
This is a client for Rackspace's Cloud Servers API. There's a Python API (the cloudservers module), and a command-line script (cloudservers). Each implements 100% of the Rackspace API. Command-line API Installing this package gets you a shell command, cloudservers, that you can use to interact with Rackspace. You'll need to provide your Rackspace username and API key. You can do this with the --username and --apikey params, but it's easier to just set them as environment variables: export CLOUD_SERVERS_USERNAME=jacobian export CLOUD_SERVERS_API_KEY=yadayada You'll find complete documentation on the shell by running cloudservers help: usage: cloudservers [--username USERNAME] [--apikey APIKEY] <subcommand> ... Command-line interface to the Cloud Servers API. Positional arguments: <subcommand> backup-schedule Show or edit the backup schedule for a server. backup-schedule-delete Delete the backup schedule for a server. boot Boot a new server. delete Immediately shut down and delete a server. flavor-list Print a list of available 'flavors' (sizes of servers). help Display help about this program or one of its subcommands. image-create Create a new image by taking a snapshot of a running server. image-delete Delete an image. image-list Print a list of available images to boot from. ip-share Share an IP address from the given IP group onto a server. ip-unshare Stop sharing an given address with a server. ipgroup-create Create a new IP group. ipgroup-delete Delete an IP group. ipgroup-list Show IP groups. ipgroup-show Show details about a particular IP group. list List active servers. reboot Reboot a server. rebuild Shutdown, re-image, and re-boot a server. rename Rename a server. resize Resize a server. resize-confirm Confirm a previous resize. resize-revert Revert a previous resize (and return to the previous VM). root-password Change the root password for a server. show Show details about the given server. Optional arguments: --username USERNAME Defaults to env[CLOUD_SERVERS_USERNAME]. --apikey APIKEY Defaults to env[CLOUD_SERVERS_API_KEY]. See "cloudservers help COMMAND" for help on a specific command.
RPMPackage python-cliff-1.3.2-1.lbn13.noarch
Command Line Interface Formulation Framework
RPMPackage python-cinderclient-1.0.7-1.lbn13.noarch
Client library (cinderclient python module) and command line utility (cinder) for interacting with OpenStack Cinder (Block Storage) API.
RPMPackage python-cinder-2013.2-1.lbn13.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.lbn13.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-1.lbn13.noarch
This package may or may not become a dependency of Requests. Mozilla's CA bundle for SSL is MPL / GPL licensed. This will allow for that.