Mercurial > hg > orthanc-python
view CodeAnalysis/README.txt @ 311:e6818f1ef1f3 default tip
fix compat with old python lib
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 16 Dec 2025 19:14:22 +0100 |
| parents | 98219e09a9ba |
| children |
line wrap: on
line source
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/
