pyfileconf
0.15.2
Tutorial
Getting started with pyfileconf
This is my gallery
API Documentation
pyfileconf
pyfileconf
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
_
__init__() (pyfileconf.basemodels.config.ConfigBase method)
(pyfileconf.basemodels.file.ConfigFileBase method)
(pyfileconf.batch.BatchUpdater method)
(pyfileconf.data.models.config.SpecificClassConfig method)
(pyfileconf.data.models.file.SpecificClassConfigFile method)
(pyfileconf.imports.models.tracker.ImportTracker method)
(pyfileconf.io.file.load.parsers.assign.AssignmentByVarnameExtractor method)
(pyfileconf.io.file.load.parsers.assign.AssignmentExtractor method)
(pyfileconf.io.file.load.parsers.base.FileParser method)
(pyfileconf.io.file.load.parsers.collections.AstDictListConverter method)
(pyfileconf.io.file.load.parsers.extname.NameExtractor method)
(pyfileconf.io.file.load.parsers.funcdef.FunctionDefinitionByNameExtractor method)
(pyfileconf.io.file.load.parsers.funcdef.FunctionDefinitionExtractor method)
(pyfileconf.io.file.load.parsers.imp.ImportExtractor method)
(pyfileconf.io.file.load.parsers.kwargs.KeywordByNameExtractor method)
(pyfileconf.io.file.load.parsers.kwargs.KeywordExtractor method)
(pyfileconf.io.file.write.base.FileStr method)
(pyfileconf.io.file.write.config.ConfigFileStr method)
(pyfileconf.io.func.load.args.FunctionArgsExtractor method)
(pyfileconf.iterate.IterativeRunner method)
(pyfileconf.logger.bind_stdout.StdoutLogger method)
(pyfileconf.main.PipelineManager method)
(pyfileconf.main.RunnerException method)
(pyfileconf.opts.PyfileconfOption method)
(pyfileconf.opts.PyfileconfOptions method)
(pyfileconf.opts.PyfileconfOptionsManager method)
(pyfileconf.pmcontext.main.PyFileConfContext method)
(pyfileconf.pmcontext.stack.PyfileconfFrame method)
(pyfileconf.pmcontext.stack.PyfileconfStack method)
(pyfileconf.pmcontext.tracing.StackTracker method)
(pyfileconf.selector.models.itemview.ItemView method)
(pyfileconf.selector.models.selector.Selector method)
A
active_managers (pyfileconf.pmcontext.main.PyFileConfContext attribute)
ActiveFunctionConfig (class in pyfileconf.config.models.config)
ActiveFunctionConfigFile (class in pyfileconf.config.models.file)
add_config_dependency() (pyfileconf.pmcontext.main.PyFileConfContext method)
add_config_dependency_for_currently_running_item_if_exists() (pyfileconf.pmcontext.main.PyFileConfContext method)
add_config_dependency_if_file_is_currently_being_loaded() (pyfileconf.pmcontext.main.PyFileConfContext method)
add_file_handler() (in module pyfileconf.logger.logger)
add_file_handler_if_log_folder_exists_else_remove_handler() (in module pyfileconf.opts.filelog)
add_frame() (pyfileconf.pmcontext.stack.PyfileconfStack method)
add_if_missing() (pyfileconf.basemodels.container.Container method)
add_item_into_nested_dict_at_section_path() (in module pyfileconf.dictfiles.modify)
add_running_item() (pyfileconf.pmcontext.stack.PyfileconfStack method)
always_assign_strs (pyfileconf.interfaces.SpecificClassConfigDict attribute)
always_assign_with_names_dict (pyfileconf.basemodels.file.ConfigFileBase attribute)
(pyfileconf.pipelines.models.file.FunctionConfigFile attribute)
always_assigns (pyfileconf.basemodels.file.ConfigFileBase attribute)
(pyfileconf.data.models.file.SpecificClassConfigFile attribute)
(pyfileconf.pipelines.models.file.FunctionConfigFile attribute)
always_import_strs (pyfileconf.interfaces.SpecificClassConfigDict attribute)
always_imports (pyfileconf.basemodels.file.ConfigFileBase attribute)
(pyfileconf.data.models.file.SpecificClassConfigFile attribute)
(pyfileconf.pipelines.models.dictfile.PipelineDictFile attribute)
(pyfileconf.pipelines.models.file.FunctionConfigFile attribute)
append() (pyfileconf.basemodels.container.Container method)
append_if_missing() (pyfileconf.basemodels.container.Container method)
apply_config() (in module pyfileconf.config.logic.apply)
apply_config_to_obj() (in module pyfileconf.config.logic.apply)
apply_config_to_partial() (in module pyfileconf.config.logic.apply)
as_imports_and_assignments() (pyfileconf.basemodels.config.ConfigBase method)
(pyfileconf.data.models.dictconfig.SpecificClassDictConfig method)
(pyfileconf.pipelines.models.dictconfig.PipelineDictConfig method)
AssignmentByVarnameExtractor (class in pyfileconf.io.file.load.parsers.assign)
AssignmentExtractor (class in pyfileconf.io.file.load.parsers.assign)
ast_dict_constructor_with_kwargs_from_dict() (in module pyfileconf.data.models.astitems)
ast_node_to_source() (in module pyfileconf.io.file.write.asttosource)
ast_str() (in module pyfileconf.data.models.astitems)
AstDictListConverter (class in pyfileconf.io.file.load.parsers.collections)
attr (pyfileconf.opts.PyfileconfOptionsManager.reset_option parameter)
(pyfileconf.opts.PyfileconfOptionsManager.set_option parameter)
attrs (pyfileconf.opts.PyfileconfOptionsManager.reset_options parameter)
B
base_section_path_str (pyfileconf.batch.BatchUpdater parameter)
(pyfileconf.iterate.IterativeRunner parameter)
BatchUpdater (class in pyfileconf.batch)
C
CannotResolveConfigDependenciesException
case (pyfileconf.iterate.IterativeRunner.should_run parameter)
(pyfileconf.plugin.default_hooks.pyfileconf_iter_update_for_case parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_iter_update_for_case parameter)
cases (pyfileconf.iterate.IterativeRunner attribute)
(pyfileconf.plugin.hookspecs.pyfileconf_iter_modify_cases parameter)
change_from_refresh() (pyfileconf.basemodels.config.ConfigBase method)
class (pyfileconf.interfaces.SpecificClassConfigDict attribute)
class_function_args_as_dict() (in module pyfileconf.imports.logic.load.klass)
collect_results (pyfileconf.iterate.IterativeRunner.run parameter)
(pyfileconf.main.PipelineManager.run_product parameter)
combine_items_into_list_whether_they_are_lists_or_not() (in module pyfileconf.logic.combine)
combine_items_into_list_whether_they_are_lists_or_not_then_extract_from_list_if_only_one_item() (in module pyfileconf.logic.combine)
config_dependencies (pyfileconf.pmcontext.main.PyFileConfContext attribute)
config_dicts (pyfileconf.iterate.get_config_product parameter)
config_file_class (pyfileconf.basemodels.config.ConfigBase attribute)
(pyfileconf.config.models.config.ActiveFunctionConfig attribute)
(pyfileconf.data.models.dictconfig.SpecificClassDictConfig attribute)
(pyfileconf.pipelines.models.config.FunctionConfig attribute)
(pyfileconf.pipelines.models.dictconfig.PipelineDictConfig attribute)
config_updates (pyfileconf.iterate.IterativeRunner attribute)
(pyfileconf.iterate.IterativeRunner parameter)
(pyfileconf.main.PipelineManager.run_product parameter)
(pyfileconf.plugin.default_hooks.pyfileconf_iter_get_cases parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_iter_get_cases parameter)
ConfigBase (class in pyfileconf.basemodels.config)
ConfigFileBase (class in pyfileconf.basemodels.file)
ConfigFileStr (class in pyfileconf.io.file.write.config)
ConfigManagerNotLoadedException
Container (class in pyfileconf.basemodels.container)
convert_to_empty_obj_if_necessary() (in module pyfileconf.data.logic.convert)
copy() (pyfileconf.basemodels.config.ConfigBase method)
(pyfileconf.basemodels.container.Container method)
CouldNotDetermineModuleForObjectException
CouldNotExtractAssignmentException
CouldNotExtractAssignmentFromAstException
CouldNotExtractImportException
CouldNotExtractModuleImportFromAstException
CouldNotExtractObjectImportFromAstException
CouldNotExtractRenameException
CouldNotImportException
create() (pyfileconf.main.PipelineManager method)
create_collections() (in module pyfileconf.main)
create_dict_assignment_str_from_nested_dict_with_ast_names() (in module pyfileconf.dictfiles.modify)
create_project() (in module pyfileconf.main)
create_registrars() (in module pyfileconf.main)
currently_loading_file_section_path() (pyfileconf.pmcontext.stack.PyfileconfStack property)
currently_running_section_path_str() (pyfileconf.pmcontext.main.PyFileConfContext property)
(pyfileconf.pmcontext.stack.PyfileconfStack property)
CustomFormatter (class in pyfileconf.logger.logger)
D
d_ (pyfileconf.main.PipelineManager.update parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_post_update parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_pre_update parameter)
debug_fn (pyfileconf.debug.post_mortem parameter)
debug_formatter (pyfileconf.logger.logger.CustomFormatter attribute)
default_value() (pyfileconf.opts.PyfileconfOption property)
defaults (pyfileconf.iterate.IterativeRunner attribute)
dict_as_function_kwarg_str() (in module pyfileconf.config.logic.write)
display_merge_summary() (in module pyfileconf.data.logic.merge.display)
E
E (pyfileconf.basemodels.config.ConfigBase.would_update parameter)
execute_attr (pyfileconf.interfaces.SpecificClassConfigDict attribute)
extend() (pyfileconf.basemodels.container.Container method)
extract_args() (pyfileconf.io.func.load.args.FunctionArgsExtractor method)
extract_assignment_from_ast() (in module pyfileconf.io.file.load.parsers.assign)
extract_assignment_from_ast_by_name() (in module pyfileconf.io.file.load.parsers.assign)
extract_assignments_from_ast() (in module pyfileconf.io.file.load.parsers.assign)
extract_assignments_from_ast_by_name() (in module pyfileconf.io.file.load.parsers.assign)
extract_collection_from_ast() (in module pyfileconf.io.file.load.parsers.collections)
extract_collections_from_ast() (in module pyfileconf.io.file.load.parsers.collections)
extract_config() (pyfileconf.io.func.load.config.FunctionConfigExtractor method)
extract_dict_from_ast_dict_or_dict_constructor() (in module pyfileconf.io.file.load.parsers.fromdict)
extract_external_name_from_assign_value() (in module pyfileconf.io.file.load.parsers.extname)
extract_function_args_and_arg_imports_from_import() (in module pyfileconf.io.func.load.args)
extract_function_definition_from_ast_by_name() (in module pyfileconf.io.file.load.parsers.funcdef)
extract_function_definition_or_class_init_from_ast_by_name() (in module pyfileconf.io.file.load.parsers.funcdef)
extract_function_definitions_from_ast() (in module pyfileconf.io.file.load.parsers.funcdef)
extract_function_definitions_from_ast_by_name() (in module pyfileconf.io.file.load.parsers.funcdef)
extract_function_definitions_or_class_inits_from_ast_by_name() (in module pyfileconf.io.file.load.parsers.funcdef)
extract_import_statements_from_function_args_imports_and_assigns() (in module pyfileconf.io.func.load.extractimp)
extract_imports_from_ast() (in module pyfileconf.io.file.load.parsers.imp)
extract_keywords_from_ast() (in module pyfileconf.io.file.load.parsers.kwargs)
extract_keywords_from_ast_by_name() (in module pyfileconf.io.file.load.parsers.kwargs)
extract_module_import_from_ast() (in module pyfileconf.io.file.load.parsers.imp)
extract_obj_import_from_ast() (in module pyfileconf.io.file.load.parsers.imp)
extract_unique_external_names_from_assign_value() (in module pyfileconf.io.file.load.parsers.extname)
ExtractedIncorrectTypeOfImportException
F
F (pyfileconf.basemodels.config.ConfigBase.would_update parameter)
file_is_currently_being_loaded() (pyfileconf.pmcontext.main.PyFileConfContext property)
(pyfileconf.pmcontext.stack.PyfileconfStack property)
FileParser (class in pyfileconf.io.file.load.parsers.base)
filepath (pyfileconf.main.PipelineManager.get_manager_by_filepath parameter)
(pyfileconf.main.PipelineManager.get_manager_by_section_path_str parameter)
FileStr (class in pyfileconf.io.file.write.base)
find_spec() (in module pyfileconf.imports.logic.load.ext_importlib)
flush() (pyfileconf.logger.bind_stdout.StdoutLogger method)
for_function() (pyfileconf.pipelines.models.config.FunctionConfig method)
force_update_dependencies (pyfileconf.pmcontext.main.PyFileConfContext attribute)
format() (pyfileconf.logger.logger.CustomFormatter method)
frames (pyfileconf.pmcontext.stack.PyfileconfStack attribute)
from_file() (pyfileconf.basemodels.config.ConfigBase class method)
(pyfileconf.pipelines.models.config.FunctionConfig class method)
from_file_path() (pyfileconf.pmcontext.stack.PyfileconfFrame class method)
from_obj() (pyfileconf.data.models.config.SpecificClassConfig class method)
from_section_path_str() (pyfileconf.selector.models.itemview.ItemView class method)
func_or_class (pyfileconf.main.PipelineManager.create parameter)
function_args_as_arg_and_annotation_dict() (in module pyfileconf.io.func.load.config)
function_args_as_dict() (in module pyfileconf.imports.logic.load.func)
FunctionArgsExtractor (class in pyfileconf.io.func.load.args)
FunctionConfig (class in pyfileconf.pipelines.models.config)
FunctionConfigExtractor (class in pyfileconf.io.func.load.config)
FunctionConfigFile (class in pyfileconf.pipelines.models.file)
FunctionDefinitionByNameExtractor (class in pyfileconf.io.file.load.parsers.funcdef)
FunctionDefinitionExtractor (class in pyfileconf.io.file.load.parsers.funcdef)
FunctionDefinitionOrClassInitByNameExtractor (class in pyfileconf.io.file.load.parsers.funcdef)
G
get() (pyfileconf.main.PipelineManager method)
get_caller_filepath() (in module pyfileconf.logic.inspect)
get_caller_frame() (in module pyfileconf.logic.inspect)
get_cases() (pyfileconf.iterate.IterativeRunner method)
get_config_product() (in module pyfileconf.iterate)
get_defaults() (pyfileconf.iterate.IterativeRunner method)
get_filepath_from_module_str() (in module pyfileconf.imports.logic.load.ext_importlib)
get_imported_obj_variable_name() (in module pyfileconf.imports.logic.load.name)
get_manager_by_filepath() (pyfileconf.main.PipelineManager class method)
get_manager_by_section_path_str() (pyfileconf.main.PipelineManager class method)
get_module_and_name_imported_from() (in module pyfileconf.imports.logic.load.name)
get_module_filepath_from_import() (in module pyfileconf.io.func.load.args)
get_pipeline_dict_path_and_specific_class_config_dicts_from_manager() (in module pyfileconf.selector.logic.get.frommanager)
get_plugin_manager() (in module pyfileconf.plugin.manager_utils)
get_summary_of_df() (in module pyfileconf.data.logic.merge.summarize)
get_type() (pyfileconf.selector.models.selector.Selector method)
get_user_defined_dict_from_filepath() (in module pyfileconf.io.file.load.active.userdef)
get_variable_name_of_obj() (in module pyfileconf.imports.logic.load.func)
H
handle_known_typo_after_pipeline_manager_name() (in module pyfileconf.selector.logic.exc.typo)
handle_known_typo_at_end_of_section_path_str() (in module pyfileconf.selector.logic.exc.typo)
handle_pipeline_manager_not_loaded_or_typo() (in module pyfileconf.selector.logic.exc.typo)
I
imported_modules() (pyfileconf.imports.models.tracker.ImportTracker property)
ImportException
ImportExtractor (class in pyfileconf.io.file.load.parsers.imp)
ImportTracker (class in pyfileconf.imports.models.tracker)
insert() (pyfileconf.basemodels.container.Container method)
insert_if_missing() (pyfileconf.basemodels.container.Container method)
is_imported_name() (in module pyfileconf.imports.logic.load.name)
is_imported_obj() (in module pyfileconf.imports.logic.load.name)
is_item_view() (in module pyfileconf.selector.models.itemview)
item (pyfileconf.dictfiles.modify.add_item_into_nested_dict_at_section_path parameter)
item() (pyfileconf.selector.models.itemview.ItemView property)
ItemNotFoundException
items (pyfileconf.basemodels.container.Container attribute)
ItemView (class in pyfileconf.selector.models.itemview)
IterativeRunner (class in pyfileconf.iterate)
K
key_attr (pyfileconf.interfaces.SpecificClassConfigDict attribute)
KeywordByNameExtractor (class in pyfileconf.io.file.load.parsers.kwargs)
KeywordExtractor (class in pyfileconf.io.file.load.parsers.kwargs)
kwargs (pyfileconf.main.PipelineManager.update parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_post_update parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_pre_update parameter)
L
last_case (pyfileconf.iterate.IterativeRunner attribute)
left_merge_df() (in module pyfileconf.data.logic.merge)
load() (pyfileconf.basemodels.file.ConfigFileBase method)
(pyfileconf.config.models.file.ActiveFunctionConfigFile method)
(pyfileconf.data.models.dictfile.SpecificClassDictFile method)
(pyfileconf.data.models.file.SpecificClassConfigFile method)
(pyfileconf.io.file.load.parsers.base.FileParser method)
(pyfileconf.io.file.load.parsers.py.PythonFileParser method)
(pyfileconf.main.PipelineManager method)
(pyfileconf.pipelines.models.dictfile.PipelineDictFile method)
LOAD_FILE_AST (pyfileconf.pmcontext.actions.PyfileconfActions attribute)
LOAD_FILE_EXECUTE (pyfileconf.pmcontext.actions.PyfileconfActions attribute)
LOAD_PIPELINE_FILE_AST (pyfileconf.pmcontext.actions.PyfileconfActions attribute)
log_file_num_keep (pyfileconf.opts.PyfileconfOptions attribute)
(pyfileconf.opts.PyfileconfOptionsManager parameter)
log_file_rollover_freq (pyfileconf.opts.PyfileconfOptions attribute)
(pyfileconf.opts.PyfileconfOptionsManager parameter)
log_folder (pyfileconf.opts.PyfileconfOptions attribute)
(pyfileconf.opts.PyfileconfOptionsManager parameter)
log_stdout (pyfileconf.opts.PyfileconfOptions attribute)
(pyfileconf.opts.PyfileconfOptionsManager parameter)
M
manager (pyfileconf.plugin.default_hooks.pyfileconf_post_config_changed parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_post_config_changed parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_pre_config_changed parameter)
ManagerException
module
pyfileconf
pyfileconf.assignments
pyfileconf.assignments.logic
pyfileconf.assignments.logic.write
pyfileconf.assignments.models
pyfileconf.assignments.models.container
pyfileconf.assignments.models.statement
pyfileconf.basemodels
pyfileconf.basemodels.collection
pyfileconf.basemodels.config
pyfileconf.basemodels.container
pyfileconf.basemodels.file
pyfileconf.basemodels.registrar
pyfileconf.batch
pyfileconf.config
pyfileconf.config.logic
pyfileconf.config.logic.apply
pyfileconf.config.logic.load
pyfileconf.config.logic.write
pyfileconf.config.models
pyfileconf.config.models.config
pyfileconf.config.models.file
pyfileconf.config.models.interfaces
pyfileconf.config.models.manager
pyfileconf.config.models.section
pyfileconf.data
pyfileconf.data.logic
pyfileconf.data.logic.convert
pyfileconf.data.logic.display
pyfileconf.data.logic.merge
pyfileconf.data.logic.merge.display
pyfileconf.data.logic.merge.summarize
pyfileconf.data.models
pyfileconf.data.models.astitems
pyfileconf.data.models.collection
pyfileconf.data.models.config
pyfileconf.data.models.dictconfig
pyfileconf.data.models.dictfile
pyfileconf.data.models.file
pyfileconf.data.models.registrar
pyfileconf.debug
pyfileconf.dictfiles
pyfileconf.dictfiles.modify
pyfileconf.exceptions
pyfileconf.exceptions.assignments
pyfileconf.exceptions.base
pyfileconf.exceptions.config
pyfileconf.exceptions.imports
pyfileconf.exceptions.pipelinemanager
pyfileconf.exceptions.registrar
pyfileconf.imports
pyfileconf.imports.logic
pyfileconf.imports.logic.load
pyfileconf.imports.logic.load.ext_importlib
pyfileconf.imports.logic.load.func
pyfileconf.imports.logic.load.klass
pyfileconf.imports.logic.load.name
pyfileconf.imports.logic.load.skipmodules
pyfileconf.imports.models
pyfileconf.imports.models.statements
pyfileconf.imports.models.statements.comment
pyfileconf.imports.models.statements.container
pyfileconf.imports.models.statements.importbase
pyfileconf.imports.models.statements.interfaces
pyfileconf.imports.models.statements.module
pyfileconf.imports.models.statements.obj
pyfileconf.imports.models.statements.rename
pyfileconf.imports.models.tracker
pyfileconf.interfaces
pyfileconf.io
pyfileconf.io.file
pyfileconf.io.file.interfaces
pyfileconf.io.file.interfaces.activeconfig
pyfileconf.io.file.interfaces.config
pyfileconf.io.file.interfaces.datadict
pyfileconf.io.file.interfaces.pipeline
pyfileconf.io.file.load
pyfileconf.io.file.load.active
pyfileconf.io.file.load.active.loader
pyfileconf.io.file.load.active.userdef
pyfileconf.io.file.load.lazy
pyfileconf.io.file.load.lazy.base
pyfileconf.io.file.load.lazy.base.impassign
pyfileconf.io.file.load.lazy.base.loader
pyfileconf.io.file.load.lazy.config
pyfileconf.io.file.load.lazy.dataast
pyfileconf.io.file.load.lazy.datadict
pyfileconf.io.file.load.lazy.pipeline
pyfileconf.io.file.load.lazy.pipelineast
pyfileconf.io.file.load.parsers
pyfileconf.io.file.load.parsers.assign
pyfileconf.io.file.load.parsers.base
pyfileconf.io.file.load.parsers.collections
pyfileconf.io.file.load.parsers.extname
pyfileconf.io.file.load.parsers.fromdict
pyfileconf.io.file.load.parsers.funcdef
pyfileconf.io.file.load.parsers.imp
pyfileconf.io.file.load.parsers.kwargs
pyfileconf.io.file.load.parsers.py
pyfileconf.io.file.write
pyfileconf.io.file.write.asttosource
pyfileconf.io.file.write.base
pyfileconf.io.file.write.config
pyfileconf.io.func
pyfileconf.io.func.load
pyfileconf.io.func.load.args
pyfileconf.io.func.load.config
pyfileconf.io.func.load.extractimp
pyfileconf.iterate
pyfileconf.logger
pyfileconf.logger.bind_stdout
pyfileconf.logger.logger
pyfileconf.logic
pyfileconf.logic.combine
pyfileconf.logic.get
pyfileconf.logic.inspect
pyfileconf.logic.set
pyfileconf.logic.userinput
pyfileconf.main
pyfileconf.mixins
pyfileconf.mixins.orderpref
pyfileconf.opts
pyfileconf.opts.filelog
pyfileconf.pipelines
pyfileconf.pipelines.models
pyfileconf.pipelines.models.collection
pyfileconf.pipelines.models.config
pyfileconf.pipelines.models.dictconfig
pyfileconf.pipelines.models.dictfile
pyfileconf.pipelines.models.file
pyfileconf.pipelines.models.interfaces
pyfileconf.pipelines.models.registrar
pyfileconf.plugin
pyfileconf.plugin.default_hooks
pyfileconf.plugin.hookspecs
pyfileconf.plugin.impl
pyfileconf.plugin.manager
pyfileconf.plugin.manager_utils
pyfileconf.pmcontext
pyfileconf.pmcontext.actions
pyfileconf.pmcontext.main
pyfileconf.pmcontext.stack
pyfileconf.pmcontext.tracing
pyfileconf.runner
pyfileconf.runner.models
pyfileconf.runner.models.interfaces
pyfileconf.runner.models.runner
pyfileconf.sectionpath
pyfileconf.sectionpath.sectionpath
pyfileconf.selector
pyfileconf.selector.logic
pyfileconf.selector.logic.exc
pyfileconf.selector.logic.exc.typo
pyfileconf.selector.logic.get
pyfileconf.selector.logic.get.frommanager
pyfileconf.selector.models
pyfileconf.selector.models.itemview
pyfileconf.selector.models.selector
pyfileconf.userbase
pyfileconf.views
pyfileconf.views.object
N
name (pyfileconf.interfaces.SpecificClassConfigDict attribute)
NameExtractor (class in pyfileconf.io.file.load.parsers.extname)
nested_dict (pyfileconf.dictfiles.modify.add_item_into_nested_dict_at_section_path parameter)
new_config (pyfileconf.plugin.default_hooks.pyfileconf_post_config_changed parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_post_config_changed parameter)
NoImportMatchingNameException
NoImportStatementException
NoPipelineManagerForFilepathException
NoPipelineManagerForSectionPathException
NoRegistrarWithNameException
O
obj (pyfileconf.selector.models.itemview.is_item_view parameter)
option_attrs (pyfileconf.opts.PyfileconfOptions attribute)
option_callbacks (pyfileconf.opts.PyfileconfOptions attribute)
OrderPreferenceMixin (class in pyfileconf.mixins.orderpref)
orig_config (pyfileconf.plugin.hookspecs.pyfileconf_pre_config_changed parameter)
other_formatter (pyfileconf.logger.logger.CustomFormatter attribute)
outer_merge_df() (in module pyfileconf.data.logic.merge)
P
pdb_post_mortem_or_passed_debug_fn() (in module pyfileconf.debug)
PipelineDictConfig (class in pyfileconf.pipelines.models.dictconfig)
PipelineDictFile (class in pyfileconf.pipelines.models.dictfile)
PipelineManager (class in pyfileconf.main)
PipelineManagerNotLoadedException
pm (pyfileconf.plugin.hookspecs.pyfileconf_post_update parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_post_update_batch parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_pre_run parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_pre_update parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_pre_update_batch parameter)
pop_frame() (pyfileconf.pmcontext.stack.PyfileconfStack method)
post_mortem() (in module pyfileconf.debug)
preferred_position() (pyfileconf.mixins.orderpref.OrderPreferenceMixin property)
pretty_format_str() (in module pyfileconf.dictfiles.modify)
pyfileconf
module
pyfileconf.assignments
module
pyfileconf.assignments.logic
module
pyfileconf.assignments.logic.write
module
pyfileconf.assignments.models
module
pyfileconf.assignments.models.container
module
pyfileconf.assignments.models.statement
module
pyfileconf.basemodels
module
pyfileconf.basemodels.collection
module
pyfileconf.basemodels.config
module
pyfileconf.basemodels.container
module
pyfileconf.basemodels.file
module
pyfileconf.basemodels.registrar
module
pyfileconf.batch
module
pyfileconf.config
module
pyfileconf.config.logic
module
pyfileconf.config.logic.apply
module
pyfileconf.config.logic.load
module
pyfileconf.config.logic.write
module
pyfileconf.config.models
module
pyfileconf.config.models.config
module
pyfileconf.config.models.file
module
pyfileconf.config.models.interfaces
module
pyfileconf.config.models.manager
module
pyfileconf.config.models.section
module
pyfileconf.data
module
pyfileconf.data.logic
module
pyfileconf.data.logic.convert
module
pyfileconf.data.logic.display
module
pyfileconf.data.logic.merge
module
pyfileconf.data.logic.merge.display
module
pyfileconf.data.logic.merge.summarize
module
pyfileconf.data.models
module
pyfileconf.data.models.astitems
module
pyfileconf.data.models.collection
module
pyfileconf.data.models.config
module
pyfileconf.data.models.dictconfig
module
pyfileconf.data.models.dictfile
module
pyfileconf.data.models.file
module
pyfileconf.data.models.registrar
module
pyfileconf.debug
module
pyfileconf.dictfiles
module
pyfileconf.dictfiles.modify
module
pyfileconf.exceptions
module
pyfileconf.exceptions.assignments
module
pyfileconf.exceptions.base
module
pyfileconf.exceptions.config
module
pyfileconf.exceptions.imports
module
pyfileconf.exceptions.pipelinemanager
module
pyfileconf.exceptions.registrar
module
pyfileconf.imports
module
pyfileconf.imports.logic
module
pyfileconf.imports.logic.load
module
pyfileconf.imports.logic.load.ext_importlib
module
pyfileconf.imports.logic.load.func
module
pyfileconf.imports.logic.load.klass
module
pyfileconf.imports.logic.load.name
module
pyfileconf.imports.logic.load.skipmodules
module
pyfileconf.imports.models
module
pyfileconf.imports.models.statements
module
pyfileconf.imports.models.statements.comment
module
pyfileconf.imports.models.statements.container
module
pyfileconf.imports.models.statements.importbase
module
pyfileconf.imports.models.statements.interfaces
module
pyfileconf.imports.models.statements.module
module
pyfileconf.imports.models.statements.obj
module
pyfileconf.imports.models.statements.rename
module
pyfileconf.imports.models.tracker
module
pyfileconf.interfaces
module
pyfileconf.io
module
pyfileconf.io.file
module
pyfileconf.io.file.interfaces
module
pyfileconf.io.file.interfaces.activeconfig
module
pyfileconf.io.file.interfaces.config
module
pyfileconf.io.file.interfaces.datadict
module
pyfileconf.io.file.interfaces.pipeline
module
pyfileconf.io.file.load
module
pyfileconf.io.file.load.active
module
pyfileconf.io.file.load.active.loader
module
pyfileconf.io.file.load.active.userdef
module
pyfileconf.io.file.load.lazy
module
pyfileconf.io.file.load.lazy.base
module
pyfileconf.io.file.load.lazy.base.impassign
module
pyfileconf.io.file.load.lazy.base.loader
module
pyfileconf.io.file.load.lazy.config
module
pyfileconf.io.file.load.lazy.dataast
module
pyfileconf.io.file.load.lazy.datadict
module
pyfileconf.io.file.load.lazy.pipeline
module
pyfileconf.io.file.load.lazy.pipelineast
module
pyfileconf.io.file.load.parsers
module
pyfileconf.io.file.load.parsers.assign
module
pyfileconf.io.file.load.parsers.base
module
pyfileconf.io.file.load.parsers.collections
module
pyfileconf.io.file.load.parsers.extname
module
pyfileconf.io.file.load.parsers.fromdict
module
pyfileconf.io.file.load.parsers.funcdef
module
pyfileconf.io.file.load.parsers.imp
module
pyfileconf.io.file.load.parsers.kwargs
module
pyfileconf.io.file.load.parsers.py
module
pyfileconf.io.file.write
module
pyfileconf.io.file.write.asttosource
module
pyfileconf.io.file.write.base
module
pyfileconf.io.file.write.config
module
pyfileconf.io.func
module
pyfileconf.io.func.load
module
pyfileconf.io.func.load.args
module
pyfileconf.io.func.load.config
module
pyfileconf.io.func.load.extractimp
module
pyfileconf.iterate
module
pyfileconf.logger
module
pyfileconf.logger.bind_stdout
module
pyfileconf.logger.logger
module
pyfileconf.logic
module
pyfileconf.logic.combine
module
pyfileconf.logic.get
module
pyfileconf.logic.inspect
module
pyfileconf.logic.set
module
pyfileconf.logic.userinput
module
pyfileconf.main
module
pyfileconf.mixins
module
pyfileconf.mixins.orderpref
module
pyfileconf.opts
module
pyfileconf.opts.filelog
module
pyfileconf.pipelines
module
pyfileconf.pipelines.models
module
pyfileconf.pipelines.models.collection
module
pyfileconf.pipelines.models.config
module
pyfileconf.pipelines.models.dictconfig
module
pyfileconf.pipelines.models.dictfile
module
pyfileconf.pipelines.models.file
module
pyfileconf.pipelines.models.interfaces
module
pyfileconf.pipelines.models.registrar
module
pyfileconf.plugin
module
pyfileconf.plugin.default_hooks
module
pyfileconf.plugin.hookspecs
module
pyfileconf.plugin.impl
module
pyfileconf.plugin.manager
module
pyfileconf.plugin.manager_utils
module
pyfileconf.pmcontext
module
pyfileconf.pmcontext.actions
module
pyfileconf.pmcontext.main
module
pyfileconf.pmcontext.stack
module
pyfileconf.pmcontext.tracing
module
pyfileconf.runner
module
pyfileconf.runner.models
module
pyfileconf.runner.models.interfaces
module
pyfileconf.runner.models.runner
module
pyfileconf.sectionpath
module
pyfileconf.sectionpath.sectionpath
module
pyfileconf.selector
module
pyfileconf.selector.logic
module
pyfileconf.selector.logic.exc
module
pyfileconf.selector.logic.exc.typo
module
pyfileconf.selector.logic.get
module
pyfileconf.selector.logic.get.frommanager
module
pyfileconf.selector.models
module
pyfileconf.selector.models.itemview
module
pyfileconf.selector.models.selector
module
pyfileconf.userbase
module
pyfileconf.views
module
pyfileconf.views.object
module
pyfileconf_iter_get_cases() (in module pyfileconf.plugin.default_hooks)
(in module pyfileconf.plugin.hookspecs)
pyfileconf_iter_modify_cases() (in module pyfileconf.plugin.hookspecs)
pyfileconf_iter_update_for_case() (in module pyfileconf.plugin.default_hooks)
(in module pyfileconf.plugin.hookspecs)
pyfileconf_persist (pyfileconf.main.PipelineManager.update parameter)
pyfileconf_post_config_changed() (in module pyfileconf.plugin.default_hooks)
(in module pyfileconf.plugin.hookspecs)
pyfileconf_post_run() (in module pyfileconf.plugin.hookspecs)
pyfileconf_post_update() (in module pyfileconf.plugin.hookspecs)
pyfileconf_post_update_batch() (in module pyfileconf.plugin.hookspecs)
pyfileconf_pre_config_changed() (in module pyfileconf.plugin.hookspecs)
pyfileconf_pre_run() (in module pyfileconf.plugin.hookspecs)
pyfileconf_pre_update() (in module pyfileconf.plugin.hookspecs)
pyfileconf_pre_update_batch() (in module pyfileconf.plugin.default_hooks)
(in module pyfileconf.plugin.hookspecs)
PyfileconfActions (class in pyfileconf.pmcontext.actions)
PyfileconfBase (class in pyfileconf.userbase)
PyFileConfContext (class in pyfileconf.pmcontext.main)
PyfileconfFrame (class in pyfileconf.pmcontext.stack)
PyfileconfOption (class in pyfileconf.opts)
PyfileconfOptions (class in pyfileconf.opts)
PyfileconfOptionsManager (class in pyfileconf.opts)
PyfileconfStack (class in pyfileconf.pmcontext.stack)
PythonFileParser (class in pyfileconf.io.file.load.parsers.py)
R
refresh() (pyfileconf.basemodels.config.ConfigBase method)
(pyfileconf.main.PipelineManager method)
RegistrarException
reload() (pyfileconf.main.PipelineManager method)
remove_default_plugins() (in module pyfileconf.plugin.manager_utils)
remove_file_handler() (in module pyfileconf.logger.logger)
report_runner_exceptions() (in module pyfileconf.main)
reset() (pyfileconf.batch.BatchUpdater method)
(pyfileconf.main.PipelineManager method)
(pyfileconf.opts.PyfileconfOption method)
(pyfileconf.opts.PyfileconfOptionsManager method)
(pyfileconf.pmcontext.main.PyFileConfContext method)
reset_option() (pyfileconf.opts.PyfileconfOptionsManager method)
reset_options() (pyfileconf.opts.PyfileconfOptionsManager method)
reset_plugins() (in module pyfileconf.plugin.manager_utils)
results (pyfileconf.plugin.hookspecs.pyfileconf_post_run parameter)
right_merge_df() (in module pyfileconf.data.logic.merge)
RUN (pyfileconf.pmcontext.actions.PyfileconfActions attribute)
run() (pyfileconf.iterate.IterativeRunner method)
(pyfileconf.main.PipelineManager method)
run_gen() (pyfileconf.iterate.IterativeRunner method)
run_items (pyfileconf.iterate.IterativeRunner attribute)
run_product() (pyfileconf.main.PipelineManager method)
run_product_gen() (pyfileconf.main.PipelineManager method)
runner (pyfileconf.plugin.default_hooks.pyfileconf_iter_update_for_case parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_iter_get_cases parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_iter_modify_cases parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_iter_update_for_case parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_post_run parameter)
RunnerException
S
save() (pyfileconf.basemodels.file.ConfigFileBase method)
(pyfileconf.pipelines.models.file.FunctionConfigFile method)
section_path (pyfileconf.dictfiles.modify.add_item_into_nested_dict_at_section_path parameter)
section_path_str (pyfileconf.main.PipelineManager.create parameter)
(pyfileconf.main.PipelineManager.refresh parameter)
(pyfileconf.main.PipelineManager.update parameter)
(pyfileconf.plugin.default_hooks.pyfileconf_post_config_changed parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_post_config_changed parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_post_update parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_pre_config_changed parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_pre_update parameter)
(pyfileconf.selector.models.itemview.ItemView.from_section_path_str parameter)
section_path_str_or_list (pyfileconf.iterate.IterativeRunner parameter)
(pyfileconf.main.PipelineManager.run_product parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_pre_run parameter)
section_path_str_or_view (pyfileconf.main.PipelineManager.reset parameter)
Selector (class in pyfileconf.selector.models.selector)
set_option() (pyfileconf.opts.PyfileconfOptionsManager method)
set_options() (pyfileconf.opts.PyfileconfOptionsManager method)
should_run() (pyfileconf.iterate.IterativeRunner method)
SpecificClassConfig (class in pyfileconf.data.models.config)
SpecificClassConfigDict (class in pyfileconf.interfaces)
SpecificClassConfigFile (class in pyfileconf.data.models.file)
SpecificClassDictConfig (class in pyfileconf.data.models.dictconfig)
SpecificClassDictFile (class in pyfileconf.data.models.dictfile)
stack (pyfileconf.pmcontext.main.PyFileConfContext attribute)
StackTracker (class in pyfileconf.pmcontext.tracing)
stdout_also_logged() (in module pyfileconf.logger.bind_stdout)
StdoutLogger (class in pyfileconf.logger.bind_stdout)
strip_manager_from_iv (pyfileconf.batch.BatchUpdater attribute)
(pyfileconf.batch.BatchUpdater parameter)
(pyfileconf.iterate.IterativeRunner parameter)
T
to_file() (pyfileconf.basemodels.config.ConfigBase method)
to_nested_dict() (in module pyfileconf.basemodels.collection)
type() (pyfileconf.selector.models.itemview.ItemView property)
U
update() (pyfileconf.basemodels.config.ConfigBase method)
(pyfileconf.batch.BatchUpdater method)
(pyfileconf.main.PipelineManager method)
(pyfileconf.opts.PyfileconfOptions method)
update_batch() (pyfileconf.main.PipelineManager method)
updates (pyfileconf.batch.BatchUpdater attribute)
(pyfileconf.batch.BatchUpdater.update parameter)
(pyfileconf.main.PipelineManager.update_batch parameter)
(pyfileconf.opts.PyfileconfOptionsManager.set_options parameter)
(pyfileconf.plugin.default_hooks.pyfileconf_post_config_changed parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_post_config_changed parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_post_update_batch parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_pre_config_changed parameter)
(pyfileconf.plugin.hookspecs.pyfileconf_pre_update_batch parameter)
V
value (pyfileconf.opts.PyfileconfOptionsManager.set_option parameter)
value() (pyfileconf.opts.PyfileconfOption property)
visit_AnnAssign() (pyfileconf.io.file.load.parsers.assign.AssignmentByVarnameExtractor method)
(pyfileconf.io.file.load.parsers.assign.AssignmentExtractor method)
visit_Assign() (pyfileconf.io.file.load.parsers.assign.AssignmentByVarnameExtractor method)
(pyfileconf.io.file.load.parsers.assign.AssignmentExtractor method)
visit_ClassDef() (pyfileconf.io.file.load.parsers.funcdef.FunctionDefinitionExtractor method)
(pyfileconf.io.file.load.parsers.funcdef.FunctionDefinitionOrClassInitByNameExtractor method)
visit_Dict() (pyfileconf.io.file.load.parsers.collections.AstDictListConverter method)
visit_FunctionDef() (pyfileconf.io.file.load.parsers.funcdef.FunctionDefinitionByNameExtractor method)
(pyfileconf.io.file.load.parsers.funcdef.FunctionDefinitionExtractor method)
visit_Import() (pyfileconf.io.file.load.parsers.imp.ImportExtractor method)
visit_ImportFrom() (pyfileconf.io.file.load.parsers.imp.ImportExtractor method)
visit_keyword() (pyfileconf.io.file.load.parsers.kwargs.KeywordByNameExtractor method)
(pyfileconf.io.file.load.parsers.kwargs.KeywordExtractor method)
visit_List() (pyfileconf.io.file.load.parsers.collections.AstDictListConverter method)
visit_Name() (pyfileconf.io.file.load.parsers.extname.NameExtractor method)
W
would_update() (pyfileconf.basemodels.config.ConfigBase method)
write() (pyfileconf.logger.bind_stdout.StdoutLogger method)