You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-django-extensions-1.2.5-1.lbn19.noarch
Extensions for Django
RPMPackage python-django-discover-runner-1.0-3.lbn19.noarch
An alternative Django TEST_RUNNER which uses the unittest2 test discovery from a base path specified in the settings, or any other module or package specified to the test management command -- including app tests.
RPMPackage python-django-countries-3.3-1.lbn19.noarch
Provides a country field for Django models.
RPMPackage python-django-cors-headers-0.13-1.lbn19.noarch
django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
RPMPackage python-django-compressor-1.3-1.fc19.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-celery-3.1.16-1.lbn19.noarch
Old django celery integration project.
RPMPackage python-django-babel-underscore-0.1.0-1.lbn19.noarch
Implements a underscore extractor for django-babel.
RPMPackage python-designateclient-2.0.0-1.lbn19.noarch
Client library and command line utility for interacting with Openstack Designate API
RPMPackage python-designate-2.0.0-1.lbn19.noarch
Designate is an OpenStack inspired DNSaaS. This package contains the Designate Python library.
RPMPackage python-defusedxml-0.4.1-1.lbn19.noarch
The results of an attack on a vulnerable XML library can be fairly dramatic. With just a few hundred Bytes of XML data an attacker can occupy several Gigabytes of memory within seconds. An attacker can also keep CPUs busy for a long time with a small to medium size request. Under some circumstances it is even possible to access local files on your server, to circumvent a firewall, or to abuse services to rebound attacks to third parties. The attacks use and abuse less common features of XML and its parsers. The majority of developers are unacquainted with features such as processing instructions and entity expansions that XML inherited from SGML. At best they know about <!DOCTYPE> from experience with HTML but they are not aware that a document type definition (DTD) can generate an HTTP request or load a file from the file system. None of the issues is new. They have been known for a long time. Billion laughs was first reported in 2003. Nevertheless some XML libraries and applications are still vulnerable and even heavy users of XML are surprised by these features. It’s hard to say whom to blame for the situation. It’s too short sighted to shift all blame on XML parsers and XML libraries for using insecure default settings. After all they properly implement XML specifications. Application developers must not rely that a library is always configured for security and potential harmful data by default.
RPMPackage python-debtcollector-0.3.0-3.lbn19.noarch
It is a collection of functions/decorators which is used to signal a user when * a method (static method, class method, or regular instance method) or a class or function is going to be removed at some point in the future. * to move a instance method/property/class from an existing one to a new one * a keyword is renamed * further customizing the emitted messages
RPMPackage python-dealer-2.0.4-1.lbn19.noarch
Dealer -- SCM (Git, Mercurial) watcher
RPMPackage python-daemon-1.6-4.fc19.noarch
This library implements the well-behaved daemon specification of PEP 3143, "Standard daemon process library".
RPMPackage python-croniter-0.3.4-2.fc19.noarch
Croniter provides iteration for datetime object with cron like format.
RPMPackage python-cpiofile-0.003-1.lbn19.noarch
Cpiofile is a pure python implementation of a library which reads and writes unix style "cpio" archives.
RPMPackage python-contextlib2-0.4.0-4.lbn19.noarch
contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version.
RPMPackage python-configshell-1.1.fb9-1.fc19.noarch
A framework to implement simple but nice configuration-oriented command-line interfaces.
RPMPackage python-coding-0.002-1.lbn19.noarch
Welcome to the Coding class. The Coding class is one answer to the question of python enums.
RPMPackage python-cmd2-0.6.7-5.lbn19.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) Usable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd. See docs at http://packages.python.org/cmd2/
RPMPackage python-cloudservers-1.2-2.lbn19.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.