comparison Sphinx/source/plugins/python.rst @ 839:c29ac12e3160

Orthanc-1.11.0
author Alain Mazy <am@osimis.io>
date Mon, 09 May 2022 13:11:36 +0200
parents e95713f90614
children 450f0efebe4f
comparison
equal deleted inserted replaced
838:6afc236cd60a 839:c29ac12e3160
16 instead of the more complex C/C++ programming languages. 16 instead of the more complex C/C++ programming languages.
17 17
18 Python plugins have access to more features and a more consistent SDK 18 Python plugins have access to more features and a more consistent SDK
19 than :ref:`Lua scripts <lua>`. The largest part of the Python API is 19 than :ref:`Lua scripts <lua>`. The largest part of the Python API is
20 automatically generated from the `Orthanc plugin SDK in C 20 automatically generated from the `Orthanc plugin SDK in C
21 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.10.1/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__ 21 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.11.0/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
22 using the `Clang <https://en.wikipedia.org/wiki/Clang>`__ compiler 22 using the `Clang <https://en.wikipedia.org/wiki/Clang>`__ compiler
23 front-end. 23 front-end.
24 24
25 As of release 3.2 of the plugin, the coverage of the C SDK is about 25 As of release 3.2 of the plugin, the coverage of the C SDK is about
26 87% (138 functions are automatically wrapped in Python out of a total 26 87% (138 functions are automatically wrapped in Python out of a total