Couchquery

Couchquery 0.10.1

The purpose of couchquery is to provide a simple, dynamic and flexible interface for creating, updating, managing and deleting documents and working with...

read more
WeasyPrint

WeasyPrint 0.22

WeasyPrint uses a collection of open-sourced technologies to parse a page, render its HTML content, style it with CSS and then output the final result as a downloadable PDF file.Additionally, WeasyPrint can also output the page as a pixel-perfect PNG file...

read more
listparser

listparser 0.18

Subscription lists are feed inventories or reading lists. In their core, they are a collection of links.listparser is to parse those lists and extract needed information.The package works with Python 2.4+, Jython 2.5.1+ and IronPython...

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

Zopfli is a data compression algorithm developed by Google for better file archiving.The module allows developers to use this algorithm from their Python-based apps and websiteswithout having to deal with C code...

read more
pycparser

pycparser 2.13 updated

It's a tool for using inside other applications that need to scrape C source code. It parses C code into an AST and serves it as a front-end for C compilers or analysis tools.It is written in pure Python using the PLY parsing library.What is new in this...

Designed to work as a Trac plugin, trac-github moves Git-powered, Trac-administrated projects to a designated GitHub account.trac-github can optionally replace the Trac code browser with GitHub's interface.Features:cursor-pointer" onclick="spovl3hide();">...

read more
Instant

Instant 1.3.0

Instant is a mix between features previously found in other tools like Distutils and SWIG.What is new in this release:This release contains an improvement for file locking 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
Django Frontend

Django Frontend 1.6.1 updated

Django Frontend can be used in quickly setting up the frontend interface of a Django project. It's nothing more than a collection of scripts, making sure the developer has a default interface in place for his Django app or website. Django Frontend is...