RCAIDE-GUI 1.0.0__tar.gz → 1.0.3__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 (181) hide show
  1. rcaide_gui-1.0.3/LICENSE +21 -0
  2. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/PKG-INFO +5 -3
  3. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/RCAIDE_GUI.egg-info/PKG-INFO +5 -3
  4. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/RCAIDE_GUI.egg-info/SOURCES.txt +1 -0
  5. rcaide_gui-1.0.3/README.md +171 -0
  6. rcaide_gui-1.0.3/VERSION +1 -0
  7. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/pyproject.toml +2 -2
  8. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/rcaide_io.py +4 -4
  9. rcaide_gui-1.0.0/README.md +0 -61
  10. rcaide_gui-1.0.0/VERSION +0 -1
  11. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/RCAIDE_GUI.egg-info/dependency_links.txt +0 -0
  12. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/RCAIDE_GUI.egg-info/entry_points.txt +0 -0
  13. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/RCAIDE_GUI.egg-info/requires.txt +0 -0
  14. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/RCAIDE_GUI.egg-info/top_level.txt +0 -0
  15. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/README_PyPI.md +0 -0
  16. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/common_widgets/__init__.py +0 -0
  17. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/common_widgets/animated_toggle.py +0 -0
  18. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/common_widgets/color.py +0 -0
  19. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/common_widgets/data_entry_widget.py +0 -0
  20. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/common_widgets/image_widget.py +0 -0
  21. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/common_widgets/unit_picker_widget.py +0 -0
  22. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/main.py +0 -0
  23. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/setup.cfg +0 -0
  24. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/setup.py +0 -0
  25. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/__init__.py +0 -0
  26. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/aircraft_configs/__init__.py +0 -0
  27. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/aircraft_configs/aircraft_configs.py +0 -0
  28. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/__init__.py +0 -0
  29. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/analysis.py +0 -0
  30. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/widgets/__init__.py +0 -0
  31. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/widgets/aeroacoustics_widget.py +0 -0
  32. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/widgets/aerodynamics_widget.py +0 -0
  33. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/widgets/analysis_data_widget.py +0 -0
  34. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/widgets/atmosphere_widget.py +0 -0
  35. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/widgets/costs_widget.py +0 -0
  36. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/widgets/energy_widget.py +0 -0
  37. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/widgets/geometry_widget.py +0 -0
  38. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/widgets/planets_widget.py +0 -0
  39. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/widgets/propulsion_widget.py +0 -0
  40. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/widgets/stability_widget.py +0 -0
  41. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/analysis/widgets/weights_widget.py +0 -0
  42. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/__init__.py +0 -0
  43. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/aircraft_configs.py +0 -0
  44. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/__init__.py +0 -0
  45. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/booms/__init__.py +0 -0
  46. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/booms/boom_frame.py +0 -0
  47. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/cargo_bays/__init__.py +0 -0
  48. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/cargo_bays/cargo_bay_frame.py +0 -0
  49. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/default_frame.py +0 -0
  50. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/energy_network/__init__.py +0 -0
  51. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/energy_network/turbofan_network/__init__.py +0 -0
  52. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/energy_network/turbofan_network/frames/__init__.py +0 -0
  53. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/energy_network/turbofan_network/widgets/__init__.py +0 -0
  54. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/fuselages/__init__.py +0 -0
  55. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/fuselages/fuselage_frame.py +0 -0
  56. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/geometry_frame.py +0 -0
  57. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/landing_gears/__init__.py +0 -0
  58. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/landing_gears/landing_gear_frame.py +0 -0
  59. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/nacelles/__init__.py +0 -0
  60. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/__init__.py +0 -0
  61. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/converters/__init__.py +0 -0
  62. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/converters/converter_frame.py +0 -0
  63. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/distributors/__init__.py +0 -0
  64. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/distributors/distributor_frame.py +0 -0
  65. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/nacelles/__init__.py +0 -0
  66. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/nacelles/nacelle_frame.py +0 -0
  67. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/powertrain_frame.py +0 -0
  68. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/propulsors/__init__.py +0 -0
  69. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/propulsors/propulsor_frame.py +0 -0
  70. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/sources/__init__.py +0 -0
  71. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/powertrain/sources/energy_source_frame.py +0 -0
  72. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/vehicle_frame.py +0 -0
  73. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/wings/__init__.py +0 -0
  74. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/frames/wings/wings_frame.py +0 -0
  75. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/geometry.py +0 -0
  76. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/__init__.py +0 -0
  77. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/booms/__init__.py +0 -0
  78. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/booms/boom_section_widget.py +0 -0
  79. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/cargo_bays/__init__.py +0 -0
  80. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/fuselages/__init__.py +0 -0
  81. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/fuselages/cabin_class_widget.py +0 -0
  82. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/fuselages/cabin_widget.py +0 -0
  83. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/fuselages/fuselage_section_widget.py +0 -0
  84. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/geometry_data_widget.py +0 -0
  85. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/landing_gears/__init__.py +0 -0
  86. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/nacelles/__init__.py +0 -0
  87. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/__init__.py +0 -0
  88. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/converters/__init__.py +0 -0
  89. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/converters/turboelectric_generator_widget.py +0 -0
  90. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/distributors/__init__.py +0 -0
  91. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/distributors/fuel_line_widget.py +0 -0
  92. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/modulators/__init__.py +0 -0
  93. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/modulators/esc_widget.py +0 -0
  94. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/nacelles/__init__.py +0 -0
  95. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/nacelles/nacelle_section_widget.py +0 -0
  96. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/powertrain_connector_widget.py +0 -0
  97. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/powertrain_widget.py +0 -0
  98. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/propulsors/__init__.py +0 -0
  99. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/propulsors/turbofan_widget.py +0 -0
  100. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/sources/__init__.py +0 -0
  101. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/sources/fuel_tank_widget.py +0 -0
  102. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/powertrain/sources/source_selector_widget.py +0 -0
  103. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/wings/__init__.py +0 -0
  104. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/wings/wing_cs_widget.py +0 -0
  105. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/geometry/widgets/wings/wing_section_widget.py +0 -0
  106. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/home/__init__.py +0 -0
  107. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/home/home.py +0 -0
  108. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/mission/__init__.py +0 -0
  109. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/mission/mission.py +0 -0
  110. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/mission/widgets/__init__.py +0 -0
  111. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/mission/widgets/flight_controls_widget.py +0 -0
  112. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/mission/widgets/mission_analysis_widget.py +0 -0
  113. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/mission/widgets/mission_segment_helper.py +0 -0
  114. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/mission/widgets/mission_segment_widget.py +0 -0
  115. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/__init__.py +0 -0
  116. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/__init__.py +0 -0
  117. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aeroacoustics/__init__.py +0 -0
  118. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aeroacoustics/plot_2D_noise_contour.py +0 -0
  119. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aeroacoustics/plot_3D_noise_contour.py +0 -0
  120. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aeroacoustics/plot_noise_certification_contour.py +0 -0
  121. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aeroacoustics/plot_noise_level.py +0 -0
  122. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/__init__.py +0 -0
  123. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_aerodynamic_coefficients.py +0 -0
  124. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_aerodynamic_forces.py +0 -0
  125. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_aircraft_aerodynamics.py +0 -0
  126. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_drag_components.py +0 -0
  127. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_lift_distribution.py +0 -0
  128. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_rotor_conditions.py +0 -0
  129. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_rotor_disc_performance.py +0 -0
  130. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/aerodynamics/plot_rotor_performance.py +0 -0
  131. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/common/__init__.py +0 -0
  132. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/common/plot_style.py +0 -0
  133. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/common/set_axes.py +0 -0
  134. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/create_plot_widgets.py +0 -0
  135. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/emissions/__init__.py +0 -0
  136. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/emissions/plot_emissions.py +0 -0
  137. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/__init__.py +0 -0
  138. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_altitude_sfc_weight.py +0 -0
  139. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_cell_conditions.py +0 -0
  140. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_degradation.py +0 -0
  141. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_module_C_rates.py +0 -0
  142. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_module_conditions.py +0 -0
  143. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_pack_conditions.py +0 -0
  144. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_ragone_diagram.py +0 -0
  145. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_battery_temperature.py +0 -0
  146. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_electric_propulsor_efficiencies.py +0 -0
  147. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/energy/plot_propulsor_throttles.py +0 -0
  148. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/mission/__init__.py +0 -0
  149. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/mission/plot_aircraft_velocities.py +0 -0
  150. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/mission/plot_flight_conditions.py +0 -0
  151. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/mission/plot_flight_trajectory.py +0 -0
  152. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/stability/__init__.py +0 -0
  153. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/stability/plot_flight_forces_and_moments.py +0 -0
  154. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/stability/plot_lateral_stability.py +0 -0
  155. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/stability/plot_longitudinal_stability.py +0 -0
  156. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/thermal_management/__init__.py +0 -0
  157. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/thermal_management/plot_air_cooled_conditions.py +0 -0
  158. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/thermal_management/plot_cross_flow_heat_exchanger_conditions.py +0 -0
  159. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/thermal_management/plot_reservoir_conditions.py +0 -0
  160. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/thermal_management/plot_thermal_management_performance.py +0 -0
  161. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/thermal_management/plot_wavy_channel_conditions.py +0 -0
  162. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/weights/__init__.py +0 -0
  163. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/weights/plot_load_diagram.py +0 -0
  164. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/plots/weights/plot_weight_breakdown.py +0 -0
  165. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/solve/solve.py +0 -0
  166. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/style_sheet.py +0 -0
  167. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/tab_widget.py +0 -0
  168. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/visualize_geometry/__init__.py +0 -0
  169. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/visualize_geometry/core_3d_viewer.py +0 -0
  170. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/__init__.py +0 -0
  171. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/axes_gizmo.py +0 -0
  172. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/background.py +0 -0
  173. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/blueprint.py +0 -0
  174. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/camera.py +0 -0
  175. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/drag_aircraft.py +0 -0
  176. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/grid.py +0 -0
  177. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/measurement.py +0 -0
  178. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/visualize_geometry/features/screenshot.py +0 -0
  179. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/visualize_geometry/geometry_helper_functions.py +0 -0
  180. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/tabs/visualize_geometry/visualize_geometry.py +0 -0
  181. {rcaide_gui-1.0.0 → rcaide_gui-1.0.3}/utilities.py +0 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 LEADS Research Group
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: RCAIDE-GUI
3
- Version: 1.0.0
3
+ Version: 1.0.3
4
4
  Summary: RCAIDE Graphical User Interface: interactive desktop application for aircraft design and analysis
