File: README.txt

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

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

This folder contains the Python script that reads the code model of
the Orthanc SDK, and that automatically wraps this SDK as a Python
extension module. This script is automatically invoked during the
build by CMake. It necessitates the Pystache module [1] to be
installed in the Python environment used by CMake.

Usage:

$ ./GenerateOrthancSDK.py


[1] https://pypi.org/project/pystache/