Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ check_python
Function
check_python
scripts/doctor.py:50–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
50
def
check_python() -> bool:
51
version = sys.version_info
52
ok = version >= (3, 10)
53
status(ok,
"Python version"
, f
"{version.major}.{version.minor}.{version.micro}"
)
54
return
ok
55
56
57
def
check_imports() -> bool:
Callers
1
main
Function · 0.85
Calls
1
status
Function · 0.85
Tested by
no test coverage detected