ConfigObj

ConfigObj 5.0.5

It is an ini file round tripper.It is very easy to use, with a straightforward programmer's interface and a simple syntax for config files.Features:Nested sections (subsections), to any level List Values Multiple Line Values Full Unicode support String...

read more
configs

configs 3.0.2

INI files are usually used by developers to store general application settings.Parsing those files ensures a remote/third-party program can read another software's settings.These settings can then be imported and used somewhere else with ease.The...

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

Couchquery

Couchquery 0.10.1

The purpose of couchquery is to provide a simple, dynamic and flexible interface for creating, updating, managing and deleting documents and working with...

read more
cssselect

cssselect 0.9.1

It can read CSS 3 selectors and virtually transform them to XPath 1.0 compatible expressions.The code was part of the lxml Python module as lxml.cssselect.Now it can work as a stand-alone.Features:Supported...

dbf

dbf 0.96.003

DBF stands for DataBase File, a format commonly used by desktop-based data administration software like the aforementioned.The dbf Python module is suitable reading or writing these kind of files.Supported:Text fieldsCodepage settingsMemosNull...

read more
demjson

demjson 2.2.2

JSON is a subset of ECMAScript (JavaScript) for encoding primitive data types (numbers, strings, booleans, lists, and associative arrays) in a language-neutral simple text-based syntax, described by the RFC 4627 standard.This module provides classes and...

read more
dict2xml

dict2xml 1.3

Python dictionaries (or dicts) are array-like structures for keeping data between processing or other manipulation stages. These structures have no relation to linguistic dictionaries.The dict2xml module takes one of these object structures and saves it...

read more