MCPcopy 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
14def readme():
15 with open('README.md', encoding='utf-8') as f:
16 content = f.read()
17 return content
18
19
20def parse_requirements(fname='requirements.txt', with_version=True):

Callers 1

do_setupFunction · 0.85

Calls 2

openFunction · 0.85
readMethod · 0.45

Tested by

no test coverage detected