RCAIDE-GUI 1.0.0__tar.gz → 1.0.2__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 (180) hide show
  1. rcaide_gui-1.0.2/LICENSE +21 -0
  2. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/PKG-INFO +5 -3
  3. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/RCAIDE_GUI.egg-info/PKG-INFO +5 -3
  4. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/RCAIDE_GUI.egg-info/SOURCES.txt +1 -0
  5. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/README.md +3 -2
  6. rcaide_gui-1.0.2/VERSION +1 -0
  7. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/pyproject.toml +2 -2
  8. rcaide_gui-1.0.0/VERSION +0 -1
  9. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/RCAIDE_GUI.egg-info/dependency_links.txt +0 -0
  10. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/RCAIDE_GUI.egg-info/entry_points.txt +0 -0
  11. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/RCAIDE_GUI.egg-info/requires.txt +0 -0
  12. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/RCAIDE_GUI.egg-info/top_level.txt +0 -0
  13. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/README_PyPI.md +0 -0
  14. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/common_widgets/__init__.py +0 -0
  15. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/common_widgets/animated_toggle.py +0 -0
  16. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/common_widgets/color.py +0 -0
  17. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/common_widgets/data_entry_widget.py +0 -0
  18. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/common_widgets/image_widget.py +0 -0
  19. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/common_widgets/unit_picker_widget.py +0 -0
  20. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/main.py +0 -0
  21. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/rcaide_io.py +0 -0
  22. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/setup.cfg +0 -0
  23. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/setup.py +0 -0
  24. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/__init__.py +0 -0
  25. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/aircraft_configs/__init__.py +0 -0
  26. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/aircraft_configs/aircraft_configs.py +0 -0
  27. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/__init__.py +0 -0
  28. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/analysis.py +0 -0
  29. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/widgets/__init__.py +0 -0
  30. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/widgets/aeroacoustics_widget.py +0 -0
  31. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/widgets/aerodynamics_widget.py +0 -0
  32. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/widgets/analysis_data_widget.py +0 -0
  33. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/widgets/atmosphere_widget.py +0 -0
  34. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/widgets/costs_widget.py +0 -0
  35. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/widgets/energy_widget.py +0 -0
  36. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/widgets/geometry_widget.py +0 -0
  37. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/widgets/planets_widget.py +0 -0
  38. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/widgets/propulsion_widget.py +0 -0
  39. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/widgets/stability_widget.py +0 -0
  40. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/analysis/widgets/weights_widget.py +0 -0
  41. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/__init__.py +0 -0
  42. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/aircraft_configs.py +0 -0
  43. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/__init__.py +0 -0
  44. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/booms/__init__.py +0 -0
  45. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/booms/boom_frame.py +0 -0
  46. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/cargo_bays/__init__.py +0 -0
  47. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/cargo_bays/cargo_bay_frame.py +0 -0
  48. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/default_frame.py +0 -0
  49. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/energy_network/__init__.py +0 -0
  50. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/energy_network/turbofan_network/__init__.py +0 -0
  51. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/energy_network/turbofan_network/frames/__init__.py +0 -0
  52. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/energy_network/turbofan_network/widgets/__init__.py +0 -0
  53. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/fuselages/__init__.py +0 -0
  54. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/fuselages/fuselage_frame.py +0 -0
  55. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/geometry_frame.py +0 -0
  56. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/landing_gears/__init__.py +0 -0
  57. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/landing_gears/landing_gear_frame.py +0 -0
  58. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/nacelles/__init__.py +0 -0
  59. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/powertrain/__init__.py +0 -0
  60. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/powertrain/converters/__init__.py +0 -0
  61. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/powertrain/converters/converter_frame.py +0 -0
  62. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/powertrain/distributors/__init__.py +0 -0
  63. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/powertrain/distributors/distributor_frame.py +0 -0
  64. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/powertrain/nacelles/__init__.py +0 -0
  65. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/powertrain/nacelles/nacelle_frame.py +0 -0
  66. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/powertrain/powertrain_frame.py +0 -0
  67. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/powertrain/propulsors/__init__.py +0 -0
  68. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/powertrain/propulsors/propulsor_frame.py +0 -0
  69. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/powertrain/sources/__init__.py +0 -0
  70. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/powertrain/sources/energy_source_frame.py +0 -0
  71. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/vehicle_frame.py +0 -0
  72. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/wings/__init__.py +0 -0
  73. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/frames/wings/wings_frame.py +0 -0
  74. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/geometry.py +0 -0
  75. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/__init__.py +0 -0
  76. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/booms/__init__.py +0 -0
  77. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/booms/boom_section_widget.py +0 -0
  78. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/cargo_bays/__init__.py +0 -0
  79. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/fuselages/__init__.py +0 -0
  80. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/fuselages/cabin_class_widget.py +0 -0
  81. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/fuselages/cabin_widget.py +0 -0
  82. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/fuselages/fuselage_section_widget.py +0 -0
  83. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/geometry_data_widget.py +0 -0
  84. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/landing_gears/__init__.py +0 -0
  85. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/nacelles/__init__.py +0 -0
  86. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/__init__.py +0 -0
  87. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/converters/__init__.py +0 -0
  88. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/converters/turboelectric_generator_widget.py +0 -0
  89. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/distributors/__init__.py +0 -0
  90. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/distributors/fuel_line_widget.py +0 -0
  91. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/modulators/__init__.py +0 -0
  92. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/modulators/esc_widget.py +0 -0
  93. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/nacelles/__init__.py +0 -0
  94. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/nacelles/nacelle_section_widget.py +0 -0
  95. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/powertrain_connector_widget.py +0 -0
  96. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/powertrain_widget.py +0 -0
  97. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/propulsors/__init__.py +0 -0
  98. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/propulsors/turbofan_widget.py +0 -0
  99. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/sources/__init__.py +0 -0
  100. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/sources/fuel_tank_widget.py +0 -0
  101. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/powertrain/sources/source_selector_widget.py +0 -0
  102. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/wings/__init__.py +0 -0
  103. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/wings/wing_cs_widget.py +0 -0
  104. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/geometry/widgets/wings/wing_section_widget.py +0 -0
  105. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/home/__init__.py +0 -0
  106. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/home/home.py +0 -0
  107. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/mission/__init__.py +0 -0
  108. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/mission/mission.py +0 -0
  109. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/mission/widgets/__init__.py +0 -0
  110. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/mission/widgets/flight_controls_widget.py +0 -0
  111. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/mission/widgets/mission_analysis_widget.py +0 -0
  112. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/mission/widgets/mission_segment_helper.py +0 -0
  113. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/mission/widgets/mission_segment_widget.py +0 -0
  114. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/__init__.py +0 -0
  115. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/__init__.py +0 -0
  116. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aeroacoustics/__init__.py +0 -0
  117. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aeroacoustics/plot_2D_noise_contour.py +0 -0
  118. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aeroacoustics/plot_3D_noise_contour.py +0 -0
  119. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aeroacoustics/plot_noise_certification_contour.py +0 -0
  120. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aeroacoustics/plot_noise_level.py +0 -0
  121. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aerodynamics/__init__.py +0 -0
  122. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aerodynamics/plot_aerodynamic_coefficients.py +0 -0
  123. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aerodynamics/plot_aerodynamic_forces.py +0 -0
  124. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aerodynamics/plot_aircraft_aerodynamics.py +0 -0
  125. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aerodynamics/plot_drag_components.py +0 -0
  126. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aerodynamics/plot_lift_distribution.py +0 -0
  127. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aerodynamics/plot_rotor_conditions.py +0 -0
  128. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aerodynamics/plot_rotor_disc_performance.py +0 -0
  129. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/aerodynamics/plot_rotor_performance.py +0 -0
  130. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/common/__init__.py +0 -0
  131. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/common/plot_style.py +0 -0
  132. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/common/set_axes.py +0 -0
  133. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/create_plot_widgets.py +0 -0
  134. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/emissions/__init__.py +0 -0
  135. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/emissions/plot_emissions.py +0 -0
  136. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/energy/__init__.py +0 -0
  137. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/energy/plot_altitude_sfc_weight.py +0 -0
  138. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/energy/plot_battery_cell_conditions.py +0 -0
  139. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/energy/plot_battery_degradation.py +0 -0
  140. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/energy/plot_battery_module_C_rates.py +0 -0
  141. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/energy/plot_battery_module_conditions.py +0 -0
  142. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/energy/plot_battery_pack_conditions.py +0 -0
  143. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/energy/plot_battery_ragone_diagram.py +0 -0
  144. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/energy/plot_battery_temperature.py +0 -0
  145. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/energy/plot_electric_propulsor_efficiencies.py +0 -0
  146. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/energy/plot_propulsor_throttles.py +0 -0
  147. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/mission/__init__.py +0 -0
  148. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/mission/plot_aircraft_velocities.py +0 -0
  149. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/mission/plot_flight_conditions.py +0 -0
  150. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/mission/plot_flight_trajectory.py +0 -0
  151. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/stability/__init__.py +0 -0
  152. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/stability/plot_flight_forces_and_moments.py +0 -0
  153. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/stability/plot_lateral_stability.py +0 -0
  154. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/stability/plot_longitudinal_stability.py +0 -0
  155. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/thermal_management/__init__.py +0 -0
  156. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/thermal_management/plot_air_cooled_conditions.py +0 -0
  157. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/thermal_management/plot_cross_flow_heat_exchanger_conditions.py +0 -0
  158. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/thermal_management/plot_reservoir_conditions.py +0 -0
  159. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/thermal_management/plot_thermal_management_performance.py +0 -0
  160. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/thermal_management/plot_wavy_channel_conditions.py +0 -0
  161. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/weights/__init__.py +0 -0
  162. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/weights/plot_load_diagram.py +0 -0
  163. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/plots/weights/plot_weight_breakdown.py +0 -0
  164. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/solve/solve.py +0 -0
  165. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/style_sheet.py +0 -0
  166. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/tab_widget.py +0 -0
  167. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/visualize_geometry/__init__.py +0 -0
  168. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/visualize_geometry/core_3d_viewer.py +0 -0
  169. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/visualize_geometry/features/__init__.py +0 -0
  170. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/visualize_geometry/features/axes_gizmo.py +0 -0
  171. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/visualize_geometry/features/background.py +0 -0
  172. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/visualize_geometry/features/blueprint.py +0 -0
  173. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/visualize_geometry/features/camera.py +0 -0
  174. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/visualize_geometry/features/drag_aircraft.py +0 -0
  175. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/visualize_geometry/features/grid.py +0 -0
  176. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/visualize_geometry/features/measurement.py +0 -0
  177. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/visualize_geometry/features/screenshot.py +0 -0
  178. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/visualize_geometry/geometry_helper_functions.py +0 -0
  179. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/tabs/visualize_geometry/visualize_geometry.py +0 -0
  180. {rcaide_gui-1.0.0 → rcaide_gui-1.0.2}/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.2
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.2
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
@@ -7,8 +7,9 @@
7
7
 
8
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
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) -->
10
+ [![codecov](https://codecov.io/gh/leadsgroup/RCAIDE_LEADS/graph/badge.svg?token=WZOFW5EKWJ)](https://codecov.io/gh/leadsgroup/RCAIDE_LEADS) -->
11
+
12
+ [![PyPI Downloads](https://static.pepy.tech/badge/rcaide-gui)](https://pepy.tech/projects/rcaide-gui)
12
13
 
13
14
 
14
15
 
@@ -0,0 +1 @@
1
+ 1.0.2
@@ -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",
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
File without changes