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