PyOrthanc 1.13.0
Features:
- Add a new submodule orthanc_sdk.
- When used in an Orthanc Python script, it acts the same as
import orthanc
- When used outside Orthanc (i.e. when developing a script), expose the same signature as
import orthanc
- This adds autocomplete and linting
- All methods/functions are mock (i.e. do nothing), which is useful when developing
- Use it with
from pyorthanc import orthanc_sdk
- When used in an Orthanc Python script, it acts the same as