python-ini
… powered by
Python APG
|
docs | Supplemental documentation files |
▼ examples | Several examples of using the IniFile class |
all_options.py | A demonstration of almost all of the features of the IniFile class |
basic.py | A very basic demonstration with a simple INI file |
defaults.py | A demonstration of specifying default values for missing section or key names |
multi_values.py | A demonstration of keys with multiple values |
writer.py | A demonstration of the INI writer |
▼ python_ini | The IniFile class |
__init__.py | |
__main__.py | |
ast_callbacks.py | The AST call back functions for translation of the IniFile parser result |
grammar.py | |
help.py | This is the INI help function |
ini_file.py | The IniFile class for parsing an INI file into section/key/values |
ini_writer.py | The IniWriter class for creating and writing an INI file |
parser_callbacks.py | The parser call back functions for the IniFile class |