File: control

package info (click to toggle)
orthanc-python 5.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,452 kB
  • sloc: cpp: 14,199; python: 740; sh: 62; makefile: 31
file content (36 lines) | stat: -rw-r--r-- 1,433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: orthanc-python
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sebastien Jodogne <s.jodogne@gmail.com>
Section: science
Priority: optional
Build-Depends: cmake,
               debhelper-compat (= 13),
               libboost-all-dev,
               libjsoncpp-dev,
               liborthancframework-dev (>= 1.12.7+dfsg-3),
               libpython3-dev,
               orthanc-dev,
               python3-dev,
               pkgconf,
               unzip
Standards-Version: 4.7.1
Vcs-Browser: https://salsa.debian.org/med-team/orthanc-python
Vcs-Git: https://salsa.debian.org/med-team/orthanc-python.git
Homepage: https://orthanc.uclouvain.be/book/plugins/python.html
Rules-Requires-Root: no

Package: orthanc-python
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         orthanc (>= 1.12.7+dfsg-3)
Built-Using: ${orthancframework:Built-Using}
Suggests: python3
Description: Develop plugins for Orthanc using the Python programming language
 This plugin can be used to write Orthanc plugins using the Python programming
 language instead of the more complex C/C++ programming languages. It can be
 used to gain access to Python modules directly in Orthanc.
 .
 This plugin can be of great help to anyone wishing to automate her imaging
 workflow, to design/train new machine learning algorithms, or to deploy AI
 systems directly in clinical setups.