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
PySimpleSOAP

PySimpleSOAP 1.08.8

The client is standards compliant with many Java technologies.Features:Simple: less than 200LOC client/server concrete implementation Flexible: adapted to several SOAP dialects (Java Axis, .Net, JBoss) Pythonic: no artifacts, no class generation, no...

read more
json_tools

json_tools 0.4.0

It enhances Ptyhon's default features for working with JSON data.Features:Diff tool Pretty print JSON Pretty print JSON in the CLI JSON paths manipulation utilities Split JSON data Patch JSON...

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

Whoosh

Whoosh 2.7.0

Mixing any programming language with another programming language is regarded by any developer around as a "no no."Unless your working for someone in Silicon Valley and, or benefit from a team of developers to back you up, it is widely regarded as a good...

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

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
rss2jira

rss2jira 0.1.22

rss2jira works with already existing RSS feeds and with real-time updates to designated feeds.To avoid duplicates, already existing RSS entries and JIRA issues are ignored.The keywords it follows are all customizable and can be set via the rss2jira.conf...

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
demjson

demjson 2.2.2

JSON is a subset of ECMAScript (JavaScript) for encoding primitive data types (numbers, strings, booleans, lists, and associative arrays) in a language-neutral simple text-based syntax, described by the RFC 4627 standard.This module provides classes and...

read more