dlubal.api 2.9.4rc8__tar.gz → 2.9.5__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.

Potentially problematic release.


This version of dlubal.api might be problematic. Click here for more details.

Files changed (353) hide show
  1. dlubal_api-2.9.5/PKG-INFO +88 -0
  2. dlubal_api-2.9.5/README.md +61 -0
  3. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/application.py +17 -11
  4. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/packing.py +3 -3
  5. dlubal_api-2.9.5/dlubal.api.egg-info/PKG-INFO +88 -0
  6. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/setup.py +2 -1
  7. dlubal_api-2.9.4rc8/PKG-INFO +0 -29
  8. dlubal_api-2.9.4rc8/README.md +0 -4
  9. dlubal_api-2.9.4rc8/dlubal.api.egg-info/PKG-INFO +0 -29
  10. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/__init__.py +0 -0
  11. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/__init__.py +0 -0
  12. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/common/__init__.py +0 -0
  13. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/common/common_pb2.py +0 -0
  14. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/common/common_pb2.pyi +0 -0
  15. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/common/connection.py +0 -0
  16. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/common/exceptions.py +0 -0
  17. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/common/model_id_pb2.py +0 -0
  18. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/common/model_id_pb2.pyi +0 -0
  19. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/common/table.py +0 -0
  20. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/common/table_data_pb2.py +0 -0
  21. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/common/table_data_pb2.pyi +0 -0
  22. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/__init__.py +0 -0
  23. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/aluminum_design_objects/__init__.py +0 -0
  24. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.py +0 -0
  25. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_sls_configuration_pb2.pyi +0 -0
  26. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.py +0 -0
  27. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/aluminum_design_objects/aluminum_design_uls_configuration_pb2.pyi +0 -0
  28. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/application_pb2.py +0 -0
  29. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/application_pb2.pyi +0 -0
  30. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/application_pb2_grpc.py +0 -0
  31. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/base_data/__init__.py +0 -0
  32. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/base_data/terrain_pb2.py +0 -0
  33. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/base_data/terrain_pb2.pyi +0 -0
  34. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/building_model/__init__.py +0 -0
  35. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/building_model/building_story_pb2.py +0 -0
  36. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/building_model/building_story_pb2.pyi +0 -0
  37. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/building_model/deep_beam_pb2.py +0 -0
  38. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/building_model/deep_beam_pb2.pyi +0 -0
  39. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/building_model/floor_set_pb2.py +0 -0
  40. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/building_model/floor_set_pb2.pyi +0 -0
  41. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/building_model/shear_wall_pb2.py +0 -0
  42. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/building_model/shear_wall_pb2.pyi +0 -0
  43. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/calculation_diagrams/__init__.py +0 -0
  44. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.py +0 -0
  45. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/calculation_diagrams/calculation_diagram_pb2.pyi +0 -0
  46. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/concrete_design_objects/__init__.py +0 -0
  47. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.py +0 -0
  48. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/concrete_design_objects/concrete_design_sls_configuration_pb2.pyi +0 -0
  49. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.py +0 -0
  50. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/concrete_design_objects/concrete_design_uls_configuration_pb2.pyi +0 -0
  51. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/construction_stages/__init__.py +0 -0
  52. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/construction_stages/construction_stage_pb2.py +0 -0
  53. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/construction_stages/construction_stage_pb2.pyi +0 -0
  54. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/dynamic_loads/__init__.py +0 -0
  55. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.py +0 -0
  56. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/dynamic_loads/accelerogram_pb2.pyi +0 -0
  57. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.py +0 -0
  58. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/dynamic_loads/response_spectrum_pb2.pyi +0 -0
  59. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/geotechnical_analysis/__init__.py +0 -0
  60. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.py +0 -0
  61. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/geotechnical_analysis/borehole_pb2.pyi +0 -0
  62. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.py +0 -0
  63. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/geotechnical_analysis/soil_massif_pb2.pyi +0 -0
  64. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/global_parameters/__init__.py +0 -0
  65. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/global_parameters/global_parameter_pb2.py +0 -0
  66. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/global_parameters/global_parameter_pb2.pyi +0 -0
  67. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/__init__.py +0 -0
  68. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/building_grid_pb2.py +0 -0
  69. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/building_grid_pb2.pyi +0 -0
  70. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/clipping_box_pb2.py +0 -0
  71. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/clipping_box_pb2.pyi +0 -0
  72. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.py +0 -0
  73. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/clipping_plane_pb2.pyi +0 -0
  74. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.py +0 -0
  75. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/coordinate_system_pb2.pyi +0 -0
  76. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/dimension_pb2.py +0 -0
  77. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/dimension_pb2.pyi +0 -0
  78. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.py +0 -0
  79. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/dxf_file_model_object_pb2.pyi +0 -0
  80. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.py +0 -0
  81. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/dxf_model_object_pb2.pyi +0 -0
  82. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/note_pb2.py +0 -0
  83. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/note_pb2.pyi +0 -0
  84. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/object_snap_pb2.py +0 -0
  85. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/object_snap_pb2.pyi +0 -0
  86. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/visual_object_pb2.py +0 -0
  87. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/guide_objects/visual_object_pb2.pyi +0 -0
  88. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/imperfections/__init__.py +0 -0
  89. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/imperfections/imperfection_case_pb2.py +0 -0
  90. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/imperfections/imperfection_case_pb2.pyi +0 -0
  91. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/imperfections/member_imperfection_pb2.py +0 -0
  92. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/imperfections/member_imperfection_pb2.pyi +0 -0
  93. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.py +0 -0
  94. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/imperfections/member_set_imperfection_pb2.pyi +0 -0
  95. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.py +0 -0
  96. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/imperfections/surface_imperfection_pb2.pyi +0 -0
  97. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.py +0 -0
  98. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/imperfections/surface_set_imperfection_pb2.pyi +0 -0
  99. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/load_wizards/__init__.py +0 -0
  100. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/load_wizards/wind_profile_pb2.py +0 -0
  101. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/load_wizards/wind_profile_pb2.pyi +0 -0
  102. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.py +0 -0
  103. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/load_wizards/wind_simulation_pb2.pyi +0 -0
  104. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/__init__.py +0 -0
  105. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/action_combination_pb2.py +0 -0
  106. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/action_combination_pb2.pyi +0 -0
  107. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/action_pb2.py +0 -0
  108. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/action_pb2.pyi +0 -0
  109. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/combination_wizard_pb2.py +0 -0
  110. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/combination_wizard_pb2.pyi +0 -0
  111. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/design_situation_pb2.py +0 -0
  112. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/design_situation_pb2.pyi +0 -0
  113. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/load_case_pb2.py +0 -0
  114. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/load_case_pb2.pyi +0 -0
  115. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/load_combination_pb2.py +0 -0
  116. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/load_combination_pb2.pyi +0 -0
  117. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.py +0 -0
  118. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/modal_analysis_settings_pb2.pyi +0 -0
  119. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/optimization_settings_pb2.py +0 -0
  120. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/optimization_settings_pb2.pyi +0 -0
  121. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.py +0 -0
  122. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/pushover_analysis_settings_pb2.pyi +0 -0
  123. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.py +0 -0
  124. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/relationship_between_load_cases_pb2.pyi +0 -0
  125. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/result_combination_pb2.py +0 -0
  126. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/result_combination_pb2.pyi +0 -0
  127. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.py +0 -0
  128. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/spectral_analysis_settings_pb2.pyi +0 -0
  129. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.py +0 -0
  130. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/stability_analysis_settings_pb2.pyi +0 -0
  131. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/static_analysis_settings_pb2.py +0 -0
  132. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/static_analysis_settings_pb2.pyi +0 -0
  133. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.py +0 -0
  134. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loading/wind_simulation_analysis_settings_pb2.pyi +0 -0
  135. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/__init__.py +0 -0
  136. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/free_circular_load_pb2.py +0 -0
  137. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/free_circular_load_pb2.pyi +0 -0
  138. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/free_concentrated_load_pb2.py +0 -0
  139. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/free_concentrated_load_pb2.pyi +0 -0
  140. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/free_line_load_pb2.py +0 -0
  141. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/free_line_load_pb2.pyi +0 -0
  142. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/free_polygon_load_pb2.py +0 -0
  143. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/free_polygon_load_pb2.pyi +0 -0
  144. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/free_rectangular_load_pb2.py +0 -0
  145. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/free_rectangular_load_pb2.pyi +0 -0
  146. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.py +0 -0
  147. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/imposed_line_deformation_pb2.pyi +0 -0
  148. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.py +0 -0
  149. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/imposed_nodal_deformation_pb2.pyi +0 -0
  150. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/line_load_pb2.py +0 -0
  151. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/line_load_pb2.pyi +0 -0
  152. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/line_set_load_pb2.py +0 -0
  153. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/line_set_load_pb2.pyi +0 -0
  154. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/member_load_pb2.py +0 -0
  155. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/member_load_pb2.pyi +0 -0
  156. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/member_set_load_pb2.py +0 -0
  157. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/member_set_load_pb2.pyi +0 -0
  158. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/nodal_load_pb2.py +0 -0
  159. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/nodal_load_pb2.pyi +0 -0
  160. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/opening_load_pb2.py +0 -0
  161. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/opening_load_pb2.pyi +0 -0
  162. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/solid_load_pb2.py +0 -0
  163. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/solid_load_pb2.pyi +0 -0
  164. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/solid_set_load_pb2.py +0 -0
  165. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/solid_set_load_pb2.pyi +0 -0
  166. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/surface_load_pb2.py +0 -0
  167. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/surface_load_pb2.pyi +0 -0
  168. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/surface_set_load_pb2.py +0 -0
  169. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/loads/surface_set_load_pb2.pyi +0 -0
  170. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/object_type_pb2.py +0 -0
  171. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/object_type_pb2.pyi +0 -0
  172. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/result_objects/__init__.py +0 -0
  173. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/result_objects/result_section_pb2.py +0 -0
  174. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/result_objects/result_section_pb2.pyi +0 -0
  175. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/results/__init__.py +0 -0
  176. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/results/results_id_pb2.py +0 -0
  177. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/results/results_id_pb2.pyi +0 -0
  178. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/results/results_query_pb2.py +0 -0
  179. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/results/results_query_pb2.pyi +0 -0
  180. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/steel_design_objects/__init__.py +0 -0
  181. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.py +0 -0
  182. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/steel_design_objects/steel_design_fr_configuration_pb2.pyi +0 -0
  183. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.py +0 -0
  184. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/steel_design_objects/steel_design_seismic_configuration_pb2.pyi +0 -0
  185. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.py +0 -0
  186. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/steel_design_objects/steel_design_sls_configuration_pb2.pyi +0 -0
  187. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.py +0 -0
  188. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/steel_design_objects/steel_design_uls_configuration_pb2.pyi +0 -0
  189. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/__init__.py +0 -0
  190. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/block_pb2.py +0 -0
  191. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/block_pb2.pyi +0 -0
  192. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/intersection_pb2.py +0 -0
  193. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/intersection_pb2.pyi +0 -0
  194. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/line_release_pb2.py +0 -0
  195. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/line_release_pb2.pyi +0 -0
  196. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.py +0 -0
  197. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/nodal_release_pb2.pyi +0 -0
  198. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.py +0 -0
  199. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/rigid_link_pb2.pyi +0 -0
  200. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.py +0 -0
  201. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/structure_modification_pb2.pyi +0 -0
  202. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/surface_release_pb2.py +0 -0
  203. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/surface_release_pb2.pyi +0 -0
  204. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.py +0 -0
  205. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/surface_results_adjustment_pb2.pyi +0 -0
  206. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.py +0 -0
  207. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_advanced/surfaces_contact_pb2.pyi +0 -0
  208. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/__init__.py +0 -0
  209. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/line_pb2.py +0 -0
  210. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/line_pb2.pyi +0 -0
  211. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/line_set_pb2.py +0 -0
  212. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/line_set_pb2.pyi +0 -0
  213. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/material_pb2.py +0 -0
  214. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/material_pb2.pyi +0 -0
  215. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/member_pb2.py +0 -0
  216. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/member_pb2.pyi +0 -0
  217. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/member_representative_pb2.py +0 -0
  218. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/member_representative_pb2.pyi +0 -0
  219. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/member_set_pb2.py +0 -0
  220. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/member_set_pb2.pyi +0 -0
  221. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/member_set_representative_pb2.py +0 -0
  222. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/member_set_representative_pb2.pyi +0 -0
  223. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/node_pb2.py +0 -0
  224. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/node_pb2.pyi +0 -0
  225. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/opening_pb2.py +0 -0
  226. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/opening_pb2.pyi +0 -0
  227. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/section_pb2.py +0 -0
  228. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/section_pb2.pyi +0 -0
  229. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/solid_pb2.py +0 -0
  230. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/solid_pb2.pyi +0 -0
  231. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/solid_set_pb2.py +0 -0
  232. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/solid_set_pb2.pyi +0 -0
  233. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/surface_pb2.py +0 -0
  234. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/surface_pb2.pyi +0 -0
  235. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/surface_set_pb2.py +0 -0
  236. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/surface_set_pb2.pyi +0 -0
  237. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/thickness_pb2.py +0 -0
  238. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/structure_core/thickness_pb2.pyi +0 -0
  239. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/timber_design_objects/__init__.py +0 -0
  240. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.py +0 -0
  241. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/timber_design_objects/timber_design_fr_configuration_pb2.pyi +0 -0
  242. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.py +0 -0
  243. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/timber_design_objects/timber_design_sls_configuration_pb2.pyi +0 -0
  244. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.py +0 -0
  245. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/timber_design_objects/timber_design_uls_configuration_pb2.pyi +0 -0
  246. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_aluminum_design/__init__.py +0 -0
  247. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.py +0 -0
  248. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_effective_lengths_pb2.pyi +0 -0
  249. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.py +0 -0
  250. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_local_section_reduction_pb2.pyi +0 -0
  251. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.py +0 -0
  252. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_aluminum_design/aluminum_member_transverse_weld_pb2.pyi +0 -0
  253. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_concrete_design/__init__.py +0 -0
  254. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.py +0 -0
  255. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_concrete_design/concrete_durability_pb2.pyi +0 -0
  256. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.py +0 -0
  257. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_concrete_design/concrete_effective_lengths_pb2.pyi +0 -0
  258. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.py +0 -0
  259. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_concrete_design/punching_reinforcement_pb2.pyi +0 -0
  260. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.py +0 -0
  261. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_concrete_design/reinforcement_direction_pb2.pyi +0 -0
  262. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.py +0 -0
  263. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_concrete_design/surface_reinforcement_pb2.pyi +0 -0
  264. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_lines/__init__.py +0 -0
  265. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.py +0 -0
  266. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_lines/line_hinge_pb2.pyi +0 -0
  267. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.py +0 -0
  268. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_lines/line_mesh_refinement_pb2.pyi +0 -0
  269. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_lines/line_support_pb2.py +0 -0
  270. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_lines/line_support_pb2.pyi +0 -0
  271. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.py +0 -0
  272. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_lines/line_welded_joint_pb2.pyi +0 -0
  273. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/__init__.py +0 -0
  274. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/design_support_pb2.py +0 -0
  275. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/design_support_pb2.pyi +0 -0
  276. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.py +0 -0
  277. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_definable_stiffness_pb2.pyi +0 -0
  278. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.py +0 -0
  279. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_eccentricity_pb2.pyi +0 -0
  280. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_hinge_pb2.py +0 -0
  281. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_hinge_pb2.pyi +0 -0
  282. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.py +0 -0
  283. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_nonlinearity_pb2.pyi +0 -0
  284. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_openings_pb2.py +0 -0
  285. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_openings_pb2.pyi +0 -0
  286. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.py +0 -0
  287. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_result_intermediate_point_pb2.pyi +0 -0
  288. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.py +0 -0
  289. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_rotational_restraint_pb2.pyi +0 -0
  290. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.py +0 -0
  291. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_shear_panel_pb2.pyi +0 -0
  292. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_spring_pb2.py +0 -0
  293. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_spring_pb2.pyi +0 -0
  294. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.py +0 -0
  295. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_stiffness_modification_pb2.pyi +0 -0
  296. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_support_pb2.py +0 -0
  297. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_support_pb2.pyi +0 -0
  298. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.py +0 -0
  299. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_members/member_transverse_stiffener_pb2.pyi +0 -0
  300. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_nodes/__init__.py +0 -0
  301. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.py +0 -0
  302. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_nodes/nodal_mesh_refinement_pb2.pyi +0 -0
  303. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.py +0 -0
  304. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_nodes/nodal_support_pb2.pyi +0 -0
  305. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_solids/__init__.py +0 -0
  306. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.py +0 -0
  307. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_solids/solid_contacts_pb2.pyi +0 -0
  308. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.py +0 -0
  309. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_solids/solid_gas_pb2.pyi +0 -0
  310. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.py +0 -0
  311. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_solids/solid_mesh_refinement_pb2.pyi +0 -0
  312. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_special_objects/__init__.py +0 -0
  313. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.py +0 -0
  314. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_special_objects/line_release_type_pb2.pyi +0 -0
  315. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.py +0 -0
  316. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_special_objects/nodal_release_type_pb2.pyi +0 -0
  317. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.py +0 -0
  318. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_special_objects/surface_release_type_pb2.pyi +0 -0
  319. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.py +0 -0
  320. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_special_objects/surfaces_contact_type_pb2.pyi +0 -0
  321. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_steel_design/__init__.py +0 -0
  322. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.py +0 -0
  323. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_steel_design/steel_boundary_conditions_pb2.pyi +0 -0
  324. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.py +0 -0
  325. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_steel_design/steel_effective_lengths_pb2.pyi +0 -0
  326. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.py +0 -0
  327. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_steel_design/steel_member_local_section_reduction_pb2.pyi +0 -0
  328. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_surfaces/__init__.py +0 -0
  329. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.py +0 -0
  330. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_surfaces/surface_eccentricity_pb2.pyi +0 -0
  331. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.py +0 -0
  332. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_surfaces/surface_mesh_refinement_pb2.pyi +0 -0
  333. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.py +0 -0
  334. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_surfaces/surface_stiffness_modification_pb2.pyi +0 -0
  335. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.py +0 -0
  336. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_surfaces/surface_support_pb2.pyi +0 -0
  337. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_timber_design/__init__.py +0 -0
  338. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.py +0 -0
  339. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_timber_design/timber_effective_lengths_pb2.pyi +0 -0
  340. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.py +0 -0
  341. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_timber_design/timber_member_local_section_reduction_pb2.pyi +0 -0
  342. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.py +0 -0
  343. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_timber_design/timber_moisture_class_pb2.pyi +0 -0
  344. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.py +0 -0
  345. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_timber_design/timber_service_class_pb2.pyi +0 -0
  346. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.py +0 -0
  347. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal/api/rfem/types_for_timber_design/timber_service_conditions_pb2.pyi +0 -0
  348. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal.api.egg-info/SOURCES.txt +0 -0
  349. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal.api.egg-info/dependency_links.txt +0 -0
  350. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal.api.egg-info/not-zip-safe +0 -0
  351. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal.api.egg-info/requires.txt +0 -0
  352. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/dlubal.api.egg-info/top_level.txt +0 -0
  353. {dlubal_api-2.9.4rc8 → dlubal_api-2.9.5}/setup.cfg +0 -0
