comparison Sphinx/source/plugins/python.rst @ 528:50bdd7c7e9b9

Orthanc 1.8.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Oct 2020 11:39:07 +0200
parents f22b3743fd3f
children fd5c1410db5b
comparison
equal deleted inserted replaced
527:44e9db538cd9 528:50bdd7c7e9b9
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 Python API is automatically 19 than :ref:`Lua scripts <lua>`. The Python API is automatically
20 generated from the `Orthanc plugin SDK in C 20 generated from the `Orthanc plugin SDK in C
21 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.7.4/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__ 21 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.8.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 2.0 of the plugin, the coverage of the C SDK is about 25 As of release 2.0 of the plugin, the coverage of the C SDK is about
26 75% (119 functions are automatically wrapped in Python out of a total 26 75% (119 functions are automatically wrapped in Python out of a total