py2exe

py2exe 0.9.2.2

py2exe is able to run without requiring a Python installation.py2exe is used by BitTorrent, SpamBayes, and thousands more...

read more
configs

configs 3.0.2

INI files are usually used by developers to store general application settings.Parsing those files ensures a remote/third-party program can read another software's settings.These settings can then be imported and used somewhere else with ease.The...

Doit

Doit 0.26.0

In doit, unlike other build-tools, a task doesn't define a target file to use the execute command if not up-to-date.This makes doit specially suitable for running a sub-set of test suites.Like most build tools is used to execute tasks defined in a...

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
FFC

FFC 1.4.0

FFC can be used as a form evaluation system for DOLFIN but can also be used to compile forms for other systems as well.FFC works as a compiler for multilinear forms by generating code (C or C++) for the evaluation of a multilinear form given in...

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

Werkzeug

Werkzeug 0.10.4 updated

WSGI stands for Web Server Gateway Interface and defines a simple and universal interface between web servers and web applications or frameworks for the Python programming language. Werkzeug is a collection of various utilities for WSGI applications in...

read more
Pytz

Pytz 2015.4 updated

The pytz module ports the Olson timezone database for the Python environment.This library can be used to compute timezone calculations using Python 2.3 or higher.It supports and solves issues of ambiguous times at the end of daylight savings...

pyficache

pyficache 0.2.4

To use pyficache, just tell it what file to open and what line to go to and retrieve the code from.pyficache will open the file in the background, parse the code (not run it) and fetch the desired line, caching it as well for future references and faster...

read more
3to2

3to2 1.1.1

Python is a widely used programming language which features two main branches: 2.x and 3.x.Each of them uses its own syntax, not really that different between version, but different enough not to run except in its own branch.While a recent survey has...

read more