5
- License: GNU Affero General Public License v3.0
5
+ License: MIT License
6
6
  Classifier: Development Status :: 4 - Beta
7
7
  Classifier: Intended Audience :: Developers
8
8
  Classifier: Intended Audience :: Education
9
9
  Classifier: Intended Audience :: Science/Research
10
- Classifier: License :: OSI Approved :: GNU Affero General Public License v3
10
+ Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.9
13
13
  Classifier: Programming Language :: Python :: 3.10
@@ -17,6 +17,7 @@ Classifier: Programming Language :: Python :: 3.13
17
17
  Classifier: Topic :: Scientific/Engineering
18
18
  Requires-Python: >=3.9
19
19
  Description-Content-Type: text/markdown
20
+ License-File: LICENSE
20
21
  Requires-Dist: RCAIDE-LEADS
21
22
  Requires-Dist: PyQt6>=6.9.0
22
23
  Requires-Dist: pyqtgraph>=0.14.0
@@ -44,6 +45,7 @@ Requires-Dist: scikit-learn
44
45
  Requires-Dist: six
45
46
  Requires-Dist: tenacity
46
47
  Requires-Dist: threadpoolctl
48
+ Dynamic: license-file
47
49
 
48
50
  # RCAIDE GUI: Research Community Aircraft Interdisciplinary Design Environment — Graphical User Interface
