wxPython

wxPython 3.0.2.0

It allows Python programmers to create programs with a robust, highly functional graphical user interface that can be used on multiple OS platforms.It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross...

read more
xls2db

xls2db 0.0.8

The resulted database file can be opened using Python's sqlite3 module.The outputted database follows a particular schema, which can be customized based on the developer's...

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
mpmath

mpmath 0.19

It provides an extensive set of unlimited exponent sizes, transcendental functions, complex numbers, interval arithmetic, numerical integration and differentiation, root-finding, linear algebra, and much more.Almost any calculation can be performed just...

read more
RPyC

RPyC 3.3.0 updated

RPyC stands for Remote Python Call.RPyC makes use of object-proxying, a technique that employs Python's dynamic nature, to overcome the physical boundaries between processes and computers, so that remote objects can be manipulated as if they were...

read more
PLY

PLY 3.4

It provides most of the standard lex/yacc features including support for error recovery, empty productions, precedence rules, and support for ambiguous grammars.PLY is extremely easy to use and provides very extensive error checking.Features:It's...

extprot

extprot 0.2.4 / 0.3.0a1

extprot lets developers define a way to serialize and send data between different mediums.It is a lesser-used binary serialization protocol, compact, efficient and very extensible, similar to Google's Protocol Buffers and Apache Thrift.extprot comes with...

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
json_diff

json_diff 1.3.3

JSON is a light-weight, language independent, data interchange format. The diff result is outputted to a new JSON file.Allows exclusion of some keys from the comparison, or in other way to include only some...

Kombu

Kombu 3.0.26 updated

AMQP stands for Advanced Message Queuing Protocol.While it's still a niche technology it's also very powerful and slowly but surely seeing a rise in usage for creating real-time communication applications.Kombu provides a wrapper for most AMQP features,...

read more