montague.ini

class montague.ini.IniConfigLoader(path)[source]

This config loader transforms a traditional INI file into a Montague Standard Format dictionary. It is compatible with most but not all PasteDeploy files.

__eq__(other)

Automatically created by characteristic.

__ge__(other)

Automatically created by characteristic.

__gt__(other)

Automatically created by characteristic.

__hash__()

Automatically created by characteristic.

__le__(other)

Automatically created by characteristic.

__lt__(other)

Automatically created by characteristic.

__ne__(other)

Automatically created by characteristic.

__repr__()

Automatically created by characteristic.

__setattr__(attr, value)

Immutability sentry automatically created by characteristic.

If an attribute is attempted to be set from any other place than an initializer, a TypeError is raised. Else the original __setattr__ is called.

app_config(name)[source]
characteristic_attributes = [<Attribute(name='path', exclude_from_cmp=False, exclude_from_init=False, exclude_from_repr=False, exclude_from_immutable=False, default_value=NOTHING, default_factory=None, instance_of=None, init_aliaser=None)>]
config()[source]
filter_config(name)[source]
logging_config(name)[source]
server_config(name)[source]