Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/python.rst @ 735:e6386c012438 Orthanc-1.9.5
Orthanc 1.9.5
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 08 Jul 2021 11:34:06 +0200 |
parents | 698eb280060a |
children | 97e6a0431c5e |
comparison
equal
deleted
inserted
replaced
734:ec7b42de3f6f | 735:e6386c012438 |
---|---|
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.9.4/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__ | 21 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.5/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 |