Skip to content

PyOrthanc 1.13.0

Compare
Choose a tag to compare
@gacou54 gacou54 released this 18 Oct 13:27
· 58 commits to main since this release

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