@@ -0,0 +1,88 @@
1
+ Metadata-Version: 2.2
2
+ Name: dlubal.api
3
+ Version: 2.9.5
4
+ Summary: Python Client Library for Dlubal Software APIs powered by gRPC
5
+ Author: Dlubal Software
6
+ Author-email: api@dlubal.com
7
+ License: MIT
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Programming Language :: Python :: 3.10
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Requires-Python: >=3.10
14
+ Description-Content-Type: text/markdown
15
+ Requires-Dist: grpcio==1.68.0
16
+ Requires-Dist: grpcio-tools==1.68.0
17
+ Requires-Dist: pandas==2.2.3
18
+ Dynamic: author
19
+ Dynamic: author-email
20
+ Dynamic: classifier
21
+ Dynamic: description
22
+ Dynamic: description-content-type
23
+ Dynamic: license
24
+ Dynamic: requires-dist
25
+ Dynamic: requires-python
26
+ Dynamic: summary
27
+
28
+ # Dlubal API 2.0
29
+
30
+ ![PyPI](https://img.shields.io/pypi/v/dlubal.api)
31
+ ![Python](https://img.shields.io/badge/Python-3.7%2B-blue)
32
+ ![License](https://img.shields.io/badge/License-Proprietary-red)
33
+
34
+ ## Compatibility
35
+
36
+ This package version is fully compatible with the following **Dlubal App version**:
37
+
38
+ ✅ **X.09.0004.228.1fa4372348**
39
+
40
+ ## Overview
41
+ The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
42
+
43
+ ---
44
+
45
+ ## Installation
46
+
47
+ Ensure you have **Python 3.10+** installed. Then, install the package via **pip**:
48
+
49
+ ```sh
50
+ pip install dlubal.api
51
+ ```
52
+
53
+ For additional installation options, refer to the **official documentation**.
54
+
55
+ ---
56
+
57
+ ## Quick Start
58
+
59
+ ### Authentication & Authorization
60
+ To use the API, you need:
61
+ - **API Key**: Obtainable via your **Extranet | API & Cloud** dashboard.
62
+ - **API Subscription**: [API Service "On-Premises" (gRPC) | Subscription | 1 Year](https://www.dlubal.com/en/webshop/online-service)
63
+ - **API Credits**: Some API methods consume credits.
64
+
65
+ ---
66
+
67
+ ### Example Usage
68
+ ```python
69
+ import dlubal.api.rfem
70
+
71
+ with rfem.Application(api_key="your_api_key") as rfem_app:
72
+ # Example API call
73
+ rfem_app.create_model("MyModel")
74
+ rfem_app.create_object(
75
+ rfem.structure_core.Node(coordinate_1=2)
76
+ )
77
+ ```
78
+
79
+ ## Documentation & Support
80
+ - 📖 **API Documentation**: [API Docs](https://www.dlubal.com/en/solutions/dlubal-api/api-documentation/index)
81
+ - 💬 **Support**: Contact [Dlubal Support](https://www.dlubal.com/en/support-and-learning)
82
+ - 🔑 **Extranet**: [API & Cloud Dashboard](https://www.dlubal.com/en/extranet/my-account)
83
+
84
+ ---
85
+
86
+ ## License
87
+ This package is proprietary software and requires an **active API Service subscription**. Unauthorized use is prohibited.
88
+
@@ -0,0 +1,61 @@
1
+ # Dlubal API 2.0
2
+
3
+ ![PyPI](https://img.shields.io/pypi/v/dlubal.api)
4
+ ![Python](https://img.shields.io/badge/Python-3.7%2B-blue)
5
+ ![License](https://img.shields.io/badge/License-Proprietary-red)
6
+
7
+ ## Compatibility
8
+
9
+ This package version is fully compatible with the following **Dlubal App version**:
10
+
11
+ ✅ **X.09.0004.228.1fa4372348**
12
+
13
+ ## Overview
14
+ The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
15
+
16
+ ---
17
+
18
+ ## Installation
19
+
20
+ Ensure you have **Python 3.10+** installed. Then, install the package via **pip**:
21
+
22
+ ```sh
23
+ pip install dlubal.api
24
+ ```
25
+
26
+ For additional installation options, refer to the **official documentation**.
27
+
28
+ ---
29
+
30
+ ## Quick Start
31
+
32
+ ### Authentication & Authorization
33
+ To use the API, you need:
34
+ - **API Key**: Obtainable via your **Extranet | API & Cloud** dashboard.
35
+ - **API Subscription**: [API Service "On-Premises" (gRPC) | Subscription | 1 Year](https://www.dlubal.com/en/webshop/online-service)
36
+ - **API Credits**: Some API methods consume credits.
37
+
38
+ ---
39
+
40
+ ### Example Usage
41
+ ```python
42
+ import dlubal.api.rfem
43
+
44
+ with rfem.Application(api_key="your_api_key") as rfem_app:
45
+ # Example API call
46
+ rfem_app.create_model("MyModel")
47
+ rfem_app.create_object(
48
+ rfem.structure_core.Node(coordinate_1=2)
49
+ )
50
+ ```
51
+
52
+ ## Documentation & Support
53
+ - 📖 **API Documentation**: [API Docs](https://www.dlubal.com/en/solutions/dlubal-api/api-documentation/index)
54
+ - 💬 **Support**: Contact [Dlubal Support](https://www.dlubal.com/en/support-and-learning)
55
+ - 🔑 **Extranet**: [API & Cloud Dashboard](https://www.dlubal.com/en/extranet/my-account)
56
+
57
+ ---
58
+
59
+ ## License
60
+ This package is proprietary software and requires an **active API Service subscription**. Unauthorized use is prohibited.
61
+
@@ -97,10 +97,13 @@ class Application:
97
97
  model_id (:ref:`ModelId` | None): Unique identifier of the model.
98
98
 
99
99
  Returns:
100
- :ref:`rfem_objects`: A retrieved object.
100
+ :ref:`rfem_objects`: A list of retrieved objects.
101
101
  '''
102
102
  result = self.stub.get_object_list_impl(pack_object_list(objs, model_id))
103
- return unpack_object_list(result, type(objs[0]))
103
+ type_list=[]
104
+ for o in objs:
105
+ type_list.append(type(o))
106
+ return unpack_object_list(result, type_list)
104
107
 
105
108
  def create_object(self, obj, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
106
109
  '''
@@ -279,15 +282,14 @@ class Application:
279
282
  """
280
283
  return self.stub.get_active_model(google.protobuf.empty_pb2.Empty())
281
284
 
282
- def set_active_model(self, *, guid: str):
285
+ def set_active_model(self, *, model_id: dlubal.api.common.model_id_pb2.ModelId):
283
286
  """
284
287
  Sets active model specified by model id
285
288
 
286
289
  Args:
287
- guid (str): Unique identifier of the model
290
+ model_id (:ref:`ModelId` | None): Unique identifier of the model.
288
291
  """
289
- request = dlubal.api.common.model_id_pb2.ModelId(guid=guid)
290
- self.stub.set_active_model(request)
292
+ self.stub.set_active_model(model_id)
291
293
 
292
294
  def close_application(self):
293
295
  """
@@ -319,15 +321,19 @@ class Application:
319
321
  """
320
322
  self.stub.close_connection(google.protobuf.empty_pb2.Empty())
321
323
 
322
- def delete_all_objects(self, *, guid: str | None = None):
324
+ def delete_all_objects(self, *, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None):
323
325
  """
324
- Deletes all objects
326
+ Deletes all objects.
325
327
 
326
328
  Args:
327
- guid (str | None): Unique identifier of the model.
328
- Active model is used if this field is not set.
329
+ model_id (:ref:`ModelId` | None): Unique identifier of the model.
330
+ Active model is used if this field is not set.
329
331
  """
330
- request = dlubal.api.common.model_id_pb2.OptionalModelId(guid=guid)
332
+ request = (
333
+ dlubal.api.common.model_id_pb2.OptionalModelId(guid=model_id.guid)
334
+ if model_id
335
+ else dlubal.api.common.model_id_pb2.OptionalModelId()
336
+ )
331
337
  self.stub.delete_all_objects(request)
332
338
 
333
339
  def calculate_all(self, *, skip_warnings: bool, model_id: dlubal.api.common.model_id_pb2.ModelId | None = None) -> dlubal.api.rfem.application_pb2.OperationResult:
@@ -29,11 +29,11 @@ def pack_object_list(object_list, model_id=None, return_object_id=None):
29
29
  return packed_list
30
30
 
31
31
 
32
- def unpack_object_list(packed_object_list: ObjectList, Type):
32
+ def unpack_object_list(packed_object_list: ObjectList, type_lst: list):
33
33
  unpacked_list = []
34
34
 
35
- for object in packed_object_list.objects:
36
- unpacked_list.append(unpack_object(object, Type))
35
+ for i, object in enumerate(packed_object_list.objects):
36
+ unpacked_list.append(unpack_object(object, type_lst[i]))
37
37
 
38
38
  return unpacked_list
39
39
 
@@ -0,0 +1,88 @@
1
+ Metadata-Version: 2.2
2
+ Name: dlubal.api
3
+ Version: 2.9.5
4
+ Summary: Python Client Library for Dlubal Software APIs powered by gRPC
5
+ Author: Dlubal Software
6
+ Author-email: api@dlubal.com
7
+ License: MIT
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Programming Language :: Python :: 3.10
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Requires-Python: >=3.10
14
+ Description-Content-Type: text/markdown
15
+ Requires-Dist: grpcio==1.68.0
16
+ Requires-Dist: grpcio-tools==1.68.0
17
+ Requires-Dist: pandas==2.2.3
18
+ Dynamic: author
19
+ Dynamic: author-email
20
+ Dynamic: classifier
21
+ Dynamic: description
22
+ Dynamic: description-content-type
23
+ Dynamic: license
24
+ Dynamic: requires-dist
25
+ Dynamic: requires-python
26
+ Dynamic: summary
27
+
28
+ # Dlubal API 2.0
29
+
30
+ ![PyPI](https://img.shields.io/pypi/v/dlubal.api)
31
+ ![Python](https://img.shields.io/badge/Python-3.7%2B-blue)
32
+ ![License](https://img.shields.io/badge/License-Proprietary-red)
33
+
34
+ ## Compatibility
35
+
36
+ This package version is fully compatible with the following **Dlubal App version**:
37
+
38
+ ✅ **X.09.0004.228.1fa4372348**
39
+
40
+ ## Overview
41
+ The `dlubal.api` package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern **gRPC technology** to deliver high-speed communication, scalability, and improved performance. This API enables **seamless automation** and **remote access** to Dlubal software like **RFEM 6**, with near future support for **RSTAB 9** and **RSECTION 1**.
42
+
43
+ ---
44
+
45
+ ## Installation
46
+
47
+ Ensure you have **Python 3.10+** installed. Then, install the package via **pip**:
48
+
49
+ ```sh
50
+ pip install dlubal.api
51
+ ```
52
+
53
+ For additional installation options, refer to the **official documentation**.
54
+
55
+ ---
56
+
57
+ ## Quick Start
58
+
59
+ ### Authentication & Authorization
60
+ To use the API, you need:
61
+ - **API Key**: Obtainable via your **Extranet | API & Cloud** dashboard.
62
+ - **API Subscription**: [API Service "On-Premises" (gRPC) | Subscription | 1 Year](https://www.dlubal.com/en/webshop/online-service)
63
+ - **API Credits**: Some API methods consume credits.
64
+
65
+ ---
66
+
67
+ ### Example Usage
68
+ ```python
69
+ import dlubal.api.rfem
70
+
71
+ with rfem.Application(api_key="your_api_key") as rfem_app:
72
+ # Example API call
73
+ rfem_app.create_model("MyModel")
74
+ rfem_app.create_object(
75
+ rfem.structure_core.Node(coordinate_1=2)
76
+ )
77
+ ```
78
+
79
+ ## Documentation & Support
80
+ - 📖 **API Documentation**: [API Docs](https://www.dlubal.com/en/solutions/dlubal-api/api-documentation/index)
81
+ - 💬 **Support**: Contact [Dlubal Support](https://www.dlubal.com/en/support-and-learning)
82
+ - 🔑 **Extranet**: [API & Cloud Dashboard](https://www.dlubal.com/en/extranet/my-account)
83
+
84
+ ---
85
+
86
+ ## License
87
+ This package is proprietary software and requires an **active API Service subscription**. Unauthorized use is prohibited.
88
+
@@ -19,7 +19,8 @@ readme = (here/"README.md").read_text(encoding="utf-8")
19
19
  setup(
20
20
  name='dlubal.api',
21
21
  # version=version,
22
- version="2.9.4rc8",
22
+ version="2.9.5",
23
+ python_requires=">=3.10",
23
24
  description='Python Client Library for Dlubal Software APIs powered by gRPC',
24
25
  long_description=readme,
25
26
  long_description_content_type = "text/markdown",
@@ -1,29 +0,0 @@
1
- Metadata-Version: 2.2
2
- Name: dlubal.api
3
- Version: 2.9.4rc8
4
- Summary: Python Client Library for Dlubal Software APIs powered by gRPC
5
- Author: Dlubal Software
6
- Author-email: api@dlubal.com
7
- License: MIT
8
- Classifier: License :: OSI Approved :: MIT License
9
- Classifier: Programming Language :: Python :: 3
10
- Classifier: Programming Language :: Python :: 3.10
11
- Classifier: Programming Language :: Python :: 3.11
12
- Classifier: Programming Language :: Python :: 3.12
13
- Description-Content-Type: text/markdown
14
- Requires-Dist: grpcio==1.68.0
15
- Requires-Dist: grpcio-tools==1.68.0
16
- Requires-Dist: pandas==2.2.3
17
- Dynamic: author
18
- Dynamic: author-email
19
- Dynamic: classifier
20
- Dynamic: description
21
- Dynamic: description-content-type
22
- Dynamic: license
23
- Dynamic: requires-dist
24
- Dynamic: summary
25
-
26
- # Dlubal API 2.0
27
- The dlubal.api library represents the next generation of interaction for engineers and developers to deliver a faster, simpler, and more efficient way to work with Dlubal programs like RFEM 6, with upcoming support for RSTAB 9 and RSECTION 1.
28
-
29
- Powered by modern gRPC technology, it accelerates local or remote client-server communication, enabling rapid task automation and seamless integration into your workflows.
@@ -1,4 +0,0 @@
1
- # Dlubal API 2.0
2
- The dlubal.api library represents the next generation of interaction for engineers and developers to deliver a faster, simpler, and more efficient way to work with Dlubal programs like RFEM 6, with upcoming support for RSTAB 9 and RSECTION 1.
3
-
4
- Powered by modern gRPC technology, it accelerates local or remote client-server communication, enabling rapid task automation and seamless integration into your workflows.
@@ -1,29 +0,0 @@
1
- Metadata-Version: 2.2
2
- Name: dlubal.api
3
- Version: 2.9.4rc8
4
- Summary: Python Client Library for Dlubal Software APIs powered by gRPC
5
- Author: Dlubal Software
6
- Author-email: api@dlubal.com
7
- License: MIT
8
- Classifier: License :: OSI Approved :: MIT License
9
- Classifier: Programming Language :: Python :: 3
10
- Classifier: Programming Language :: Python :: 3.10
11
- Classifier: Programming Language :: Python :: 3.11
12
- Classifier: Programming Language :: Python :: 3.12
13
- Description-Content-Type: text/markdown
14
- Requires-Dist: grpcio==1.68.0
15
- Requires-Dist: grpcio-tools==1.68.0
16
- Requires-Dist: pandas==2.2.3
17
- Dynamic: author
18
- Dynamic: author-email
19
- Dynamic: classifier
20
- Dynamic: description
21
- Dynamic: description-content-type
22
- Dynamic: license
23
- Dynamic: requires-dist
24
- Dynamic: summary
25
-
26
- # Dlubal API 2.0
27
- The dlubal.api library represents the next generation of interaction for engineers and developers to deliver a faster, simpler, and more efficient way to work with Dlubal programs like RFEM 6, with upcoming support for RSTAB 9 and RSECTION 1.
28
-
29
- Powered by modern gRPC technology, it accelerates local or remote client-server communication, enabling rapid task automation and seamless integration into your workflows.