colormath

colormath 1.0.8

It implements a large number of different color operations and schemes such as color space conversions, CIE Delta E, and density to spectral.The python-colormath is a python module that abstracts common color math operations.For example, converting from...

read more
psdparse

psdparse 1.0

psdparse parses various Adobe Photoshop .PSD meta data. It can optionally extract raster layers and spot/alpha channels to PNG files.Tested from Photoshop 3 up to Photoshop...

read more
PyDocX

PyDocX 0.7.0 updated

PyDocX is a wrapper around the OOXML file format responsible for DOCX.It allows developers to take a Word document and convert it to a Web page with ease.Other exported file formats like Markdown and LaTex will be supported in the future.What is new in...

read more
pycountry

pycountry 1.12 updated

It supports the languages, country, country subdivision, currency and script definitions standards.What is new in this release:Parent-less top-level subdivisions no longer raise a KeyError: None exception on parent attribute lookup. Normalize return value...

read more
Fabric

Fabric 1.10.2 updated

This is a Python library and command-line tool for streamlining and implementing the use of SSH for application deployment or systems administration tasks.It provides a basic suite of operations for executing local or remote shell commands (normally or...

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

OpenPyxl 2.2.5 / 2.3.0-b1 updated

OpenPyxl was ported from the PHPExcel project and is a pure Python reader and writer of Excel OpenXML files.The library will allow server-side generation of standards-compliant Excel files without having to purchase or install a Microsoft Office...

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

OOSheet

OOSheet 1.1

Macros can be created as well.Create the code in Python and then insert the script inside the document to run it as a macro.OOSheet API was inspired by JQuery. It uses selectors in same way that you would use in OpenOffice.org, with cascading method calls...