Package rats :: Module flatconfig
[hide private]
[frames] | no frames]

Module flatconfig

source code

Simple configuration file/line parser.

Classes [hide private]
  FileNotFoundError
Exception raised when a config file is not found.
  NoSuchOptionError
Exception raised when a specified option is not found.
  ParsingError
Exception raised when errors occur attempting to parse a file.
  ConfigParser
Parses flat key-value pairs in a text file.
Variables [hide private]
  __package__ = 'rats'

Imports: shlex