pyx-core 1.18.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (585) hide show
  1. pyx_core-1.18.0/LICENSE +11 -0
  2. pyx_core-1.18.0/PKG-INFO +150 -0
  3. pyx_core-1.18.0/README.md +37 -0
  4. pyx_core-1.18.0/pyproject.toml +185 -0
  5. pyx_core-1.18.0/src/PyXMake/API/__pycache__/__init__.cpython-37.pyc +0 -0
  6. pyx_core-1.18.0/src/PyXMake/Build/Make.py +4449 -0
  7. pyx_core-1.18.0/src/PyXMake/Build/__init__.py +34 -0
  8. pyx_core-1.18.0/src/PyXMake/Build/__install__.py +176 -0
  9. pyx_core-1.18.0/src/PyXMake/Build/__pycache__/Make.cpython-37.pyc +0 -0
  10. pyx_core-1.18.0/src/PyXMake/Build/__pycache__/__init__.cpython-37.pyc +0 -0
  11. pyx_core-1.18.0/src/PyXMake/Build/cmd/windows/iniCompiler.bat +31 -0
  12. pyx_core-1.18.0/src/PyXMake/Build/config/.f2py_f2cmap +6 -0
  13. pyx_core-1.18.0/src/PyXMake/Build/config/stm_choco.ps1 +61 -0
  14. pyx_core-1.18.0/src/PyXMake/Build/config/stm_color.py +57 -0
  15. pyx_core-1.18.0/src/PyXMake/Build/config/stm_conf.py +225 -0
  16. pyx_core-1.18.0/src/PyXMake/Build/config/stm_doc_config +2492 -0
  17. pyx_core-1.18.0/src/PyXMake/Build/config/stm_doc_footer.html +0 -0
  18. pyx_core-1.18.0/src/PyXMake/Build/config/stm_docker.ps1 +98 -0
  19. pyx_core-1.18.0/src/PyXMake/Build/config/stm_docker_ports.ps1 +88 -0
  20. pyx_core-1.18.0/src/PyXMake/Build/config/stm_docu.yml +29 -0
  21. pyx_core-1.18.0/src/PyXMake/Build/config/stm_layout.html +4 -0
  22. pyx_core-1.18.0/src/PyXMake/Build/config/stm_logo.ico +0 -0
  23. pyx_core-1.18.0/src/PyXMake/Build/config/stm_logo.png +0 -0
  24. pyx_core-1.18.0/src/PyXMake/Build/config/stm_makefile +123 -0
  25. pyx_core-1.18.0/src/PyXMake/Build/config/stm_pyfilter.py +61 -0
  26. pyx_core-1.18.0/src/PyXMake/Build/config/stm_sphinx.sty +1858 -0
  27. pyx_core-1.18.0/src/PyXMake/Build/config/stm_style.css +9 -0
  28. pyx_core-1.18.0/src/PyXMake/Paths.log +22 -0
  29. pyx_core-1.18.0/src/PyXMake/Plugin/__pycache__/__build.cpython-37.pyc +0 -0
  30. pyx_core-1.18.0/src/PyXMake/Plugin/__pycache__/__git.cpython-37.pyc +0 -0
  31. pyx_core-1.18.0/src/PyXMake/Plugin/__pycache__/__gitlab.cpython-37.pyc +0 -0
  32. pyx_core-1.18.0/src/PyXMake/Plugin/__pycache__/__init__.cpython-37.pyc +0 -0
  33. pyx_core-1.18.0/src/PyXMake/Plugin/__pycache__/__poetry.cpython-37.pyc +0 -0
  34. pyx_core-1.18.0/src/PyXMake/Tools/ErrorHandling.py +112 -0
  35. pyx_core-1.18.0/src/PyXMake/Tools/Utility.py +1983 -0
  36. pyx_core-1.18.0/src/PyXMake/Tools/__init__.py +33 -0
  37. pyx_core-1.18.0/src/PyXMake/Tools/__pycache__/Utility.cpython-37.pyc +0 -0
  38. pyx_core-1.18.0/src/PyXMake/Tools/__pycache__/__init__.cpython-37.pyc +0 -0
  39. pyx_core-1.18.0/src/PyXMake/VTL/__init__.py +798 -0
  40. pyx_core-1.18.0/src/PyXMake/VTL/__install__.py +109 -0
  41. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/__init__.cpython-37.pyc +0 -0
  42. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/abaqus.cpython-37.pyc +0 -0
  43. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/api.cpython-37.pyc +0 -0
  44. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/app.cpython-37.pyc +0 -0
  45. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/archive.cpython-37.pyc +0 -0
  46. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/bundle.cpython-37.pyc +0 -0
  47. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/cmake.cpython-37.pyc +0 -0
  48. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/coverage.cpython-37.pyc +0 -0
  49. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/cxx.cpython-37.pyc +0 -0
  50. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/doxygen.cpython-37.pyc +0 -0
  51. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/gfortran.cpython-37.pyc +0 -0
  52. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/ifort.cpython-37.pyc +0 -0
  53. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/java.cpython-37.pyc +0 -0
  54. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/latex.cpython-37.pyc +0 -0
  55. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/openapi.cpython-37.pyc +0 -0
  56. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/py2x.cpython-37.pyc +0 -0
  57. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/pyreq.cpython-37.pyc +0 -0
  58. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/sphinx.cpython-37.pyc +0 -0
  59. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/ssh_f2py.cpython-37.pyc +0 -0
  60. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/ssh_ifort.cpython-37.pyc +0 -0
  61. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/ssh_make.cpython-37.pyc +0 -0
  62. pyx_core-1.18.0/src/PyXMake/VTL/__pycache__/stm_svn2git.cpython-37.pyc +0 -0
  63. pyx_core-1.18.0/src/PyXMake/VTL/abaqus.py +152 -0
  64. pyx_core-1.18.0/src/PyXMake/VTL/api.py +86 -0
  65. pyx_core-1.18.0/src/PyXMake/VTL/app.py +87 -0
  66. pyx_core-1.18.0/src/PyXMake/VTL/archive.py +90 -0
  67. pyx_core-1.18.0/src/PyXMake/VTL/bundle.py +76 -0
  68. pyx_core-1.18.0/src/PyXMake/VTL/chocolatey.py +126 -0
  69. pyx_core-1.18.0/src/PyXMake/VTL/cmake.py +78 -0
  70. pyx_core-1.18.0/src/PyXMake/VTL/cmd/linux/stm_cara_software.sh +533 -0
  71. pyx_core-1.18.0/src/PyXMake/VTL/cmd/linux/stm_conda_env.sh +108 -0
  72. pyx_core-1.18.0/src/PyXMake/VTL/cmd/linux/stm_jenkins_job.sh +50 -0
  73. pyx_core-1.18.0/src/PyXMake/VTL/cmd/linux/stm_lab_image.sh +66 -0
  74. pyx_core-1.18.0/src/PyXMake/VTL/cmd/linux/stm_lab_pages.sh +28 -0
  75. pyx_core-1.18.0/src/PyXMake/VTL/cmd/linux/stm_routines_docs.sh +37 -0
  76. pyx_core-1.18.0/src/PyXMake/VTL/cmd/windows/stm_conda.bat +18 -0
  77. pyx_core-1.18.0/src/PyXMake/VTL/cmd/windows/stm_lab.bat +117 -0
  78. pyx_core-1.18.0/src/PyXMake/VTL/cmd/windows/stm_latex.bat +32 -0
  79. pyx_core-1.18.0/src/PyXMake/VTL/cmd/windows/stm_make.bat +315 -0
  80. pyx_core-1.18.0/src/PyXMake/VTL/cmd/windows/stm_post.bat +63 -0
  81. pyx_core-1.18.0/src/PyXMake/VTL/cmd/windows/stm_server.bat +86 -0
  82. pyx_core-1.18.0/src/PyXMake/VTL/coverage.py +72 -0
  83. pyx_core-1.18.0/src/PyXMake/VTL/cxx.py +100 -0
  84. pyx_core-1.18.0/src/PyXMake/VTL/doc/documentation.rst +35 -0
  85. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/core.rst +42 -0
  86. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/____init_____8py_source.html +90 -0
  87. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/____install_____8py_source.html +91 -0
  88. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/_build_2____init_____8py_source.html +90 -0
  89. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/_error_handling_8py_source.html +101 -0
  90. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/_make_8py_source.html +235 -0
  91. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/_tools_2____init_____8py_source.html +90 -0
  92. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/_utility_8py_source.html +129 -0
  93. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/_v_t_l_2____init_____8py_source.html +95 -0
  94. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/abaqus_8py_source.html +93 -0
  95. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/annotated.html +149 -0
  96. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/annotated_dup.js +4 -0
  97. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/api_8py_source.html +95 -0
  98. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/app_8py_source.html +92 -0
  99. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/bc_s.png +0 -0
  100. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/bdwn.png +0 -0
  101. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/bundle_8py_source.html +92 -0
  102. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_c_cxx-members.html +138 -0
  103. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_c_cxx.html +625 -0
  104. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_c_cxx.js +20 -0
  105. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_c_cxx.png +0 -0
  106. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_custom-members.html +132 -0
  107. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_custom.html +428 -0
  108. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_custom.js +13 -0
  109. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_custom.png +0 -0
  110. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_doxygen-members.html +133 -0
  111. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_doxygen.html +490 -0
  112. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_doxygen.js +15 -0
  113. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_doxygen.png +0 -0
  114. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_fortran-members.html +143 -0
  115. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_fortran.html +702 -0
  116. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_fortran.js +28 -0
  117. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_fortran.png +0 -0
  118. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_make-members.html +128 -0
  119. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_make.html +951 -0
  120. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_make.js +38 -0
  121. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_make.png +0 -0
  122. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_n_s_i_s-members.html +135 -0
  123. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_n_s_i_s.html +452 -0
  124. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_n_s_i_s.js +14 -0
  125. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_n_s_i_s.png +0 -0
  126. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_py2_x-members.html +135 -0
  127. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_py2_x.html +442 -0
  128. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_py2_x.js +14 -0
  129. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_py2_x.png +0 -0
  130. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_py_installer-members.html +136 -0
  131. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_py_installer.html +478 -0
  132. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_py_installer.js +18 -0
  133. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_py_installer.png +0 -0
  134. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_s_s_h-members.html +150 -0
  135. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_s_s_h.html +906 -0
  136. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_s_s_h.js +33 -0
  137. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_s_s_h.png +0 -0
  138. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_sphinx-members.html +142 -0
  139. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_sphinx.html +441 -0
  140. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_sphinx.js +19 -0
  141. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_build_1_1_make_1_1_sphinx.png +0 -0
  142. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_error_handling_1_1_error-members.html +95 -0
  143. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_error_handling_1_1_error.html +175 -0
  144. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_error_handling_1_1_error.js +5 -0
  145. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_error_handling_1_1_error.png +0 -0
  146. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_error_handling_1_1_input_error-members.html +97 -0
  147. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_error_handling_1_1_input_error.html +187 -0
  148. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_error_handling_1_1_input_error.js +5 -0
  149. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_error_handling_1_1_input_error.png +0 -0
  150. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_error_handling_1_1_transition_error-members.html +99 -0
  151. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_error_handling_1_1_transition_error.html +242 -0
  152. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_error_handling_1_1_transition_error.js +7 -0
  153. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_error_handling_1_1_transition_error.png +0 -0
  154. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_utility_1_1_changed_working_directory-members.html +98 -0
  155. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_utility_1_1_changed_working_directory.html +138 -0
  156. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_utility_1_1_changed_working_directory.js +8 -0
  157. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_utility_1_1_changed_working_directory.png +0 -0
  158. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_utility_1_1_get_data_from_pickle-members.html +96 -0
  159. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_utility_1_1_get_data_from_pickle.html +221 -0
  160. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_utility_1_1_get_data_from_pickle.js +5 -0
  161. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_utility_1_1_get_data_from_pickle.png +0 -0
  162. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_utility_1_1_update_z_i_p-members.html +103 -0
  163. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_utility_1_1_update_z_i_p.html +153 -0
  164. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_utility_1_1_update_z_i_p.js +13 -0
  165. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_tools_1_1_utility_1_1_update_z_i_p.png +0 -0
  166. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1___base_command_runner-members.html +94 -0
  167. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1___base_command_runner.html +124 -0
  168. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1___base_command_runner.js +4 -0
  169. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1___base_command_runner.png +0 -0
  170. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1___base_test-members.html +102 -0
  171. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1___base_test.html +176 -0
  172. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1___base_test.js +9 -0
  173. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1___base_test.png +0 -0
  174. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_clean-members.html +94 -0
  175. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_clean.html +115 -0
  176. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_clean.js +4 -0
  177. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_clean.png +0 -0
  178. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_in_development_test-members.html +102 -0
  179. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_in_development_test.html +150 -0
  180. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_in_development_test.js +4 -0
  181. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_in_development_test.png +0 -0
  182. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_long_test-members.html +102 -0
  183. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_long_test.html +150 -0
  184. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_long_test.js +4 -0
  185. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_long_test.png +0 -0
  186. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_test-members.html +102 -0
  187. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_test.html +150 -0
  188. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_test.js +4 -0
  189. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1_test.png +0 -0
  190. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1abq__mcodac-members.html +109 -0
  191. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1abq__mcodac.html +175 -0
  192. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1abq__mcodac.js +7 -0
  193. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1abq__mcodac.png +0 -0
  194. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1app__pycodac-members.html +105 -0
  195. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1app__pycodac.html +160 -0
  196. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1app__pycodac.js +5 -0
  197. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1app__pycodac.png +0 -0
  198. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1bundle__pycodac-members.html +103 -0
  199. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1bundle__pycodac.html +151 -0
  200. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1bundle__pycodac.js +4 -0
  201. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1bundle__pycodac.png +0 -0
  202. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__boxbeam-members.html +105 -0
  203. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__boxbeam.html +154 -0
  204. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__boxbeam.js +5 -0
  205. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__boxbeam.png +0 -0
  206. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdcore-members.html +105 -0
  207. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdcore.html +154 -0
  208. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdcore.js +5 -0
  209. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdcore.png +0 -0
  210. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdmapper-members.html +105 -0
  211. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdmapper.html +154 -0
  212. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdmapper.js +5 -0
  213. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdmapper.png +0 -0
  214. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdpycodac-members.html +105 -0
  215. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdpycodac.html +154 -0
  216. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdpycodac.js +5 -0
  217. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdpycodac.png +0 -0
  218. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdsubbuck-members.html +105 -0
  219. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdsubbuck.html +154 -0
  220. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdsubbuck.js +5 -0
  221. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__mcdsubbuck.png +0 -0
  222. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__pyxmake-members.html +105 -0
  223. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__pyxmake.html +154 -0
  224. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__pyxmake.js +5 -0
  225. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1doxy__pyxmake.png +0 -0
  226. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1f2py__beos-members.html +108 -0
  227. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1f2py__beos.html +166 -0
  228. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1f2py__beos.js +4 -0
  229. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1f2py__beos.png +0 -0
  230. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1f2py__boxbeam-members.html +108 -0
  231. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1f2py__boxbeam.html +159 -0
  232. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1f2py__boxbeam.png +0 -0
  233. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1f2py__mcodac-members.html +108 -0
  234. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1f2py__mcodac.html +172 -0
  235. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1f2py__mcodac.js +6 -0
  236. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1f2py__mcodac.png +0 -0
  237. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1java__boxbeam-members.html +108 -0
  238. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1java__boxbeam.html +172 -0
  239. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1java__boxbeam.js +6 -0
  240. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1java__boxbeam.png +0 -0
  241. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1java__mcodac-members.html +108 -0
  242. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1java__mcodac.html +172 -0
  243. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1java__mcodac.js +6 -0
  244. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1java__mcodac.png +0 -0
  245. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pylint-members.html +102 -0
  246. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pylint.html +173 -0
  247. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pylint.js +9 -0
  248. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pylint.png +0 -0
  249. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__app-members.html +105 -0
  250. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__app.html +224 -0
  251. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__app.js +12 -0
  252. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__app.png +0 -0
  253. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__bundle-members.html +103 -0
  254. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__bundle.html +218 -0
  255. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__bundle.js +10 -0
  256. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__bundle.png +0 -0
  257. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__custom-members.html +108 -0
  258. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__custom.html +233 -0
  259. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__custom.js +15 -0
  260. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__custom.png +0 -0
  261. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__doxygen-members.html +103 -0
  262. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__doxygen.html +223 -0
  263. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__doxygen.js +10 -0
  264. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__doxygen.png +0 -0
  265. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__f2py-members.html +108 -0
  266. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__f2py.html +235 -0
  267. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__f2py.js +15 -0
  268. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__f2py.png +0 -0
  269. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__fortran-members.html +108 -0
  270. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__fortran.html +236 -0
  271. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__fortran.js +15 -0
  272. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__fortran.png +0 -0
  273. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__sphinx-members.html +104 -0
  274. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__sphinx.html +221 -0
  275. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__sphinx.js +11 -0
  276. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1pyx__sphinx.png +0 -0
  277. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1sphinx__stmlab-members.html +104 -0
  278. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1sphinx__stmlab.html +157 -0
  279. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1sphinx__stmlab.js +5 -0
  280. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1sphinx__stmlab.png +0 -0
  281. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1win__boxbeam-members.html +108 -0
  282. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1win__boxbeam.html +175 -0
  283. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1win__boxbeam.js +7 -0
  284. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1win__boxbeam.png +0 -0
  285. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1win__mcodac-members.html +108 -0
  286. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1win__mcodac.html +175 -0
  287. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1win__mcodac.js +7 -0
  288. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/class_py_x_make_1_1_v_t_l_1_1stm__make_1_1win__mcodac.png +0 -0
  289. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/classes.html +131 -0
  290. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/closed.png +0 -0
  291. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/cxx_8py_source.html +93 -0
  292. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/dir_4335ce4a64d0d4f9f4c8f0a782dfdfeb.html +90 -0
  293. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/dir_4335ce4a64d0d4f9f4c8f0a782dfdfeb.js +6 -0
  294. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/dir_7e461070e7b716e896e0d97cd6a82321.html +90 -0
  295. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/dir_7e461070e7b716e896e0d97cd6a82321.js +6 -0
  296. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/doc.png +0 -0
  297. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/doxygen.css +1596 -0
  298. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/doxygen.png +0 -0
  299. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/doxygen_8py_source.html +93 -0
  300. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/dynsections.js +104 -0
  301. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/files.html +118 -0
  302. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/files.js +21 -0
  303. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/folderclosed.png +0 -0
  304. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/folderopen.png +0 -0
  305. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/functions.html +463 -0
  306. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/functions_func.html +242 -0
  307. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/functions_vars.html +345 -0
  308. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/hierarchy.html +145 -0
  309. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/hierarchy.js +69 -0
  310. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/ifort_8py_source.html +93 -0
  311. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/index.html +90 -0
  312. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/java_8py_source.html +93 -0
  313. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/jquery.js +87 -0
  314. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/menu.js +26 -0
  315. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/menudata.js +90 -0
  316. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make.html +164 -0
  317. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make.js +6 -0
  318. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_build.html +128 -0
  319. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_build.js +4 -0
  320. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_build_1_1____install____.html +131 -0
  321. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_build_1_1_make.html +201 -0
  322. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_build_1_1_make.js +13 -0
  323. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_tools.html +128 -0
  324. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_tools.js +5 -0
  325. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_tools_1_1_error_handling.html +131 -0
  326. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_tools_1_1_error_handling.js +6 -0
  327. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_tools_1_1_utility.html +907 -0
  328. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_tools_1_1_utility.js +6 -0
  329. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l.html +350 -0
  330. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l.js +4 -0
  331. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1abaqus.html +222 -0
  332. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1api.html +268 -0
  333. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1app.html +251 -0
  334. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1bundle.html +199 -0
  335. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1cxx.html +219 -0
  336. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1doxygen.html +230 -0
  337. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1ifort.html +414 -0
  338. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1java.html +242 -0
  339. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1py2x.html +264 -0
  340. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1sphinx.html +307 -0
  341. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1ssh__f2py.html +296 -0
  342. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1ssh__ifort.html +489 -0
  343. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1ssh__make.html +275 -0
  344. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1stm__make.html +185 -0
  345. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespace_py_x_make_1_1_v_t_l_1_1stm__make.js +34 -0
  346. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespacemembers.html +252 -0
  347. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespacemembers_func.html +245 -0
  348. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespacemembers_vars.html +95 -0
  349. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespaces.html +116 -0
  350. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/namespaces.js +4 -0
  351. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/nav_f.png +0 -0
  352. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/nav_g.png +0 -0
  353. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/nav_h.png +0 -0
  354. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/navtree.css +146 -0
  355. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/navtree.js +517 -0
  356. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/navtreedata.js +35 -0
  357. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/navtreeindex0.js +253 -0
  358. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/navtreeindex1.js +197 -0
  359. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/open.png +0 -0
  360. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/py2x_8py_source.html +93 -0
  361. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/resize.js +114 -0
  362. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_0.html +26 -0
  363. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_0.js +8 -0
  364. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_1.html +26 -0
  365. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_1.js +14 -0
  366. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_10.html +26 -0
  367. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_10.js +15 -0
  368. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_11.html +26 -0
  369. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_11.js +7 -0
  370. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_12.html +26 -0
  371. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_12.js +5 -0
  372. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_13.html +26 -0
  373. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_13.js +4 -0
  374. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_14.html +26 -0
  375. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_14.js +7 -0
  376. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_2.html +26 -0
  377. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_2.js +8 -0
  378. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_3.html +26 -0
  379. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_3.js +12 -0
  380. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_4.html +26 -0
  381. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_4.js +12 -0
  382. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_5.html +26 -0
  383. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_5.js +9 -0
  384. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_6.html +26 -0
  385. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_6.js +13 -0
  386. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_7.html +26 -0
  387. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_7.js +15 -0
  388. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_8.html +26 -0
  389. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_8.js +13 -0
  390. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_9.html +26 -0
  391. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_9.js +5 -0
  392. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_a.html +26 -0
  393. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_a.js +9 -0
  394. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_b.html +26 -0
  395. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_b.js +10 -0
  396. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_c.html +26 -0
  397. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_c.js +6 -0
  398. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_d.html +26 -0
  399. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_d.js +8 -0
  400. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_e.html +26 -0
  401. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_e.js +46 -0
  402. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_f.html +26 -0
  403. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/all_f.js +5 -0
  404. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_0.html +26 -0
  405. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_0.js +5 -0
  406. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_1.html +26 -0
  407. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_1.js +5 -0
  408. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_10.html +26 -0
  409. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_10.js +4 -0
  410. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_11.html +26 -0
  411. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_11.js +5 -0
  412. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_2.html +26 -0
  413. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_2.js +4 -0
  414. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_3.html +26 -0
  415. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_3.js +7 -0
  416. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_4.html +26 -0
  417. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_4.js +10 -0
  418. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_5.html +26 -0
  419. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_5.js +4 -0
  420. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_6.html +26 -0
  421. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_6.js +7 -0
  422. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_7.html +26 -0
  423. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_7.js +4 -0
  424. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_8.html +26 -0
  425. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_8.js +5 -0
  426. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_9.html +26 -0
  427. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_9.js +5 -0
  428. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_a.html +26 -0
  429. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_a.js +4 -0
  430. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_b.html +26 -0
  431. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_b.js +4 -0
  432. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_c.html +26 -0
  433. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_c.js +4 -0
  434. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_d.html +26 -0
  435. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_d.js +13 -0
  436. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_e.html +26 -0
  437. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_e.js +6 -0
  438. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_f.html +26 -0
  439. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/classes_f.js +5 -0
  440. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/close.png +0 -0
  441. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_0.html +26 -0
  442. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_0.js +6 -0
  443. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_1.html +26 -0
  444. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_1.js +11 -0
  445. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_10.html +26 -0
  446. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_10.js +4 -0
  447. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_2.html +26 -0
  448. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_2.js +4 -0
  449. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_3.html +26 -0
  450. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_3.js +6 -0
  451. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_4.html +26 -0
  452. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_4.js +4 -0
  453. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_5.html +26 -0
  454. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_5.js +5 -0
  455. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_6.html +26 -0
  456. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_6.js +7 -0
  457. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_7.html +26 -0
  458. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_7.js +14 -0
  459. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_8.html +26 -0
  460. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_8.js +5 -0
  461. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_9.html +26 -0
  462. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_9.js +5 -0
  463. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_a.html +26 -0
  464. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_a.js +5 -0
  465. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_b.html +26 -0
  466. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_b.js +9 -0
  467. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_c.html +26 -0
  468. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_c.js +5 -0
  469. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_d.html +26 -0
  470. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_d.js +6 -0
  471. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_e.html +26 -0
  472. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_e.js +4 -0
  473. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_f.html +26 -0
  474. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/functions_f.js +4 -0
  475. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/mag_sel.png +0 -0
  476. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/namespaces_0.html +26 -0
  477. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/namespaces_0.js +25 -0
  478. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/nomatches.html +12 -0
  479. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/search.css +271 -0
  480. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/search.js +791 -0
  481. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/search_l.png +0 -0
  482. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/search_m.png +0 -0
  483. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/search_r.png +0 -0
  484. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/searchdata.js +27 -0
  485. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_0.html +26 -0
  486. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_0.js +4 -0
  487. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_1.html +26 -0
  488. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_1.js +6 -0
  489. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_2.html +26 -0
  490. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_2.js +5 -0
  491. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_3.html +26 -0
  492. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_3.js +4 -0
  493. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_4.html +26 -0
  494. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_4.js +7 -0
  495. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_5.html +26 -0
  496. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_5.js +5 -0
  497. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_6.html +26 -0
  498. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_6.js +9 -0
  499. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_7.html +26 -0
  500. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_7.js +8 -0
  501. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_8.html +26 -0
  502. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_8.js +7 -0
  503. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_9.html +26 -0
  504. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_9.js +5 -0
  505. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_a.html +26 -0
  506. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_a.js +6 -0
  507. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_b.html +26 -0
  508. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_b.js +9 -0
  509. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_c.html +26 -0
  510. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_c.js +9 -0
  511. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_d.html +26 -0
  512. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_d.js +4 -0
  513. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_e.html +26 -0
  514. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_e.js +4 -0
  515. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_f.html +26 -0
  516. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/search/variables_f.js +4 -0
  517. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/sphinx_8py_source.html +93 -0
  518. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/splitbar.png +0 -0
  519. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/ssh__f2py_8py_source.html +93 -0
  520. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/ssh__ifort_8py_source.html +93 -0
  521. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/ssh__make_8py_source.html +93 -0
  522. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/stm__make_8py_source.html +241 -0
  523. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/stm_logo.png +0 -0
  524. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/sync_off.png +0 -0
  525. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/sync_on.png +0 -0
  526. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/tab_a.png +0 -0
  527. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/tab_b.png +0 -0
  528. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/tab_h.png +0 -0
  529. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/tab_s.png +0 -0
  530. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_core/html/tabs.css +1 -0
  531. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_qmh/DLR_QMH_Guidelines_PyXMake.docx +0 -0
  532. pyx_core-1.18.0/src/PyXMake/VTL/doc/pyx_qmh/DLR_QMH_Guidelines_PyXMake.pdf +0 -0
  533. pyx_core-1.18.0/src/PyXMake/VTL/docker.py +86 -0
  534. pyx_core-1.18.0/src/PyXMake/VTL/doxygen.py +87 -0
  535. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_abaqus.py +152 -0
  536. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_api.py +86 -0
  537. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_app.py +87 -0
  538. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_archive.py +90 -0
  539. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_bundle.py +76 -0
  540. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_chocolatey.py +126 -0
  541. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_cmake.py +78 -0
  542. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_coverage.py +72 -0
  543. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_cxx.py +100 -0
  544. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_docker.py +86 -0
  545. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_doxygen.py +87 -0
  546. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_gfortran.py +207 -0
  547. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_gitlab.py +99 -0
  548. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_ifort.py +204 -0
  549. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_java.py +117 -0
  550. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_latex.py +64 -0
  551. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_openapi.py +168 -0
  552. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_portainer.py +58 -0
  553. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_py2x.py +103 -0
  554. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_pyreq.py +80 -0
  555. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_sphinx.py +82 -0
  556. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_ssh_f2py.py +161 -0
  557. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_ssh_ifort.py +187 -0
  558. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_ssh_make.py +227 -0
  559. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_stm_cara.py +125 -0
  560. pyx_core-1.18.0/src/PyXMake/VTL/examples/pyx_stm_svn2git.py +123 -0
  561. pyx_core-1.18.0/src/PyXMake/VTL/gfortran.py +207 -0
  562. pyx_core-1.18.0/src/PyXMake/VTL/gitlab.py +99 -0
  563. pyx_core-1.18.0/src/PyXMake/VTL/hooks/windows/stm_pre_commit.bat +35 -0
  564. pyx_core-1.18.0/src/PyXMake/VTL/ifort.py +204 -0
  565. pyx_core-1.18.0/src/PyXMake/VTL/java.py +117 -0
  566. pyx_core-1.18.0/src/PyXMake/VTL/latex.py +64 -0
  567. pyx_core-1.18.0/src/PyXMake/VTL/make/pyx_module.f90 +28 -0
  568. pyx_core-1.18.0/src/PyXMake/VTL/make/pyx_muesli.mk +217 -0
  569. pyx_core-1.18.0/src/PyXMake/VTL/make/pyx_muesli_def.h +265 -0
  570. pyx_core-1.18.0/src/PyXMake/VTL/make/pyx_muesli_undef.h +27 -0
  571. pyx_core-1.18.0/src/PyXMake/VTL/openapi.py +168 -0
  572. pyx_core-1.18.0/src/PyXMake/VTL/portainer.py +58 -0
  573. pyx_core-1.18.0/src/PyXMake/VTL/py2x.py +103 -0
  574. pyx_core-1.18.0/src/PyXMake/VTL/pyreq.py +80 -0
  575. pyx_core-1.18.0/src/PyXMake/VTL/sphinx.py +82 -0
  576. pyx_core-1.18.0/src/PyXMake/VTL/ssh_f2py.py +161 -0
  577. pyx_core-1.18.0/src/PyXMake/VTL/ssh_ifort.py +187 -0
  578. pyx_core-1.18.0/src/PyXMake/VTL/ssh_make.py +227 -0
  579. pyx_core-1.18.0/src/PyXMake/VTL/stm_cara.py +125 -0
  580. pyx_core-1.18.0/src/PyXMake/VTL/stm_make.py +1154 -0
  581. pyx_core-1.18.0/src/PyXMake/VTL/stm_post.py +60 -0
  582. pyx_core-1.18.0/src/PyXMake/VTL/stm_svn2git.py +123 -0
  583. pyx_core-1.18.0/src/PyXMake/__init__.py +130 -0
  584. pyx_core-1.18.0/src/PyXMake/__install__.py +109 -0
  585. pyx_core-1.18.0/src/PyXMake/__setenv__.py +66 -0
