Simple meta interpolation
Project description
Simple meta interpolation. From an ini file with variables, we do interpolation into another ini file.
This is useful for generating configuration files.
The interpolation format:
` From: [section] name = value `
We interpolate into:
` [config] attribute = {section.name} `
Resulting in:
` [config] attribute = value `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
intp-0.1.2.tar.gz
(1.8 kB
view hashes)