filelike

filelike 0.4.1

The "filelike" module allows Python developers to create Python objects (dicts) that can be interacted with as they were files.This means they can be read, written, merged, sliced, searched, encrypted, decompressed, translated, and iterated...

read more
extprot

extprot 0.2.4 / 0.3.0a1

extprot lets developers define a way to serialize and send data between different mediums.It is a lesser-used binary serialization protocol, compact, efficient and very extensible, similar to Google's Protocol Buffers and Apache Thrift.extprot comes with...

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

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