@@ -0,0 +1,11 @@
1
+ ## License
2
+
3
+ Copyright © 2024 German Aerospace Center (DLR) e.V.
4
+
5
+ This work is licensed under multiple licenses:
6
+ - The source code and the accompanying material are licensed under [MIT](LICENSES/MIT.txt).
7
+ - The documentation and the resulting plots are licensed under [CC-BY-4.0](LICENSES/CC-BY-4.0.txt).
8
+
9
+ Please see the individual files for more accurate information.
10
+
11
+ > **Hint:** We provided the copyright and license information in accordance to the [REUSE Specification 3.0](https://reuse.software/spec/).
@@ -0,0 +1,150 @@
1
+ Metadata-Version: 2.1
2
+ Name: pyx-core
3
+ Version: 1.18.0
4
+ Summary: All core functionalities for using PyXMake as a build system
5
+ Home-page: https://gitlab.dlr.de/fa_sw/stmlab/PyXMake
6
+ License: MIT
7
+ Keywords: compilation,documentation,packaging
8
+ Author: Garbade, Marc
9
+ Author-email: marc.garbade@dlr.de
10
+ Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
11
+ Classifier: Development Status :: 5 - Production/Stable
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Operating System :: OS Independent
14
+ Classifier: Programming Language :: Python :: 2
15
+ Classifier: Programming Language :: Python :: 2.7
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.5
18
+ Classifier: Programming Language :: Python :: 3.6
19
+ Classifier: Programming Language :: Python :: 3.7
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Topic :: Software Development :: Build Tools
25
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
26
+ Provides-Extra: all
27
+ Provides-Extra: core
28
+ Provides-Extra: devel
29
+ Requires-Dist: GitPython (>=2.1,<2.2) ; python_version >= "2.7" and python_version < "2.8"
30
+ Requires-Dist: GitPython (>=3,<3.1.15) ; python_version >= "3.5" and python_version < "3.6"
31
+ Requires-Dist: GitPython (>=3,<3.1.19) ; python_version >= "3.6" and python_version < "3.7"
32
+ Requires-Dist: GitPython (>=3.1.24) ; python_version >= "3.7" and python_version < "4.0"
33
+ Requires-Dist: Jinja2 (>=3.0,<4.0) ; python_version >= "3.6" and python_version < "3.7"
34
+ Requires-Dist: Jinja2 (>=3.1) ; python_version >= "3.7" and python_version < "4.0"
35
+ Requires-Dist: Pillow (>=6.2,<6.3) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
36
+ Requires-Dist: Pillow (>=9.2) ; python_version >= "3.7" and python_version < "4.0"
37
+ Requires-Dist: autodocsumm (>=0.2.6,<0.3.0) ; python_version >= "3.7" and python_version < "4.0"
38
+ Requires-Dist: beautifulsoup4 (>=4.11) ; python_version >= "3.7" and python_version < "4.0"
39
+ Requires-Dist: beautifulsoup4 (>=4.8,<5.0) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
40
+ Requires-Dist: cmake (>=3.26) ; python_version >= "3.7" and python_version < "4.0"
41
+ Requires-Dist: cmake (>=3.26,<3.27.8) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
42
+ Requires-Dist: contextlib2 (>=0.6,<0.7) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
43
+ Requires-Dist: contextlib2 (>=21.6) ; python_version >= "3.7" and python_version < "4.0"
44
+ Requires-Dist: cryptography (>=3.1,<4.0) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
45
+ Requires-Dist: cryptography (>=38.0) ; python_version >= "3.7" and python_version < "4.0"
46
+ Requires-Dist: distlib (>=0.3.5)
47
+ Requires-Dist: dnspython (>=2.2) ; python_version >= "3.7" and python_version < "4.0"
48
+ Requires-Dist: fastapi (>=0.79) ; python_version >= "3.7" and python_version < "4.0"
49
+ Requires-Dist: future (>=0.18) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
50
+ Requires-Dist: git-filter-repo (>=2.34) ; python_version >= "3.7" and python_version < "4.0"
51
+ Requires-Dist: httpx (>=0.24,<0.25) ; python_version >= "3.7" and python_version < "3.8"
52
+ Requires-Dist: httpx (>=0.26) ; python_version >= "3.8"
53
+ Requires-Dist: keyring (>=18.0,<18.1) ; python_version >= "2.7" and python_version < "2.8"
54
+ Requires-Dist: keyring (>=19,<24.1) ; python_version >= "3.5" and python_version < "3.7"
55
+ Requires-Dist: keyring (>=23.0) ; python_version >= "3.7" and python_version < "4.0"
56
+ Requires-Dist: markupsafe (>=2.0,<3.0) ; python_version >= "3.6" and python_version < "3.7"
57
+ Requires-Dist: markupsafe (>=2.1) ; python_version >= "3.7" and python_version < "4.0"
58
+ Requires-Dist: numpy (>=1.16,<2.0) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.6"
59
+ Requires-Dist: numpy (>=1.18,<2.0) ; python_version >= "3.6" and python_version < "3.7"
60
+ Requires-Dist: numpy (>=1.21,<2.0) ; python_version >= "3.7" and python_version < "3.8"
61
+ Requires-Dist: numpy (>=1.22) ; python_version >= "3.8" and python_version < "4.0"
62
+ Requires-Dist: packaging (>=20.9,<21.0) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
63
+ Requires-Dist: packaging (>=21.0) ; python_version >= "3.7" and python_version < "4.0"
64
+ Requires-Dist: paramiko (>=2.9) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
65
+ Requires-Dist: pipreqs (>=0.4) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
66
+ Requires-Dist: psutil (>=5.7) ; python_version >= "3.5" and python_version < "3.6" and sys_platform == "windows"
67
+ Requires-Dist: psutil (>=5.8) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"
68
+ Requires-Dist: psutil (>=5.8) ; python_version >= "3.5" and python_version < "3.6" and sys_platform != "windows"
69
+ Requires-Dist: pyc-core ; (python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0") and (extra == "all" or extra == "devel")
70
+ Requires-Dist: pydantic (>=1.8) ; python_version >= "3.7" and python_version < "4.0"
71
+ Requires-Dist: pyinstaller (>=5.3) ; python_version >= "3.7" and python_version < "3.12"
72
+ Requires-Dist: pytest (>=7.1) ; python_version >= "3.7" and python_version < "4.0"
73
+ Requires-Dist: pytest-cov (>=3,<5.0) ; python_version >= "3.7" and python_version < "4.0"
74
+ Requires-Dist: python-dateutil (>=2.8) ; python_version >= "3.7" and python_version < "4.0"
75
+ Requires-Dist: python-multipart (>=0.0.5) ; python_version >= "3.7" and python_version < "4.0"
76
+ Requires-Dist: pythonsed ; sys_platform == "win32"
77
+ Requires-Dist: pyx-poetry ; (python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0") and (extra == "all" or extra == "core")
78
+ Requires-Dist: rapidfuzz (>=2.15,<3.0) ; python_version >= "3.7" and python_version < "3.8"
79
+ Requires-Dist: rapidfuzz (>=3,<4.0) ; python_version >= "3.8" and python_version < "4.0"
80
+ Requires-Dist: recommonmark (>=0.7) ; python_version >= "3.7" and python_version < "4.0"
81
+ Requires-Dist: requests (>=2.25,<3.0) ; python_version >= "3.5" and python_version < "3.7"
82
+ Requires-Dist: requests (>=2.28) ; python_version >= "3.7" and python_version < "4.0"
83
+ Requires-Dist: requests-toolbelt (>=0.10) ; python_version >= "3.7" and python_version < "4.0"
84
+ Requires-Dist: requests-toolbelt (>=0.9.1,<0.10.0) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
85
+ Requires-Dist: scipy (>=1.10) ; python_version >= "3.9" and python_version < "3.13"
86
+ Requires-Dist: scipy (>=1.2,<2.0) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.6"
87
+ Requires-Dist: scipy (>=1.5,<2.0) ; python_version >= "3.6" and python_version < "3.7"
88
+ Requires-Dist: scipy (>=1.6,<2.0) ; python_version >= "3.7" and python_version < "3.8"
89
+ Requires-Dist: scipy (>=1.8,<1.9) ; python_version >= "3.8" and python_version < "3.9"
90
+ Requires-Dist: setuptools (>=39.0,<40.0) ; python_version >= "2.7" and python_version < "2.8"
91
+ Requires-Dist: setuptools (>=49.0,<50.0) ; python_version >= "3.5" and python_version < "3.6"
92
+ Requires-Dist: setuptools (>=58.0,<59.0) ; python_version >= "3.6" and python_version < "3.7"
93
+ Requires-Dist: setuptools (>=64.0) ; python_version >= "3.8" and python_version < "4.0"
94
+ Requires-Dist: setuptools (>=64.0,<65.0) ; python_version >= "3.7" and python_version < "3.8"
95
+ Requires-Dist: six (>=1.15) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
96
+ Requires-Dist: sphinx (>=3.0,<4.0) ; python_version >= "3.6" and python_version < "3.7"
97
+ Requires-Dist: sphinx (>=5.1) ; python_version >= "3.7" and python_version < "4.0"
98
+ Requires-Dist: sphinx-rtd-theme (>=1.0) ; python_version >= "3.7" and python_version < "4.0"
99
+ Requires-Dist: sphinxcontrib-bibtex (>=1.0,<2.0) ; python_version >= "3.6" and python_version < "3.7"
100
+ Requires-Dist: sphinxcontrib-bibtex (>=2.5) ; python_version >= "3.7" and python_version < "4.0"
101
+ Requires-Dist: sphinxemoji (>=0.2) ; python_version >= "3.7" and python_version < "4.0"
102
+ Requires-Dist: starlette (>=0.19) ; python_version >= "3.7" and python_version < "4.0"
103
+ Requires-Dist: stdlib-list (>=0.8) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
104
+ Requires-Dist: svn (>=1.0) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
105
+ Requires-Dist: tomlkit (>=0.12) ; python_version >= "3.7" and python_version < "4.0"
106
+ Requires-Dist: tomlkit (>=0.5,<0.6) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.7"
107
+ Requires-Dist: uvicorn (>=0.17) ; python_version >= "3.7" and python_version < "4.0"
108
+ Requires-Dist: whichcraft (>=0.6) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "4.0"
109
+ Project-URL: Changelog, https://gitlab.dlr.de/fa_sw/stmlab/PyXMake/-/blob/master/CHANGELOG.md
110
+ Project-URL: Documentation, https://gitlab.dlr.de/fa_sw/stmlab/PyXMake/-/blob/master/README.md
111
+ Project-URL: Repository, https://gitlab.dlr.de/fa_sw/stmlab/PyXMake
112
+ Description-Content-Type: text/markdown
113
+
114
+ [![doi](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.13352143-red.svg)](https://zenodo.org/records/13352143)
115
+
116
+ # PyXMake
117
+ > This subpackage belongs to [PyXMake](https://gitlab.com/dlr-sy/pyxmake) and contains all core functionalities. It is installed automatically with the parent project. However, it is also separately available as a build system dependency. Please refer to the linked [repository](https://gitlab.com/dlr-sy/pyxmake) for documentation and application examples.
118
+
119
+ ## Downloading
120
+ Use GIT to get the latest code base. From the command line, use
121
+ ```
122
+ git clone https://gitlab.dlr.de/dlr-sy/pyxmake pyxmake
123
+ ```
124
+ If you check out the repository for the first time, you have to initialize all submodule dependencies first. Execute the following from within the repository.
125
+ ```
126
+ git submodule update --init --recursive
127
+ ```
128
+ To update all refererenced submodules to the latest production level, use
129
+ ```
130
+ git submodule foreach --recursive 'git pull origin $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'
131
+ ```
132
+ ## Installation
133
+ PyXMake can be installed from source using [poetry](https://python-poetry.org). If you don't have [poetry](https://python-poetry.org) installed, run
134
+ ```
135
+ pip install poetry --pre --upgrade
136
+ ```
137
+ to install the latest version of [poetry](https://python-poetry.org) within your python environment. Use
138
+ ```
139
+ poetry update
140
+ ```
141
+ to update all dependencies in the lock file or directly execute
142
+ ```
143
+ poetry install
144
+ ```
145
+ to install all dependencies from the lock file. Last, you should be able to import PyXMake as a python package.
146
+ ```python
147
+ import PyXMake
148
+ ```
149
+ ## Contact
150
+ * [Marc Garbade](mailto:marc.garbade@dlr.de)
@@ -0,0 +1,37 @@
1
+ [![doi](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.13352143-red.svg)](https://zenodo.org/records/13352143)
2
+
3
+ # PyXMake
4
+ > This subpackage belongs to [PyXMake](https://gitlab.com/dlr-sy/pyxmake) and contains all core functionalities. It is installed automatically with the parent project. However, it is also separately available as a build system dependency. Please refer to the linked [repository](https://gitlab.com/dlr-sy/pyxmake) for documentation and application examples.
5
+
6
+ ## Downloading
7
+ Use GIT to get the latest code base. From the command line, use
8
+ ```
9
+ git clone https://gitlab.dlr.de/dlr-sy/pyxmake pyxmake
10
+ ```
11
+ If you check out the repository for the first time, you have to initialize all submodule dependencies first. Execute the following from within the repository.
12
+ ```
13
+ git submodule update --init --recursive
14
+ ```
15
+ To update all refererenced submodules to the latest production level, use
16
+ ```
17
+ git submodule foreach --recursive 'git pull origin $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'
18
+ ```
19
+ ## Installation
20
+ PyXMake can be installed from source using [poetry](https://python-poetry.org). If you don't have [poetry](https://python-poetry.org) installed, run
21
+ ```
22
+ pip install poetry --pre --upgrade
23
+ ```
24
+ to install the latest version of [poetry](https://python-poetry.org) within your python environment. Use
25
+ ```
26
+ poetry update
27
+ ```
28
+ to update all dependencies in the lock file or directly execute
29
+ ```
30
+ poetry install
31
+ ```
32
+ to install all dependencies from the lock file. Last, you should be able to import PyXMake as a python package.
33
+ ```python
34
+ import PyXMake
35
+ ```
36
+ ## Contact
37
+ * [Marc Garbade](mailto:marc.garbade@dlr.de)
@@ -0,0 +1,185 @@
1
+ # TOML file for PyXMake as a build system.
2
+ #
3
+ # @note: TOML file
4
+ # Created on 20.09.2021
5
+ #
6
+ # @version: 1.0
7
+ # ----------------------------------------------------------------------------------------------
8
+ # @requires:
9
+ # -
10
+ #
11
+ # @change:
12
+ # -
13
+ #
14
+ # @author: garb_ma [DLR-SY,STM Braunschweig]
15
+ # ----------------------------------------------------------------------------------------------
16
+ [build-system]
17
+ requires = ["poetry-core>=1.0"]
18
+ build-backend = "poetry.core.masonry.api"
19
+
20
+ [tool.poetry]
21
+ name = "pyx-core"
22
+ version = "0.0.0dev"
23
+ description = "All core functionalities for using PyXMake as a build system"
24
+ authors = ["Garbade, Marc <marc.garbade@dlr.de>"]
25
+ license = "MIT"
26
+ readme = "README.md"
27
+ packages = [{include="PyXMake", from="src"}]
28
+ include = ["src/PyXMake/*"]
29
+ exclude = ["src/PyXMake/API/*.py",
30
+ "src/PyXMake/Plugin/*.py",
31
+ "src/PyXMake/**/*.git*"]
32
+ repository = "https://gitlab.dlr.de/fa_sw/stmlab/PyXMake"
33
+ documentation = "https://gitlab.dlr.de/fa_sw/stmlab/PyXMake/-/blob/master/README.md"
34
+ keywords = ["compilation", "documentation", "packaging"]
35
+ classifiers = [
36
+ "Development Status :: 5 - Production/Stable",
37
+ "Topic :: Software Development :: Build Tools",
38
+ "Topic :: Software Development :: Libraries :: Python Modules",
39
+ "Programming Language :: Python :: 2",
40
+ "Programming Language :: Python :: 3",
41
+ "License :: OSI Approved :: MIT License",
42
+ "Operating System :: OS Independent"
43
+ ]
44
+
45
+ [tool.poetry.urls]
46
+ Changelog = "https://gitlab.dlr.de/fa_sw/stmlab/PyXMake/-/blob/master/CHANGELOG.md"
47
+
48
+ [[tool.poetry.source]]
49
+ name = "PyPI"
50
+ priority = "primary"
51
+
52
+ [[tool.poetry.source]]
53
+ name = "dlr-sy"
54
+ url = "https://gitlab.dlr.de/api/v4/groups/541/-/packages/pypi/simple"
55
+ priority = "supplemental"
56
+
57
+ [tool.poetry.dependencies]
58
+ python = "~2.7 || ^3.5"
59
+ autodocsumm = [{version = "^0.2.6", python = "^3.7"}]
60
+ beautifulsoup4 = [{version = "^4.8", python = "~2.7 || ^3.5,<3.7"},
61
+ {version = ">=4.11", python = "^3.7"}]
62
+ cmake = [{version = "^3.26,<3.27.8", python = "~2.7 || ^3.5,<3.7"},
63
+ {version = ">=3.26", python = "^3.7"}]
64
+ contextlib2 = [{version = "^0.6", python = "~2.7 || ^3.5,<3.7"},
65
+ {version = ">=21.6", python = "^3.7"}]
66
+ cryptography = [{version = "^3.1", python = "~2.7 || ^3.5,<3.7"},
67
+ {version = ">=38.0", python = "^3.7"}]
68
+ distlib = [{version = ">=0.3.5"}]
69
+ dnspython = [{version = ">=2.2", python = "^3.7"}]
70
+ fastapi = [{version = ">=0.79", python = "^3.7"}]
71
+ future = [{version = ">=0.18", python = "~2.7 || ^3.5"}]
72
+ git-filter-repo = [{version = ">=2.34", python = "^3.7"}]
73
+ GitPython = [{version = "~2.1", python = "~2.7"},
74
+ {version = "^3,<3.1.15", python = "~3.5"},
75
+ {version = "^3,<3.1.19", python = "~3.6"},
76
+ {version = ">=3.1.24", python = "^3.7"}]
77
+ httpx = [{version = "^0.24", python = "~3.7"},
78
+ {version = ">=0.26", python = ">=3.8"}]
79
+ Jinja2 = [{version = "^3.0", python = "~3.6"},
80
+ {version = ">=3.1", python = "^3.7"}]
81
+ keyring = [{version = "~18.0", python = "~2.7"},
82
+ {version = ">=19,<24.1", python = "^3.5,<3.7"},
83
+ {version = ">=23.0", python = "^3.7"}]
84
+ markupsafe = [{version = "^2.0", python = "~3.6"},
85
+ {version = ">=2.1", python = "^3.7"}]
86
+ numpy = [{version = "^1.16", python = "~2.7 || ~3.5"},
87
+ {version = "^1.18", python = "~3.6"},
88
+ {version = "^1.21", python = "~3.7"},
89
+ {version = ">=1.22", python = "^3.8"}]
90
+ packaging = [{version = "^20.9", python = "~2.7 || ^3.5,<3.7"},
91
+ {version = ">=21.0", python = "^3.7"}]
92
+ paramiko = [{version = ">=2.9", python = "~2.7 || ^3.5"}]
93
+ Pillow = [{version = "~6.2", python = "~2.7 || ^3.5,<3.7"},
94
+ {version = ">=9.2", python = "^3.7"}]
95
+ pipreqs = [{version = ">=0.4", python = "~2.7 || ^3.5"}]
96
+ psutil = [{version = ">=5.8", python = "~2.7 || ^3.6"},
97
+ {version = ">=5.8", python = "~3.5", markers = "sys_platform != 'windows'"},
98
+ {version = ">=5.7", python = "~3.5", markers = "sys_platform == 'windows'"}]
99
+ pydantic = [{version = ">=1.8", python = "^3.7"}]
100
+ pyinstaller = [{version = ">=5.3", python = "^3.7,<3.12"}]
101
+ pytest = [{version = ">=7.1", python = "^3.7"}]
102
+ pytest-cov = [{version = ">=3,<5.0", python = "^3.7"}]
103
+ python-dateutil = [{version = ">=2.8", python = "^3.7"}]
104
+ python-multipart = [{version = ">=0.0.5", python = "^3.7"}]
105
+ pythonsed = [{version = "*", platform = "win32"}]
106
+ rapidfuzz = [{version = "^2.15", python = "~3.7"},
107
+ {version = ">=3,<4.0", python = "^3.8"}]
108
+ recommonmark = [{version = ">=0.7", python = "^3.7"}]
109
+ requests = [{version = "^2.25", python = "^3.5,<3.7"},
110
+ {version = ">=2.28", python = "^3.7"}]
111
+ requests-toolbelt = [{version = "^0.9.1", python = "~2.7 || ^3.5,<3.7"},
112
+ {version = ">=0.10", python = "^3.7"}]
113
+ scipy = [{version = "^1.2", python = "~2.7 || ~3.5"},
114
+ {version = "^1.5", python = "~3.6"},
115
+ {version = "^1.6", python = "~3.7"},
116
+ {version = "~1.8", python = "~3.8"},
117
+ {version = ">=1.10", python = ">=3.9,<3.13"}]
118
+ six = [{version = ">=1.15", python = "~2.7 || ^3.5"}]
119
+ sphinx = [{version = "^3.0", python = "~3.6"},
120
+ {version = ">=5.1", python = "^3.7"}]
121
+ sphinx-rtd-theme = [{version = ">=1.0", python = "^3.7"}]
122
+ sphinxcontrib-bibtex = [{version = "^1.0", python = "~3.6"},
123
+ {version = ">=2.5", python = "^3.7"}]
124
+ sphinxemoji = [{version = ">=0.2", python = "^3.7"}]
125
+ starlette = [{version = ">=0.19", python = "^3.7"}]
126
+ stdlib-list = [{version = ">=0.8", python = "~2.7 || ^3.5"}]
127
+ setuptools = [{version = "^39.0", python = "~2.7"},
128
+ {version = "^49.0,", python = "~3.5"},
129
+ {version = "^58.0,", python = "~3.6"},
130
+ {version = "^64.0", python = "~3.7"},
131
+ {version = ">=64.0", python = "^3.8"}]
132
+ svn = [{version = ">=1.0", python = "~2.7 || ^3.5"}]
133
+ tomlkit = [{version = "^0.5", python = "~2.7 || ^3.5,<3.7"},
134
+ {version = ">=0.12", python = "^3.7"}]
135
+ uvicorn = [{version = ">=0.17", python = "^3.7"}]
136
+ whichcraft = [{version = ">=0.6", python = "~2.7 || ^3.5"}]
137
+
138
+ # All optional dependencies
139
+ pyx-poetry = [{version = "*", python = "~2.7 || ^3.5", optional = true}]
140
+ pyc-core = [{version = "*", python = "~2.7 || ^3.5", optional = true}]
141
+
142
+ # All mandatory development dependencies
143
+ [tool.poetry.group.dev.dependencies]
144
+ pyx-poetry = [{git = "https://gitlab.dlr.de/fa_sw/stmlab/PyXMake.git", branch="pyx_poetry", python="^3.7"}]
145
+ pyc-core = [{git = "https://gitlab.dlr.de/fa_sw/stmlab/PyCODAC.git", python="^3.7"}]
146
+
147
+ [tool.poetry.extras]
148
+ all = ["pyx-poetry","pyc-core"]
149
+ core = ["pyx-poetry"]
150
+ devel = ["pyc-core"]
151
+
152
+ [tool.poetry.scripts]
153
+ poetry-auto-cli = "PyXMake.VTL:run"
154
+ pyxmake = "PyXMake.VTL:main"
155
+
156
+ [tool.pyxmake.archive]
157
+ name = "pyx_core-master.tar.gz"
158
+ source = "src/PyXMake"
159
+
160
+ [tool.pyxmake.doxygen]
161
+ name = "PyXMake"
162
+ title = ["PyXMake", "PyXMake Developer Guide"]
163
+ format = "Python"
164
+ source = "src"
165
+ output = "doc/pyx_core"
166
+ filter = [{"contains" = ["doc","bin","config"]}, {"endswith" = ["make","scratch","examples"]}]
167
+
168
+ [tool.pyxmake.coverage]
169
+ name = "PyXMake"
170
+ source = "src"
171
+ exclude = ["src/PyXMake/Plugin",
172
+ "src/PyXMake/VTL"]
173
+ include = ["example/pyx_api.py",
174
+ "example/pyx_app.py",
175
+ "example/pyx_cmake.py",
176
+ "example/pyx_archive.py",
177
+ "example/pyx_gfortran.py",
178
+ "example/pyx_py2x.py.py",
179
+ "example/pyx_pyreq.py",
180
+ "example/pyx_cxx.py",
181
+ "example/pyx_doxygen.py",
182
+ "example/pyx_latex.py",
183
+ "example/pyx_sphinx.py",
184
+ "example/pyx_openapi.py",
185
+ "example/pyx_bundle.py"]