forked from pool/orthanc-python
- version 4.3 * Created Python documentation for the Orthanc interface, check out "orthanc.pyi" * Added option "AllowThreads" to release the GIL during the call to the native SDK functions * Code model is now generated by the "orthanc-java" project * Added Windows builder for Python 3.12 * Licensing information is now compliant with the FSFE REUSE specification OBS-URL: https://build.opensuse.org/request/show/1186214 OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=15
19 lines
889 B
Plaintext
19 lines
889 B
Plaintext
README: Orthanc for openSUSE
|
|
============================
|
|
|
|
Orthanc is a RESTful DICOM server for healthcare and medical research.
|
|
|
|
This plugin can be used to write Orthanc plugins using the Python programming language instead of the more complex C/C++ programming languages.
|
|
|
|
Python plugins have access to more features and a more consistent SDK than Lua scripts. The Python API is automatically generated from the Orthanc plugin SDK in C using the Clang compiler front-end.
|
|
|
|
As of release 2.0 of the plugin, the coverage of the C SDK is about 75% (119 functions are automatically wrapped in Python out of a total of 157 functions in the Orthanc SDK 1.7.2).
|
|
|
|
Configuration files in json format should be stored in /etc/orthanc.
|
|
|
|
Check out http://book.orthanc-server.com/plugins/python.html for additional information!
|
|
|
|
Have fun
|
|
Axel Braun <DocB@openSUSE.org> Tue Dec 22 09:16:26 UTC 2020
|
|
|