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...

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
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
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
XlsxWriter

XlsxWriter 0.7.3 updated

XlsxWriter is still in its infancy as a module, but supports basic XLSX creation features.This includes cell formatting, cell notation, multiple worksheets manipulation, formulas, dates, numbers and text writing.All outputted spreadsheets are compatible...

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...

phonenumbers

phonenumbers 7.0.7 updated

This is actually a port of Google's libphonenumber Java, C++ and JS library.As the original, the phonenumbers library can parse, format, store and validate both national and international telephone number formats.It also works practically the same,...

read more
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
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
Naked

Naked 0.1.31

Naked was created to allow developers to build Python applications that can be controlled and interacted with via the user's terminal.The framework comes with a command-line parser that listens to specific controls and maps them to a desired action or...

read more