Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/__init__.py @ 28:7c7955da42ab
An extended `itemsx()` method for INI-style configuration files to get interpreted selected options from a section
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Wed, 16 Mar 2016 12:41:57 +0100 |
| parents | 1b8d5c9d294f |
| children | 50721b43e76c |
comparison
equal
deleted
inserted
replaced
| 27:7ad6a49fc894 | 28:7c7955da42ab |
|---|---|
| 8 """ | 8 """ |
| 9 | 9 |
| 10 from __future__ import division, print_function, absolute_import | 10 from __future__ import division, print_function, absolute_import |
| 11 | 11 |
| 12 | 12 |
| 13 __version__ = "0.1" | 13 __version__ = "0.2.dev0" |
| 14 | 14 |
| 15 | 15 |
| 16 import copy | 16 import copy |
| 17 | 17 |
| 18 from .config import Configuration | 18 from .config import Configuration |
