Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
def
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
76
def
get_authors_from_cff_file():
Callers
2
get_authors_from_cff_file
Function · 0.85
update_citations
Function · 0.85
Calls
1
load
Method · 0.80
Tested by
no test coverage detected