Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/python.rst @ 374:f5bbdabb04d9
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 05 Apr 2020 10:25:51 +0200 |
parents | 847996394688 cb1d9a5bb043 |
children | 766fe39fdf35 |
comparison
equal
deleted
inserted
replaced
373:847996394688 | 374:f5bbdabb04d9 |
---|---|
4 Python plugin for Orthanc | 4 Python plugin for Orthanc |
5 ========================= | 5 ========================= |
6 | 6 |
7 .. contents:: | 7 .. contents:: |
8 | 8 |
9 | |
9 Overview | 10 Overview |
10 -------- | 11 -------- |
11 | 12 |
12 This plugin can be used to write :ref:`Orthanc plugins | 13 This plugin can be used to write :ref:`Orthanc plugins |
13 <creating-plugins>` using the `Python programming language | 14 <creating-plugins>` using the `Python programming language |
23 | 24 |
24 As of initial release 1.0 of the plugin, the coverage of the C SDK is | 25 As of initial release 1.0 of the plugin, the coverage of the C SDK is |
25 about 75% (105 functions are automatically wrapped in Python out of a | 26 about 75% (105 functions are automatically wrapped in Python out of a |
26 total of 139 functions in the Orthanc SDK 1.5.7). | 27 total of 139 functions in the Orthanc SDK 1.5.7). |
27 | 28 |
29 | |
30 Source code | |
31 ----------- | |
32 | |
33 * Link to the `official releases of this plugin | |
34 <https://www.orthanc-server.com/browse.php?path=/plugin-python>`__. | |
35 | |
36 * Link to the `code repository | |
37 <https://hg.orthanc-server.com/orthanc-python/>`__. | |
38 | |
39 | |
28 Licensing | 40 Licensing |
29 --------- | 41 --------- |
30 | 42 |
31 Pay attention to the fact that this plugin is licensed under the terms | 43 Pay attention to the fact that this plugin is licensed under the terms |
32 of the `AGPL license | 44 of the `AGPL license |