Mahotas

Mahotas 1.3.0 updated

Mahotas comes packed with algorithms for processing images.They were implemented in C++ for speed and use numpy arrays to operate.The main algorithms are Otsu thresholding and watershed.What is new in this release:Add labeled.bbox function Add...

read more
urllib3

urllib3 1.10.4 updated

The Python community has already created and shared to libraries for working with URLs and HTTP connections.These are urllib and urllib2. While both good at what they do, they actually have nothing in common with each other, and with urllib3...

read more
pyspotify

pyspotify 1.12 / 2.0.0b5 updated

The Python module wraps Spotify's libspotify C library.What is new in this release:Bug fixes: Calling spotify.PlaylistFolder.is_loaded() would cause a double free(), and thus a segfault. What is new in version 1.12 / 2.0.0b4:Bug fixes: Calling...

read more
dicttoxml

dicttoxml 1.6.6 updated

A Python dict (or dictionary) is an associative array for storing and transferring data between Python operations.The dicttoxml (dict2xml) module provides useful methods for taking a Python dict and converting it into XML strings, for processing...

read more
PySimpleSOAP

PySimpleSOAP 1.08.8

The client is standards compliant with many Java technologies.Features:Simple: less than 200LOC client/server concrete implementation Flexible: adapted to several SOAP dialects (Java Axis, .Net, JBoss) Pythonic: no artifacts, no class generation, no...

read more
listparser

listparser 0.18

Subscription lists are feed inventories or reading lists. In their core, they are a collection of links.listparser is to parse those lists and extract needed information.The package works with Python 2.4+, Jython 2.5.1+ and IronPython...

read more
lxml

lxml 3.4.4 updated

lxml combines the speed of those libraries with the simplicity of the Python language.Compatible with all CPython versions from 2.4 to 3.2.What is new in this release:lxml.html.iterlinks now returns links inside meta refresh tags. New XMLParser option...

read more
Enstaller

Enstaller 4.8.4 updated

It is a replacement and backwards compatible with Easy Install, and includes the easy_install command and the setuptools package.It lets users easily manage Python packages on their system. It also adds the package management tool enpkg for installing,...

read more
Logbook

Logbook 0.9.1 updated

The basic interface is similar to the standard library's "logging" module.Features:Logging levels: critical - for errors that lead to termination error - for errors that occur, but are handled warning - for exceptional circumstances that might not be...

read more
PyTables

PyTables 3.2.0

PyTables is built on top of the HDF5 library and the numarray Python package.It holds an OO interface that, combined with C-generated code from Cython increases overall speed.Features:Easy to use Support for the NaturalNaming scheme Easy access to the...

read more