Salome HOME
Yacs decorator
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Tue, 1 Sep 2020 13:33:21 +0000 (15:33 +0200)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Tue, 1 Sep 2020 13:33:21 +0000 (15:33 +0200)
commit3b1e552d7293fe951444ce161ab1dc6a2ac3778a
treebeef252a1bda048b195c9d0e7f0582f3f4e060a6
parentc68218cc2c99c4c1d8a93505ea775c9ec30ef119
Yacs decorator

Build a yacs schema out of a decorated python script.
src/py2yacs/CMakeLists.txt
src/py2yacs/Test/CMakeLists.txt
src/py2yacs/Test/CTestTestfileInstall.cmake
src/py2yacs/Test/formule.py [new file with mode: 0755]
src/py2yacs/Test/testDeco.py [new file with mode: 0755]
src/py2yacs/Test/testforeach.py [new file with mode: 0755]
src/py2yacs/py2yacs.py
src/py2yacs/yacsbuild.py [new file with mode: 0755]
src/py2yacs/yacsdecorator.py [new file with mode: 0644]
src/py2yacs/yacstools.py [new file with mode: 0644]