API

APIΒΆ

The package configpile reexports a few symbols for ease of use, and they are imported in the current scope by from configpile import *.

Those identifiers are:

configpile.arg

Argument definition

configpile.collector

Value consolidation

configpile.config

Configuration definition

configpile.enums

This module defines enumerations that are used by the library.

configpile.handlers

This module defines the handlers that are used during processing.

configpile.parsers

Argument value parsing

configpile.processor

Arguments processing

configpile.userr

Error-reporting module

configpile.util

Module defining utility functions