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

ISBNid 0.4.0

ISBNid allows developers to easily work with ISBN (International Standard Book Number) codes without having to read the entire standard and then create a special validator for these kind of IDs.The library comes with built-in functions that allow...

jprops

jprops 1.0

The script will parse a Java-based properties file and output the content to a Python object (dict).Can also be used for writing data to a properties...

Fabric

Fabric 1.10.2 updated

This is a Python library and command-line tool for streamlining and implementing the use of SSH for application deployment or systems administration tasks.It provides a basic suite of operations for executing local or remote shell commands (normally or...

read more
simplekml

simplekml 1.2.5

KML stands for Keyhole Markup Language, a XML notation for recording  geographic locations and other specific annotations and data.KML, also known as KMZ sometimes, is used generally with mobile devices and has become a non-official standard for most...