Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/python.rst @ 490:933e28b6a64d
Orthanc 1.7.3
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 24 Aug 2020 08:05:10 +0200 |
parents | 03dfb896ca4b |
children | 98592b9e7ad5 |
comparison
equal
deleted
inserted
replaced
489:c33016871f1e | 490:933e28b6a64d |
---|---|
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.2/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__ | 21 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.7.3/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 |