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
PDFMiner

PDFMiner 20140328

PDFMiner works by first taking the content of a PDF file and converting it to a more malleable format like HTML.From there, text and data is extracted and analyzed, and based on the predefined rules separated and presented to the user or sent to other...

read more
phonenumbers

phonenumbers 7.0.7 updated

This is actually a port of Google's libphonenumber Java, C++ and JS library.As the original, the phonenumbers library can parse, format, store and validate both national and international telephone number formats.It also works practically the same,...

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

promise

promise 0.2.2

The 'promise' module is an alternative, non-standard way to optimize Python bytecode.It relies on developers creating special 'promises' that tell the Python compiler that certain functions won't be executed.This reduces the number of name lookups during...

read more
psd-tools

psd-tools 1.2

The .PSD extension is used by Adobe Photoshop to store source image files.This library allows developers to extract data from PSD files and use them in Python applications.psd-tools can currently deal with images in 8bit, 16bit and 32bit channels, and...

psdparse

psdparse 1.0

psdparse parses various Adobe Photoshop .PSD meta data. It can optionally extract raster layers and spot/alpha channels to PNG files.Tested from Photoshop 3 up to Photoshop...

read more
py

py 1.4.20

The "py" package contains various libraries for:- file path manipulation- API control- lazy-importing- logging- INI parsing- IO capturing- XML generation- HTML generation- Python code generationWhile you cannot call "py" a framework yet, the package is on...

read more
py-bcrypt

py-bcrypt 0.4

Blowfish is a keyed, symmetric block cipher, created by Bruce Schneier. py-bcrypt utilizes the Blowfish cipher for encrypting password strings inside Python-based applications.What is new in this release:Can also be used as a Key Derivation Function (KDF)...