You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-redis-2.10.5-1.lbn19.noarch
This is a Python 2 interface to the Redis key-value store.
RPMPackage python-rdkit-2014.09.2-1.lbn19.x86_64
Python bindings for RDKit libraries
RPMPackage python-qtconsole-4.1.1-2.lbn19.noarch
Qt-based console for Jupyter with support for rich media output
RPMPackage python-pygments-2.0.2-1.lbn19.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.43.0-3.lbn19.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-pycurl-7.19.0-15.1.fc19.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-pycparser-2.14-5.lbn19.noarch
pycparser is a complete parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code.
RPMPackage python-pyblock-0.53-4.fc19.armv6hl
The pyblock contains Python modules for dealing with block devices.
RPMPackage python-pyblock-0.53-4.fc19.x86_64
The pyblock contains Python modules for dealing with block devices.
RPMPackage python-pwquality-1.2.3-1.fc19.x86_64
This is pwquality Python module that provides Python bindings for the libpwquality library. These bindings can be used for easy password quality checking and generation of random pronounceable passwords from Python applications.
RPMPackage python-pwquality-1.2.1-2.fc19.armv6hl
This is pwquality Python module that provides Python bindings for the libpwquality library. These bindings can be used for easy password quality checking and generation of random pronounceable passwords from Python applications.
RPMPackage python-psycopg2-2.6.1-5.lbn19.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-psycopg2-2.4.5-7.fc19.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-prettytable-0.7.2-7.lbn19.noarch
PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of "sub-tables" by specifying a row range.
RPMPackage python-pip-9.0.1-1.lbn19.noarch
Pip is a replacement for `easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>`_. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well.
RPMPackage python-pillow-tk-3.2.0-1.lbn19.1.x86_64
Tk interface for python-pillow.
RPMPackage python-pillow-qt-3.2.0-1.lbn19.1.x86_64
PIL image wrapper for Qt.
RPMPackage python-pillow-3.2.0-1.lbn19.1.x86_64
Python image processing library, fork of the Python Imaging Library (PIL) This library provides extensive file format support, an efficient internal representation, and powerful image processing capabilities. There are four subpackages: tk (tk interface), qt (PIL image wrapper for Qt), devel (development) and doc (documentation).
RPMPackage python-pexpect-2.5.1-8.fc19.noarch
Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to automate setup scripts for duplicating software package installations on different servers. And it can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect does not require TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module.
RPMPackage python-peak-util-symbols-1.0-9.fc19.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.