Mercurial > hg > orthanc-python
view CodeAnalysis/README.txt @ 197:cf15599a1608 java-code-model
integration mainline->java-code-model
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 02 Jul 2024 19:03:56 +0200 |
parents | 3c72d1f4c2a5 |
children |
line wrap: on
line source
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