You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-effect-0.10.1-1.lbn19.noarch
Effect is a library for helping you write purely functional code by isolating the effects (that is, IO or state manipulation) in your code. Documentation is available at https://effect.readthedocs.org/, and its PyPI page is https://pypi.python.org/pypi/effect. It supports both Python 2.6 and up, and 3.4 and up, as well as PyPy.
RPMPackage python-editor-0.4-5.lbn19.noarch
Programmatically open an editor, capture the result.
RPMPackage python-dulwich-0.9.9-1.lbn19.x86_64
Dulwich is a pure-Python implementation of the Git file formats and protocols. The project is named after the village in which Mr. and Mrs. Git live in the Monty Python sketch.
RPMPackage python-dracclient-0.0.5-1.lbn19.noarch
Library for managing machines with Dell iDRAC cards.
RPMPackage python-dogpile-core-0.4.1-2.fc19.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.fc19.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-dogapi-1.2.1-1.lbn19.noarch
Python bindings to Datadog's API and a user-facing command line tool.
RPMPackage python-docker-py-1.10.3-1.lbn19.noarch
An API client for docker written in Python
RPMPackage python-dns-1.11.1-2.fc19.noarch
dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records.
RPMPackage python-django-threaded-multihost-1.4.0-7.20120717hg80ee24.lbn19.noarch
django-threaded multihost provides support utilities to enable easy multi-site awareness in Django apps.
RPMPackage python-django-storages-1.1.5-1.lbn19.noarch
Support for many storages (S3, MogileFS, etc) in Django.
RPMPackage python-django-south-1.0.2-1.lbn19.noarch
South brings migrations to Django applications. Its main objectives are to provide a simple, stable and database-independent migration layer to prevent all the hassle schema changes over time bring to your Django applications.
RPMPackage python-django-simple-history-1.6.1-1.lbn19.noarch
Store model history and view/revert changes from admin site.
RPMPackage python-django-ses-0.4.1-1.lbn19.noarch
A Django email backend for Amazon's Simple Email Service
RPMPackage python-django-sekizai-0.6.1-1.lbn19.noarch
Django Sekizai
RPMPackage python-django-savanna-0.2-2.fc19.noarch
Savanna plugin for the OpenStack Dashboard.
RPMPackage python-django-sahara-2014.1.0-1.lbn19.noarch
Sahara plugin for the OpenStack Dashboard.
RPMPackage python-django-robots-0.9.1-1.lbn19.noarch
Robots exclusion application for Django, complementing Sitemaps.
RPMPackage python-django-require-1.0.8-1.lbn19.noarch
django-require is a Django staticfiles post-processor for optimizing with RequireJS. Features Optimize your static assets using the excellent r.js optimizer. Compile standalone modules using the almond.js shim. Compatible with any Django staticfiles storage backend.
RPMPackage python-django-ratelimit-backend-1.0-1.lbn19.noarch
Rate-limit your login attempts at the authentication backend level. Login attempts are stored in the cache for 5 minutes and IPs with more than 30 failed login attempts in the last 5 minutes are blocked. The numbers (30 attempts, 5 minutes) as well as the blocking strategy can be customized.