issues
search
gacou54
/
pyorthanc
Python library that wrap the Orthanc REST API and facilitate the manipulation of data in Orthanc
MIT License
49
stars
10
forks
source link
Add orthanc_sdk
#43
Closed
gacou54
closed
1 year ago
gacou54
commented
1 year ago
Add a new submodule
orthanc_sdk
.
When used in an Orthanc Python script, it acts as 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
Use it with
from pyorthanc import orthanc_sdk
orthanc_sdk
.import orthanc
import orthanc
from pyorthanc import orthanc_sdk