edit_all_config#
Initially want to add publisher to all config yaml file
# can’t read in file to dict. Lose all the comments # with (infile).open() as stream: # config = yaml.safe_load(stream) # print(config)
ELD 5/15/2025
Functions#
|
add a tag for publisher so we can switch it to 'iser' when needed |
|
remove metadata contributor so can move to standard language in gen_meta.py |
|
Module Contents#
- edit_all_config.add_publisher(file_path)#
add a tag for publisher so we can switch it to ‘iser’ when needed
- Parameters:
file_path (pathlib.Path)
- Return type:
str
- edit_all_config.drop_meta_contrib(file_path)#
remove metadata contributor so can move to standard language in gen_meta.py
- Parameters:
file_path (pathlib.Path)
- Return type:
str
- edit_all_config.main()#
- Return type:
None