python-docx

python-docx 0.8.5

The DOCXX format is an Open XML format, used mainly by Microsoft's Office Word suite.python-docx enables Python programmers to generate or manipulate complex DOCX files via a few lines of code.The module can be used for both desktop and Web-based Python...

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

generateDS 2.15a

The data structures are the elements in an XML document described in the XML Schema.It also generates parsers that load an XML document into those data structures. In addition, a separate file containing subclasses (stubs) is optionally generated.The...

read more
dicttoxml

dicttoxml 1.6.6 updated

A Python dict (or dictionary) is an associative array for storing and transferring data between Python operations.The dicttoxml (dict2xml) module provides useful methods for taking a Python dict and converting it into XML strings, for processing...

read more

The module can be used on any OS, being written in pure Python. python-registry currently provides read-only access to Windows Registry files (NTUSER.DAT, userdiff, and SAM).Usage instructions are provided in the package's README...

read more
mincss

mincss 0.8.6

For given CSS and HTML files, mincss parses the CSS file, parses HTML page and reports which of the CSS selectors are actually being used on the page and which not.The developer can then go and eliminate those rules from his CSS stylesheet.Examples and...

read more

The library implements the ISO 3166-1 standard for Python.Includes support for 2-letter country codes, 3-letter country codes and 3-digit country codes.Can be used for detecting country by country code, outputting the code for a given country and...

read more
Logbook

Logbook 0.9.1 updated

The basic interface is similar to the standard library's "logging" module.Features:Logging levels: critical - for errors that lead to termination error - for errors that occur, but are handled warning - for exceptional circumstances that might not be...

read more
Threading2

Threading2 0.3.1

Threading2 was designed to implement primitives using native platform functionality where possible and to expose more sophisticated functionality.It has the ability to alter thread execution priority, and also supports thread groups for parallel code...

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