json2xlsx

json2xlsx 1.2.5

json2xlsx is a Python module that takes a JSON file and converts it to XLSX format.Designed to work with the Python CLI out of the box, developers only need to point it to a JSON file and it will generate the Excel Spreadsheet in the desired...

xls2db

xls2db 0.0.8

The resulted database file can be opened using Python's sqlite3 module.The outputted database follows a particular schema, which can be customized based on the developer's...

cookies

cookies 1.2.1

cookies.py is both a cookie file reader and generator at the same time.The module is compliant with the RFC 6265 standard that governs the modern day HTTP cookie file definitions.Features:Uses URL encoding Easy parsing system Contained in one...

RPyC

RPyC 3.3.0 updated

RPyC stands for Remote Python Call.RPyC makes use of object-proxying, a technique that employs Python's dynamic nature, to overcome the physical boundaries between processes and computers, so that remote objects can be manipulated as if they were...

read more
Pygeocode

Pygeocode 0.0.5

The module is basically a wrapper for a multitude of public geocoding APIs.For now, the service supports Google's Geocoding API and Yahoo's Place Finder API.What is new in this release:Added full example to...

Dict4Ini

Dict4Ini 0.9.9

The module acts just like a dict, but can access it's sections and options with attribute syntax, just like x.test.Features:As simple as others Can access options according to dict syntax, just like x'name''o' = 1,...

metaPdf

metaPdf 0.3.2

metaPdf can parse or edit a PDF file's meta data.Limitations:Still in alpha development stage, but working fine. Might change from version to...

It pre-defines all the world's currencies, according to the ISO 4217 standard. The module comes basically with 2 classes, one for working with money data, and one for settings and manipulating world currencies. In order to account for working with money...

GitMon

GitMon 0.3.4

When a change has been detected in a Git repo, a Growl notification will be displayed.Requirements:Python 2.6 or higher py_Growl 0.0.7 or higher gitpython 0.2.9 or higher Git Limitations:When there is a large number of changes, Growl notifications may...