dexml

dexml 0.5.1

dexml adds some simplicity to working with XMLs in Python by providing a quick interface for converting data between the two mediums.It lets developers add simple class definitions, used when needing to describe the desired structure of future XML...

withrestart

withrestart 0.2.7

The 'withrestart' module allows for errors to occur without being fatal to the execution process.This is done via a 'restart' function that allows code execution to start over or continue from its break point.Using something like 'withrestart' in Python...

PyPy.js

PyPy.js 0.3.1 updated

PyPy.js is the PyPy JiT (Just-in-Time) compiler translated to JavaScript using Emscripten. PyPy.js leverages the work put together into creating a better and faster Python compiler via the PyPy project and avoids re-writing and re-making the same mistakes...