Introduction

TypedInterpolation provides additional interpolations for the configparser module.

All the provided interpolations use ast.literal_eval() to convert strings to Python literal structures. Also, when setting an option, the value is automatically converted to a string.

Installation

Installing TypedInterpolation is simple with pip:

$ pip install typedinterpolation

or with easy_install:

$ easy_install requests
Read the Docs v: latest
Versions
latest
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.