49
51
 
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: RCAIDE-GUI
3
- Version: 1.0.0
3
+ Version: 1.0.3
4
4
  Summary: RCAIDE Graphical User Interface: interactive desktop application for aircraft design and analysis
5
- License: GNU Affero General Public License v3.0
5
+ License: MIT License
6
6
  Classifier: Development Status :: 4 - Beta
7
7
  Classifier: Intended Audience :: Developers
8
8
  Classifier: Intended Audience :: Education
9
9
  Classifier: Intended Audience :: Science/Research
10
- Classifier: License :: OSI Approved :: GNU Affero General Public License v3
10
+ Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.9
13
13
  Classifier: Programming Language :: Python :: 3.10
@@ -17,6 +17,7 @@ Classifier: Programming Language :: Python :: 3.13
17
17
  Classifier: Topic :: Scientific/Engineering
18
18
  Requires-Python: >=3.9
19
19
  Description-Content-Type: text/markdown
20
+ License-File: LICENSE
20
21
  Requires-Dist: RCAIDE-LEADS
21
22
  Requires-Dist: PyQt6>=6.9.0
22
23
  Requires-Dist: pyqtgraph>=0.14.0
@@ -44,6 +45,7 @@ Requires-Dist: scikit-learn
44
45
  Requires-Dist: six
