MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / parse_cff_file

Function parse_cff_file

bin/update_citations.py:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68
69
70def parse_cff_file():
71 yaml = YAML(typ="rt")
72 with open(CITATION_FILE, "r", encoding="UTF-8") as stream:
73 return yaml.load(stream)
74
75
76def get_authors_from_cff_file():

Callers 2

update_citationsFunction · 0.85

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected