You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-sexy-0.1.9-16.fc18.armv6hl
sexy-python is a set of Python bindings around libsexy.
RPMPackage python-sexy-0.1.9-10.fc13.x86_64
sexy-python is a set of Python bindings around libsexy.
RPMPackage python-setuptools-0.6.36-1.lbn13.noarch
Setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. This package contains the runtime components of setuptools, necessary to execute the software that requires pkg_resources.py. This package contains the distribute fork of setuptools.
RPMPackage python-ruledispatch-0.5a1-0.22.svnr2618.fc18.armv6hl
Rule-based Dispatching and Generic Functions.
RPMPackage python-ruledispatch-0.5a1-0.17.svnr2506.fc13.x86_64
Rule-based Dispatching and Generic Functions.
RPMPackage python-reportlab-docs-2.5-5.fc18.armv6hl
Contains the documentation for ReportLab.
RPMPackage python-reportlab-docs-2.3-2.fc13.x86_64
Contains the documentation for ReportLab.
RPMPackage python-reportlab-2.5-5.fc18.armv6hl
Python PDF generation library.
RPMPackage python-reportlab-2.3-2.fc13.x86_64
Python PDF generation library.
RPMPackage python-pygments-1.3.1-7.fc13.noarch
Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details that increase highlighting quality * support for new languages and formats are added easily; most languages use a simple regex-based lexing mechanism * a number of output formats is available, among them HTML, RTF, LaTeX and ANSI sequences * it is usable as a command-line tool and as a library * ... and it highlights even Brainf*ck!
RPMPackage python-pycurl-7.19.0-12.fc18.armv6hl
PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of features.
RPMPackage python-pycurl-7.19.0-4.fc12.x86_64
PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of features.
RPMPackage python-pyblock-0.53-3.fc18.armv6hl
The pyblock contains Python modules for dealing with block devices.
RPMPackage python-pyblock-0.47-1.fc13.x86_64
The pyblock contains Python modules for dealing with block devices.
RPMPackage python-psycopg2-2.4.5-6.fc18.armv6hl
Psycopg is the most popular PostgreSQL adapter for the Python programming language. At its core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.
RPMPackage python-psycopg2-2.4.5-1.lbn13.x86_64
Psycopg is the most popular PostgreSQL adapter for the Python programming language. At its core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.
RPMPackage python-protocols-1.0-0.16.a0dev_r2302.fc18.armv6hl
PyProtocols is an implementation of PEP 246 allowing Python programmers to define Interfaces and adapters between them, thereby reducing or eliminating fragile 'isinstance' if type() comparisons.
RPMPackage python-protocols-1.0-0.12.a0dev_r2302.fc12.x86_64
PyProtocols is an implementation of PEP 246 allowing Python programmers to define Interfaces and adapters between them, thereby reducing or eliminating fragile 'isinstance' if type() comparisons.
RPMPackage python-prioritized-methods-0.2.1-5.fc12.noarch
This module provides four decorators: `prioritized_when`, `prioritized_around`, `prioritized_before`, and `prioritized_after`. These behave like their `peak.rules` counterparts except that they accept an optional `prio` argument which can be used to provide a comparable object (usually an integer) that will be used to disambiguate situations in which more than rule applies to the given arguments and no rule is more specific than another. That is, situations in which an `peak.rules.AmbiguousMethods` would have been raised. This is useful for libraries which want to be extensible via generic functions but want their users to easily override a method without figuring out how to write a more specific rule or when it is not feasible.
RPMPackage python-peak-util-symbols-1.0-4.fc12.noarch
SymbolType gives you access to the peak.util.symbols module, previously available only by installing the full PEAK toolkit. peak.util.symbols provides a Symbol type and two built-in symbols that are used by PEAK: NOT_FOUND and NOT_GIVEN.