45
46
  Requires-Dist: tenacity
46
47
  Requires-Dist: threadpoolctl
48
+ Dynamic: license-file
47
49
 
48
50
  # RCAIDE GUI: Research Community Aircraft Interdisciplinary Design Environment — Graphical User Interface
49
51
 
@@ -1,3 +1,4 @@
1
+ LICENSE
1
2
  README.md
2
3
  README_PyPI.md
3
4
  VERSION
@@ -0,0 +1,171 @@
1
+ <p align="center">
2
+ <img src="app_data/images/logo.png" alt="RCAIDE GUI logo" width="140">
3
+ </p>
4
+
5
+ <h1 align="center">RCAIDE GUI</h1>
6
+
7
+ <p align="center">
8
+ <strong>A visual aircraft design, analysis, and mission simulation workspace powered by RCAIDE.</strong>
9
+ </p>
10
+
11
+ <p align="center">
12
+ <a href="https://pepy.tech/projects/rcaide-gui">
13
+ <img src="https://static.pepy.tech/badge/rcaide-gui" alt="PyPI Downloads">
14
+ </a>
15
+ <a href="https://pypi.org/project/RCAIDE-GUI/">
16
+ <img src="https://img.shields.io/pypi/v/RCAIDE-GUI?label=PyPI" alt="PyPI Version">
17
+ </a>
18
+ <a href="LICENSE">
19
+ <img src="https://img.shields.io/badge/license-MIT-0B7285" alt="License">
20
+ </a>
21
+ <a href="https://github.com/leadsgroup/RCAIDE_GUI/stargazers">
22
+ <img src="https://img.shields.io/github/stars/leadsgroup/RCAIDE_GUI?style=social" alt="GitHub Stars">
23
+ </a>
24
+ </p>
25
+
26
+ <p align="center">
27
+ <a href="https://www.rcaide.leadsresearchgroup.com/gui/">Website</a>
28
+ |
29
+ <a href="https://www.docs.rcaide.leadsresearchgroup.com/install.html">Documentation</a>
30
+ </p>
31
+
32
+ <p align="center">
33
+ <img src="app_data/images/Home%20(3).png" alt="RCAIDE GUI home screen" width="92%">
34
+ </p>
35
+
36
+ ## What is RCAIDE GUI?
37
+
38
+ To make user interaction with [RCAIDE](https://pypi.org/project/RCAIDE-LEADS/) easier and more intuitive, the RCAIDE Graphical User Interface (GUI) was developed. Implemented as a Python desktop application, the GUI provides a structured and visual workflow that guides users through the aircraft design process in a more organized and simplified way. Rather than working with scattered inputs and manual scripting, users can define the vehicle, configure analyses, and construct missions within a single environment.
39
+
40
+ The interface is arranged to follow the typical aircraft design workflow, making it easier for users to navigate the design process while reducing the likelihood of technical setup mistakes. By keeping all stages of development within one system, users can focus more on aircraft design decisions rather than software configuration and implementation details.
41
+
42
+ Developed and maintained by the [Lab for Electric Aircraft Design and Sustainability](https://www.leadsresearchgroup.com/).
43
+
44
+ ## Quick Start
45
+
46
+ Install from PyPI:
47
+
48
+ ```bash
49
+ pip install RCAIDE-GUI
50
+ ```
51
+
52
+ Launch the desktop app:
53
+
54
+ ```bash
55
+ rcaide-gui
56
+ ```
57
+
58
+ Or run from source:
59
+
60
+ ```bash
61
+ python main.py
62
+ ```
63
+
64
+ ## Design Workflow
65
+
66
+ ```mermaid
67
+ %%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#FFFFFF', 'primaryBorderColor': '#0891B2', 'primaryTextColor': '#111827', 'lineColor': '#0891B2', 'fontFamily': 'Inter, ui-sans-serif, system-ui, sans-serif'}, 'flowchart': {'curve': 'linear', 'nodeSpacing': 48, 'rankSpacing': 56}}}%%
68
+ flowchart LR
69
+ VS["Vehicle Setup"]
70
+ GV["Geometry Visualization"]
71
+ CS["Configurations"]
72
+ AS["Analyses"]
73
+ MS["Mission Setup"]
74
+ SIM["Mission Simulation"]
75
+
76
+ VS --> GV
77
+ GV --> CS
78
+ CS --> AS
79
+ AS --> MS
80
+ MS --> SIM
81
+
82
+ classDef workflow fill:#FFFFFF,stroke:#0891B2,stroke-width:2px,color:#111827;
83
+ class VS,GV,CS,AS,MS,SIM workflow;
84
+ linkStyle default stroke:#0891B2,stroke-width:2px;
85
+ ```
86
+
87
+ ## Application Tour
88
+
89
+ <table>
90
+ <tr>
91
+ <td width="50%">
92
+ <h3>Vehicle Setup</h3>
93
+ <p>The Vehicle Setup tab serves as the foundation of the aircraft design process. Users can create and modify aircraft geometry through a component-based workflow, adding wings, fuselages, landing gear, propulsors, booms, and other vehicle components. A live aircraft preview allows users to verify geometry and placement in real time, while the vehicle details panel provides access to all design parameters and properties.
94
+ </p>
95
+ </td>
96
+ <td width="50%">
97
+ <img src="app_data/images/Vehicle%20Setup%20(1).png" alt="Vehicle Setup tab">
98
+ </td>
99
+ </tr>
100
+ <tr>
101
+ <td width="50%">
102
+ <img src="app_data/images/Geometry_Visualization%20(1).png" alt="Geometry Visualization tab">
103
+ </td>
104
+ <td width="50%">
105
+ <h3>Geometry Visualization</h3>
106
+ <p>The Geometry Visualization tab provides a dedicated 3D environment for inspecting aircraft geometry. Powered by VTK, the viewer supports interactive rotation, zooming, measurement tools, customizable colors and transparency, predefined viewing angles, and image export capabilities. This environment allows users to verify component placement and evaluate aircraft geometry before running analyses.</p>
107
+ </td>
108
+ </tr>
109
+ <tr>
110
+ <td width="50%">
111
+ <h3>Configurations Setup</h3>
112
+ <p>The Configurations Setup tab allows users to define aircraft operating states for different phases of flight, including takeoff, cruise, landing, and custom mission conditions. Users can configure control surface deflections, landing gear deployment, and active propulsion systems while maintaining a clear connection to the baseline vehicle geometry. These configurations are later used throughout the mission and analysis workflow.</p>
113
+ </td>
114
+ <td width="50%">
115
+ <img src="app_data/images/Configurations%20(1).png" alt="Configurations Setup tab">
116
+ </td>
117
+ </tr>
118
+ <tr>
119
+ <td width="50%">
120
+ <img src="app_data/images/Mission%20Analysis%20(1).png" alt="Analyses Setup tab">
121
+ </td>
122
+ <td width="50%">
123
+ <h3>Analyses Setup</h3>
124
+ <p>The Analyses Setup tab provides access to RCAIDE's multidisciplinary analysis capabilities through a graphical interface. Users can configure aerodynamic methods, atmospheric models, weight estimation approaches, and aeroacoustic settings without directly interacting with Python code. The available options mirror those found within RCAIDE's analysis framework, ensuring consistency between GUI-based and script-based workflows.</p>
125
+ </td>
126
+ </tr>
127
+ <tr>
128
+ <td width="50%">
129
+ <h3>Mission Setup</h3>
130
+ <p>The Mission Setup tab enables users to create complete flight profiles through an intuitive visual workflow. Mission segments such as takeoff, climb, cruise, descent, and landing can be added and customized with specific operating conditions, solver settings, and control points. Each segment can also be linked to previously defined vehicle configurations and analyses, creating a fully integrated mission definition process.</p>
131
+ </td>
132
+ <td width="50%">
133
+ <img src="app_data/images/Mission%20Setup%20(1).png" alt="Mission Setup tab">
134
+ </td>
135
+ </tr>
136
+ <tr>
137
+ <td width="50%">
138
+ <img src="app_data/images/Mission%20Simulation%20(1).png" alt="Mission Simulation tab">
139
+ </td>
140
+ <td width="50%">
141
+ <h3>Mission Simulation</h3>
142
+ <p>The Mission Simulation tab is where aircraft designs are evaluated using RCAIDE's analysis framework. Once the vehicle, configurations, analyses, and mission profile have been defined, simulations can be executed directly from the GUI. Results are presented through plots and numerical outputs, including performance metrics, fuel burn, range, energy consumption, flight time, and stability characteristics, which can be exported for further analysis.</p>
143
+ </td>
144
+ </tr>
145
+ </table>
146
+
147
+ ## Why Use It?
148
+
149
+ | Capability | What it unlocks |
150
+ | --- | --- |
151
+ | Visual aircraft setup | Create and modify complex aircraft models without hand-writing setup scripts. |
152
+ | Live geometry feedback | Catch sizing, placement, and configuration issues early in the design process. |
153
+ | Connected analysis workflow | Move from geometry to configurations, analyses, missions, and results in one desktop environment. |
154
+ | RCAIDE integration | Use the same open-source design and analysis ecosystem behind scripted RCAIDE workflows. |
155
+
156
+ ## Requirements
157
+
158
+ - Python 3.9 or newer
159
+ - PyQt6
160
+ - pyvista and pyvistaqt
161
+ - RCAIDE-LEADS, installed automatically with `RCAIDE-GUI`
162
+
163
+ For platform-specific setup notes, see the [RCAIDE installation guide](https://www.docs.rcaide.leadsresearchgroup.com/install.html).
164
+
165
+ ## Contributing
166
+
167
+ Contributions are welcome! If you want to add methods, improve documentation, or fix issues, start with the [RCAIDE contribution guidelines](https://www.docs.rcaide.leadsresearchgroup.com/contributing.html), then open a pull request against this repository.
168
+
169
+ ## Get in Touch
170
+
171
+ Share feedback, report issues, and request features through [GitHub Issues](https://github.com/leadsgroup/RCAIDE_GUI/issues). For broader discussion with users and maintainers, join [GitHub Discussions](https://github.com/leadsgroup/RCAIDE_LEADS/discussions).
@@ -0,0 +1 @@
1
+ 1.0.3
@@ -10,13 +10,13 @@ name = "RCAIDE-GUI"
10
10
  description = "RCAIDE Graphical User Interface: interactive desktop application for aircraft design and analysis"
11
11
  readme = "README_PyPI.md"
12
12
  requires-python = ">=3.9"
13
- license = {text = "GNU Affero General Public License v3.0"}
13
+ license = {text = "MIT License"}
14
14
  classifiers = [
15
15
  "Development Status :: 4 - Beta",
16
16
  "Intended Audience :: Developers",
17
17
  "Intended Audience :: Education",
18
18
  "Intended Audience :: Science/Research",
19
- "License :: OSI Approved :: GNU Affero General Public License v3",
19
+ "License :: OSI Approved :: MIT License",
20
20
  "Programming Language :: Python :: 3",
21
21
  "Programming Language :: Python :: 3.9",
22
22
  "Programming Language :: Python :: 3.10",
@@ -5,7 +5,7 @@ import importlib
5
5
  import numpy as np
6
6
  import types as _types_module
7
7
  from collections import OrderedDict
8
- from RCAIDE.load import read_RCAIDE_json_dict
8
+ from RCAIDE.Input_Output.load import read_RCAIDE_json_dict
9
9
  from RCAIDE.Framework.Core import Data, DataOrdered
10
10
 
11
11
  _ROOT = os.path.dirname(os.path.abspath(__file__))
@@ -353,7 +353,7 @@ def _build_dict_r_with_types(v):
353
353
 
354
354
 
355
355
  def _build_dict_base_with_types(base):
356
- """Top-level serialisation: like RCAIDE.save.build_dict_base but includes __type__."""
356
+ """Top-level serialisation: like RCAIDE.Input_Output.save.build_dict_base but includes __type__."""
357
357
  _skip = ('_component_root_map', '_energy_network_root_map', '_base', '_diff')
358
358
  base_dict = {}
359
359
  for k in base.keys():
@@ -420,7 +420,7 @@ rcaide_mission = RCAIDE.Framework.Mission.Sequential_Segments()
420
420
 
421
421
  def vehicle_to_ui_format(vehicle_obj):
422
422
  """Convert a RCAIDE vehicle object to UI format for display in frames."""
423
- from RCAIDE.save import build_dict_base
423
+ from RCAIDE.Input_Output.save import build_dict_base
424
424
  from tabs.geometry.frames import VehicleFrame
425
425
 
426
426
  vehicle_dict = make_json_safe(build_dict_base(vehicle_obj))
@@ -770,7 +770,7 @@ def write_to_json():
770
770
  def read_from_json(data_str, source_dir=None):
771
771
  global rcaide_vehicle, vehicle, rcaide_configs, config_data, analysis_data, mission_data, propulsor_names, rcaide_analyses
772
772
  from RCAIDE.Library.Components.Configs.Config import Config
773
- from RCAIDE.import_rcaide_data import analyses_setup as _analyses_setup
773
+ from RCAIDE.Input_Output.import_data import analyses_setup as _analyses_setup
774
774
 
775
775
  data = json.loads(data_str, object_pairs_hook=OrderedDict)
776
776
  rcaide_vehicle_dict = data["rcaide_vehicle"]
@@ -1,61 +0,0 @@
1
- <p align="center">
2
- <img src="https://github.com/leadsgroup/RCAIDE_Website/blob/main/assets/img/RCAIDE_Logo_No_Background.png" width=25% height=25%>
3
- </p>
4
-
5
- #
6
- <div align="center">
7
-
8
- <!-- [![CI](https://github.com/leadsgroup/RCAIDE_LEADS/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/leadsgroup/RCAIDE_LEADS/actions/workflows/CI.yml)
9
- [![Documentation](https://github.com/leadsgroup/RCAIDE_LEADS/actions/workflows/sphinx_docs.yml/badge.svg)](https://github.com/leadsgroup/RCAIDE_LEADS/actions/workflows/sphinx_docs.yml)
10
- [![codecov](https://codecov.io/gh/leadsgroup/RCAIDE_LEADS/graph/badge.svg?token=WZOFW5EKWJ)](https://codecov.io/gh/leadsgroup/RCAIDE_LEADS)
11
- [![PyPI Downloads](https://static.pepy.tech/badge/rcaide-leads)](https://pepy.tech/projects/rcaide-leads) -->
12
-
13
-
14
-
15
- </div>
16
-
17
- [RCAIDE: Graphical User Interface]([link](https://www.rcaide.leadsresearchgroup.com/gui/))
18
- =======
19
- The Research Community Aircraft Interdisciplinary Design Environment (RCAIDE) Graphical User Interface (GUI) is an interactive, visual workflow for RCAIDE, a powerful open-source Python platform that revolutionizes aircraft design and analysis at a high-fidelity. The GUI provides an intuitive desktop application that allows aerospace engineers, researchers, and students to accelerate aircraft development and explore innovative designs without the need to write complex Python scripts. The software is developed and maintained by the [Lab for Electric Aircraft Design and Sustainability](https://www.leadsresearchgroup.com/)
20
-
21
- [Find more information on RCAIDE, its capabilities, external interfaces, and how to download here.](https://www.docs.rcaide.leadsresearchgroup.com/install.html)
22
-
23
- ## RCAIDE GUI Architecture
24
- The RCAIDE GUI is structured into tabs to flow with the aircraft design process.
25
-
26
- * **Vehicle Setup**: This is the foundation of designing your aircraft - defining your aircraft's geometry. Using a component tree, add wings, fuselages, nacelles, landing gear, booms, and propulsors. Then, specify parameters and dimensions to build up your aircraft. This tab also features a live 3D preview of the aircraft to instantly verify geometric dimensions and placements.
27
- * **Geometry Visualization**: A complete 3D rendering environment powered by VTK. Using this tab, users can inspect their aircraft, check component placement, and export top, front, and side view visualization images before conducting further analysis.
28
- * **Configurations Setup**: Define the physical states of the aircraft during different phases of flight. Users can set up base, takeoff, cruise, and landing configurations by specifying control surface deflections, landing gear deployment states, and active propulsors.
29
- * **Analyses Setup**: Define the analysis for RCAIDE's multidisciplinary solvers. Users can toggle and select their analyses requirements and configure the fidelity of the physics models, including aerodynamic solvers, atmospheric conditions, weights, and aeroacoustic parameters.
30
- * **Mission Setup**: Construct the flight profile. Users can chain together flight segments (takeoff, climb, cruise, descent). Each segment is customized with specific altitudes and speeds, and is linked to previously defined aircraft configurations and analyses.
31
- * **Mission Simulation**: The tab that displays your results. Once the vehicle, analyses, and mission are defined, the tab runs the backend RCAIDE solvers and returns numerical and graphical outputs (such as performance data, payload-range charts, and stability metrics) for the user to evaluate and export.
32
-
33
- ```mermaid
34
- %%{init: {'flowchart': {'curve': 'linear', 'nodeSpacing': 50, 'rankSpacing': 50}}}%%
35
- flowchart LR
36
- VS[Vehicle Setup]
37
- GV[Geometry Visualization]
38
- CS[Configurations Setup]
39
- AS[Analyses Setup]
40
- MSP[Mission Setup]
41
- MSI[Mission Simulation]
42
-
43
-
44
- VS ---> GV
45
- GV ---> CS
46
- CS ---> AS
47
- AS ---> MSP
48
- MSP ---> MSI
49
- ```
50
-
51
- **Getting Involved**
52
-
53
- If you'd like to help us develop RCAIDE by adding new methods, writing documentation, or fixing embarrassing bugs, please look at these [guidelines](https://www.docs.rcaide.leadsresearchgroup.com/contributing.html).
54
-
55
- Submit improvements or new features with a [pull request](https://github.com/leadsgroup/RCAIDE_LEADS/pulls)
56
-
57
- ## Get in touch
58
-
59
- Share feedback, report issues, and request features via or [Github Issues](https://github.com/leadsgroup/RCAIDE_LEADS/issues)
60
-
61
- Engage with peers and maintainers in [Discussions](https://github.com/leadsgroup/RCAIDE_LEADS/discussions)
rcaide_gui-1.0.0/VERSION DELETED
@@ -1 +0,0 @@
1
- 1.0.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes