-
Notifications
You must be signed in to change notification settings - Fork 0
CLI Reference
MedICS Docs edited this page Sep 16, 2026
·
1 revision
The medics command is the entry point for launching the app and for extension packaging helpers.
Implemented at medics.__main__:main_entry.
medics
python -m medicsmedics Start the desktop application
medics --version, -V Print the installed version
medics --help Show CLI help
medics --create-ext
medics --create-ext medics-ext-my-tool
medics --create-ext medics-ext-my-tool /path/to/parentCopies medics/extension_template/ and substitutes package / class names. See Extensions.
# from an extension project directory (or pass the path as allowed by your build)
medics --build-ext # protected / Cython wheel when configured
medics --build-ext --unprotected # plain-Python wheelThe extension wheel builder lives in medics.utils.build_wheel and is also used by many extension CI workflows.
From a MedICS source checkout (not required for end users):
medics --build # protected main wheel
medics --build --unprotected # plain-Python main wheelRoot helpers such as build_medics.py / setup_cython.py support packaging pipelines.
MedICS Community Wiki · Main application docs · Auth / license topics omitted in this version