File: README.txt

package info (click to toggle)
orthanc-python 6.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,172 kB
  • sloc: cpp: 8,299; python: 786; sh: 62; makefile: 33
file content (15 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Introduction
============

This folder contains the Python script that reads the code model of
the Orthanc SDK that is generated by the "orthanc-java" project [1],
then automatically wraps this SDK as a Python extension module.

The output of the script is written to "../Sources/Autogenerated".

Usage:

$ ./GenerateOrthancSDK.py

[1] https://orthanc.uclouvain.be/book/plugins/java.html