Introduction ============ TypedInterpolation provides additional `interpolations `_ for the :py:mod:`configparser` module. All the provided interpolations use :py:func:`ast.literal_eval` to convert strings to Python literal structures. Also, when setting an option, the value is automatically converted to a string. .. _install: Installation ------------ Installing TypedInterpolation is simple with `pip `_:: $ pip install typedinterpolation or with `easy_install `_:: $ easy_install requests