Python-cjson

Python-cjson 1.1.0

JSON stands for JavaScript Object Notation and is a text based lightweight data exchange format which is easy for humans to read/write and for machines to parse/generate. JSON is completely language independent and has multiple implementations in most of...

read more
pymarc

pymarc 2.8.4

It can read, write and modify MARC bibliographic data.It is based on the MARC/Perl suite of modules.What is new in this release:Added utf8_handling parameter to Record and MARCReader constructors and to Record.decode_marc(); accepts 'strict',...

read more
PyTTY

PyTTY 0.4

TTY is a generic term for any computer data terminal or associated serial interface.The module allows to use TTY connections from Python for serial access.What is new in this release:Added baudrate to __str__ and __repr__ output. Added TTY.__repr__ and...

read more
Greenlet

Greenlet 0.2

This is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets".Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels".A "greenlet", on...

read more
SimpleParse

SimpleParse 2.1.1a2

SimpleParse provides a simple and fast parser generator using a modified version of the mxTextTools text-tagging engine.It allows the developer to generate parsers directly from the EBNF grammar.Unlike most parser generators, SimpleParse generates...

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