Exception
argparse.ArgumentError
- An error from creating or using an argument (optional or positional).argparse.ArgumentTypeError
- An error from trying to convert a command line string to a type.configargparse.ConfigFileParserException
- Raised when config file parsing failed.object
argparse._ActionsContainer
- No class docstring; 0/12 instance variable, 1/18 method documentedargparse._ArgumentGroup
- Undocumentedargparse._MutuallyExclusiveGroup
- Undocumentedargparse.ArgumentParser
- Object for parsing command line strings into Python objects.configargparse.ArgumentParser
- Drop-in replacement for argparse.ArgumentParser
that adds support for environment variables and .ini or .yaml-style config files.argparse._AttributeHolder
- Abstract base class that provides __repr__.argparse.Action
- Information about how to convert command line strings to Python objects.argparse._AppendAction
- Undocumentedargparse._ExtendAction
- Undocumentedargparse._AppendConstAction
- Undocumentedargparse._CountAction
- Undocumentedargparse._HelpAction
- Undocumentedargparse._StoreAction
- Undocumentedargparse._StoreConstAction
- Undocumentedargparse._StoreFalseAction
- Undocumentedargparse._StoreTrueAction
- Undocumentedargparse._SubParsersAction
- Undocumentedargparse._SubParsersAction._ChoicesPseudoAction
- Undocumentedargparse._VersionAction
- Undocumentedargparse.BooleanOptionalAction
- Undocumentedargparse.ArgumentParser
- Object for parsing command line strings into Python objects.configargparse.ArgumentParser
- Drop-in replacement for argparse.ArgumentParser
that adds support for environment variables and .ini or .yaml-style config files.argparse.Namespace
- Simple object for storing attributes.argparse.FileType
- Factory for creating file object typesargparse.HelpFormatter
- Formatter for generating usage messages and argument help strings.argparse.ArgumentDefaultsHelpFormatter
- Help message formatter which adds default values to argument help.configargparse.ArgumentDefaultsRawHelpFormatter
- HelpFormatter that adds default values AND doesn't do line-wrappingargparse.MetavarTypeHelpFormatter
- Help message formatter which uses the argument 'type' as the default metavar value (instead of the argument 'dest')argparse.RawDescriptionHelpFormatter
- Help message formatter which retains any formatting in descriptions.argparse.RawTextHelpFormatter
- Help message formatter which retains formatting of all help text.configargparse.ArgumentDefaultsRawHelpFormatter
- HelpFormatter that adds default values AND doesn't do line-wrappingconfigargparse.ArgumentDefaultsRawHelpFormatter
- HelpFormatter that adds default values AND doesn't do line-wrappingargparse.HelpFormatter._Section
- Undocumentedconfigargparse.ConfigFileParser
- This abstract class can be extended to add support for new config file formatsconfigargparse.CompositeConfigParser
- Createa a config parser composed by others `ConfigFileParser`s.configargparse.ConfigparserConfigFileParser
- parses INI files using pythons configparser.configargparse.DefaultConfigFileParser
- Based on a simplified subset of INI and YAML formats. Here is the supported syntaxconfigargparse.IniConfigParser
- Create a INI parser bounded to the list of provided sections. Optionaly convert multiline strings to list.configargparse.TomlConfigParser
- Create a TOML parser bounded to the list of provided sections.configargparse.YAMLConfigFileParser
- Parses YAML config files. Depends on the PyYAML module. https://pypi.python.org/pypi/PyYAML