You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-imaging-sane-2.4.0-1.lbn13.armv6hl
This package contains the sane module for Python which provides access to various raster scanning devices such as flatbed scanners and digital cameras.
RPMPackage python-imaging-1.1.7-7.fc18.armv6hl
Python Imaging Library The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and powerful image processing capabilities. Notice that in order to reduce the package dependencies there are three subpackages: devel (for development); tk (to interact with the tk interface) and sane (scanning devices interface).
RPMPackage python-imaging-1.1.6-17.fc12.x86_64
Python Imaging Library The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and powerful image processing capabilities. Notice that in order to reduce the package dependencies there are three subpackages: devel (for development); tk (to interact with the tk interface) and sane (scanning devices interface).
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-gunicorn-0.17.4-1.lbn13.noarch
Gunicorn ("Green Unicorn") is a Python WSGI HTTP server for UNIX. It uses the pre-fork worker model, ported from Ruby's Unicorn project. It supports WSGI, Django, and Paster applications.
RPMPackage python-greenlet-0.3.4-2.lbn13.armv6hl
Lightweight in-process concurrent programming
RPMPackage python-gpod-0.8.2-1.lbn13.x86_64
A python module to access iPod content. This module provides bindings to the libgpod library.
RPMPackage python-gflags-1.5.1-4.lbn13.noarch
This project is the python equivalent of google-gflags, a Google commandline flag implementation for C++. It is intended to be used in situations where a project wants to mimic the command-line flag handling of a C++ app that uses google-gflags, or for a Python app that, via swig or some other means, is linked with a C++ app that uses google-gflags. The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.)
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-genshi-0.6-4.fc17.arm.armv6hl
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid.
RPMPackage python-genshi-0.5.1-7.fc12.x86_64
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid.
RPMPackage python-foursquare-20130707-1.lbn13.noarch
easy-as-pie foursquare wrapper library
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-feedparser-5.0.1-1.lbn13.noarch
Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, Atom 1.0, and CDF feeds. It also parses several popular extension modules, including Dublin Core and Apple's iTunes extensions.
RPMPackage python-fedora-0.3.20-1.fc13.noarch
Python modules that help with building Fedora Services. This includes a JSON based auth provider for authenticating against FAS2 over the network and a client that handles communication with the servers. The client module can be used to build programs that communicate with Fedora Infrastructure's TurboGears Applications such as Bodhi, PackageDB, MirrorManager, and FAS2.
RPMPackage python-ethtool-0.7-4.fc18.armv6hl
Python bindings for the ethtool kernel interface, that allows querying and changing of Ethernet card settings, such as speed, port, auto-negotiation, and PCI locations.
RPMPackage python-ethtool-0.3-5.fc12.x86_64
Python bindings for the ethtool kernel interface, that allows querying and changing of ethernet card settings, such as speed, port, autonegotiation, and PCI locations.
RPMPackage python-elixir-0.7.1-3.fc13.noarch
Elixir is a declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which provides the ability to define model objects following the Active Record design pattern, and using a DSL syntax similar to that of the Ruby on Rails ActiveRecord system. Elixir does not intend to replace SQLAlchemy's core features, but instead focuses on providing a simpler syntax for defining model objects when you do not need the full expressiveness of SQLAlchemy's manual mapper definitions.
RPMPackage python-docutils-0.9.1-1.lbn13.noarch
The Docutils project specifies a plaintext markup language, reStructuredText, which is easy to read and quick to write. The project includes a python library to parse rST files and transform them into other useful formats such as HTML, XML, and TeX as well as commandline tools that give the enduser access to this functionality. Currently, the library supports parsing rST that is in standalone files and PEPs (Python Enhancement Proposals). Work is underway to parse rST from Python inline documentation modules and packages.
RPMPackage python-django-south-0.8.4-1.lbn13.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.