irdb.utils module# TBA. irdb.utils.get_packages()# Return a dictionary with all packages in the IRDB. Returns: pkgs – {“packge_name” : “path_to_package”} Return type: dict irdb.utils.recursive_filename_search(entry)# Search through a yaml dict looking for the keyword “filename”. Parameters: entry (dict) – A yaml nested dictionary Returns: fnames – List of all filenames found Return type: list