Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternScience/SciReason
/ readme
Function
readme
setup.py:14–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
14
def
readme():
15
with
open(
'README.md'
, encoding=
'utf-8'
)
as
f:
16
content = f.read()
17
return
content
18
19
20
def
parse_requirements(fname=
'requirements.txt'
, with_version=True):
Callers
1
do_setup
Function · 0.85
Calls
2
open
Function · 0.85
read
Method · 0.45
Tested by
no test coverage detected