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
pycksum

pycksum 0.4.1

The cksum algorithm generates a checksum for a stream of data which can then be used to validate the integrity of the transferred files.Pycksum includes a pure Python implementation of cksum as well as an efficient C extension that will automatically be...

read more
pycoin

pycoin 0.52

The pycoin module was created to help programmers in adding Bitcoin support for their ecommerce applications.The module is actually a collection of Python utilities that provide ready-made, secure methods of handling the Bitcoin crypto-currency.This...

read more
pycountry

pycountry 1.12 updated

It supports the languages, country, country subdivision, currency and script definitions standards.What is new in this release:Parent-less top-level subdivisions no longer raise a KeyError: None exception on parent attribute lookup. Normalize return value...

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

PyDocX

PyDocX 0.7.0 updated

PyDocX is a wrapper around the OOXML file format responsible for DOCX.It allows developers to take a Word document and convert it to a Web page with ease.Other exported file formats like Markdown and LaTex will be supported in the future.What is new in...

read more
pyebook

pyebook 1.11

Currently supports the e-pub file format.The library parses a file, gets it ToC (table of content) and allows the developer to fetch the e-book's content.Requirements:Python 3 or...

read more
PyEnchant

PyEnchant 1.6.6

PyEnchant is a set of utilities that will allow developers to add quick spell-checking support for their Python code, querying a local Enchant installation for proper grammar and spelling information.Spelling corrections and suggestions are also...

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