# HG changeset patch # User Sebastien Jodogne # Date 1623413477 -7200 # Node ID 9d5e17100a8db1970717d93bd8fbcdabee8b807b # Parent cd70d23f34bc2d1cff8f4fc44c347198f3b2126e update statistics from 2.0 to 3.2 diff -r cd70d23f34bc -r 9d5e17100a8d Sphinx/source/plugins/python.rst --- a/Sphinx/source/plugins/python.rst Fri Jun 11 14:09:21 2021 +0200 +++ b/Sphinx/source/plugins/python.rst Fri Jun 11 14:11:17 2021 +0200 @@ -16,15 +16,15 @@ instead of the more complex C/C++ programming languages. Python plugins have access to more features and a more consistent SDK -than :ref:`Lua scripts `. The Python API is automatically -generated from the `Orthanc plugin SDK in C +than :ref:`Lua scripts `. The largest part of 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). +As of release 3.2 of the plugin, the coverage of the C SDK is about +87% (138 functions are automatically wrapped in Python out of a total +of 158 functions from the Orthanc SDK 1.8.1). Source code