You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-facebook-sdk-0.4.0-1.lbn19.noarch
This client library is designed to support the Facebook Graph API and the official Facebook JavaScript SDK, which is the canonical way to implement Facebook authentication. You can read more about the Graph API by accessing its official documentation.
RPMPackage python-extras-1.0.0-1.lbn19.noarch
extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context.
RPMPackage python-eventlet-0.14.0-1.lbn19.noarch
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application. It's easy to get started using Eventlet, and easy to convert existing applications to use it. Start off by looking at the examples, common design patterns, and the list of basic API primitives.
RPMPackage python-enum34-1.0.4-1.lbn19.noarch
An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over. Module Contents --------------- This module defines two enumeration classes that can be used to define unique sets of names and values: ``Enum`` and ``IntEnum``. It also defines one decorator, ``unique``. ``Enum`` Base class for creating enumerated constants. See section `Functional API`_ for an alternate construction syntax. ``IntEnum`` Base class for creating enumerated constants that are also subclasses of ``int``. ``unique`` Enum class decorator that ensures only one name is bound to any one value.
RPMPackage python-eliot-0.8.0-1.lbn19.noarch
Eliot is a Python logging system that outputs causal chains of actions happening within and across process boundaries: a logical trace of the system’s operation. Eliot is released by ClusterHQ under the Apache 2.0 License. Download from PyPI, read the documentation, file bugs at Github. Features: Structured, optionally-typed log messages and actions. Logged actions can span processes and threads. Excellent support for unit testing your code’s logging. Optional Twisted support. Designed for JSON output, usable by Logstash/Elasticsearch. Supports CPython 2.7, 3.3, 3.4 and PyPy.
RPMPackage python-elasticsearch-1.6.0-1.lbn19.noarch
Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. The client’s features include: translating basic Python data types to and from json (datetimes are not decoded for performance reasons) configurable automatic discovery of cluster nodes persistent connections load balancing (with pluggable selection strategy) across all available nodes failed connection penalization (time based - failed connections won’t be retried until a timeout is reached) support for ssl and http authentication thread safety pluggable architecture
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