You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pkgversion-macros-1-3.lbn19.noarch
Package containing %python3_pkgversion and %python3_other_pkgversion macros for convenient building subpackages for Python 3 stacks on both Fedora and EPEL.
RPMPackage python3-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 python3-pillow-tk-3.4.2-1.lbn19.x86_64
Tk interface for python-pillow.
RPMPackage python3-pillow-qt-3.4.2-1.lbn19.x86_64
Qt pillow image wrapper.
RPMPackage python3-pillow-doc-3.2.0-1.lbn19.noarch
Documentation for python3-pillow.
RPMPackage python3-pillow-devel-3.4.2-1.lbn19.x86_64
Development files for pillow.
RPMPackage python3-pillow-3.4.2-1.lbn19.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 python3-pep8-1.6.2-4.lbn19.noarch
pep8 is a tool to check your Python code against some of the style conventions in PEP 8. It has a plugin architecture, making new checks easy, and its output is parseable, making it easy to jump to an error location in your editor. This is a version for Python 3.
RPMPackage python3-parsedatetime-2.1-1.lbn19.noarch
parsedatetime is a python module that can parse human-readable date/time strings.
RPMPackage python3-paramiko-2.0.0-1.lbn19.noarch
Paramiko (a combination of the esperanto words for "paranoid" and "friend") is a module for python 2.3 or greater that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. Unlike SSL (aka TLS), the SSH2 protocol does not require heirarchical certificates signed by a powerful central authority. You may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open arbitrary channels to remote services across an encrypted tunnel. (This is how sftp works, for example.) Python 3 version.
RPMPackage python3-ordered-set-2.0.0-3.lbn19.noarch
An OrderedSet is a custom MutableSet that remembers its order, so that every entry has an index that can be looked up. This package contains python3 bindings.
RPMPackage python3-openid-teams-1.1-3.lbn19.noarch
Teams extension implementation for python-openid This package includes the python 3 version of the module.
RPMPackage python3-openid-cla-1.2-1.lbn19.noarch
CLA extension implementation for python-openid This package includes the python 3 version of the module.
RPMPackage python3-openid-3.0.9-3.lbn19.noarch
This started out as a fork of the Python OpenID library, with changes to make it Python 3 compatible. It's now a port of that library, including cleanups and updates to the code in general.
RPMPackage python3-oauthlib-1.0.3-1.lbn19.noarch
OAuthLib is a generic utility which implements the logic of OAuth without assuming a specific HTTP request object or web framework. Use it to graft OAuth client support onto your favorite HTTP library, or provider support onto your favourite web framework. If you're a maintainer of such a library, write a thin veneer on top of OAuthLib and get OAuth support for very little effort.
RPMPackage python3-numpy-f2py-1.11.0-4.lbn19.x86_64
This package includes a version of f2py that works properly with NumPy.
RPMPackage python3-numpy-1.11.0-4.lbn19.x86_64
NumPy is a general-purpose array-processing package designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without sacrificing too much speed for small multi-dimensional arrays. NumPy is built on the Numeric code base and adds features introduced by numarray as well as an extended C-API and the ability to create arrays of arbitrary type. There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation. Also included in this package is a version of f2py that works properly with NumPy.
RPMPackage python3-nose-cover3-0.1.0-12.lbn19.noarch
Coverage 3.x support for Nose.
RPMPackage python3-nose-1.3.7-7.lbn19.noarch
nose extends the test loading and running features of unittest, making it easier to write, find and run tests. By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary (like "test_this" or "functional_test" or "TestClass" but not "libtest"). Test output is similar to that of unittest, but also includes captured stdout output from failing tests, for easy print-style debugging. These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more. This package installs the nose module and nosetests3 program that can discover python3 unittests.
RPMPackage python3-netaddr-0.7.18-7.lbn19.noarch
A pure Python network address representation and manipulation library. netaddr provides a Pythonic way of working with :- - IPv4 and IPv6 addresses and subnets - MAC addresses, OUI and IAB identifiers, IEEE EUI-64 identifiers - arbitrary (non-aligned) IP address ranges and IP address sets - various non-CIDR IP range formats such as nmap and glob-style formats Included are routines for :- - generating, sorting and summarizing IP addresses and networks - performing easy conversions between address notations and formats - detecting, parsing and formatting network address representations - performing set-based operations on groups of IP addresses and subnets - working with arbitrary IP address ranges and formats - accessing OUI and IAB organisational information published by IEEE - accessing IP address and block information published by IANA For details on the latest updates and changes, see :- http://github.com/drkjam/netaddr/blob/rel-0.7.x/CHANGELOG API documentation for the latest release is available here :- http://packages.python.org/netaddr/