iints-sdk-python35 1.5.18__tar.gz → 1.5.19__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 (340) hide show
  1. {iints_sdk_python35-1.5.18/src/iints_sdk_python35.egg-info → iints_sdk_python35-1.5.19}/PKG-INFO +34 -66
  2. iints_sdk_python35-1.5.19/README.md +38 -0
  3. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/pyproject.toml +29 -2
  4. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/__init__.py +1 -1
  5. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/cli/cli.py +321 -26
  6. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/patient/hovorka_model.py +11 -5
  7. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/patient/models.py +5 -2
  8. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/__init__.py +16 -0
  9. iints_sdk_python35-1.5.19/src/iints/data/certify.py +218 -0
  10. iints_sdk_python35-1.5.19/src/iints/data/contracts/diabetes_cgm_mdmp_contract.yaml +60 -0
  11. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/runner.py +34 -0
  12. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/mdmp/backend.py +29 -0
  13. iints_sdk_python35-1.5.19/src/iints/research/anatomy.py +187 -0
  14. iints_sdk_python35-1.5.19/src/iints/research/genetics.py +178 -0
  15. iints_sdk_python35-1.5.19/src/iints/research/genomics_engine.py +166 -0
  16. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/jetson_hf_trainer.py +14 -12
  17. iints_sdk_python35-1.5.19/src/iints/research/pharmacology.py +163 -0
  18. iints_sdk_python35-1.5.19/src/iints/research/physiology.py +114 -0
  19. iints_sdk_python35-1.5.19/src/iints/research/structure.py +387 -0
  20. iints_sdk_python35-1.5.19/src/iints/research/tissue_stressor.py +131 -0
  21. iints_sdk_python35-1.5.19/src/iints_desktop/__init__.py +14 -0
  22. iints_sdk_python35-1.5.19/src/iints_desktop/app.py +341 -0
  23. iints_sdk_python35-1.5.19/src/iints_desktop/assets/alphafold/AF-P01275-F1-model_v4.cif +2474 -0
  24. iints_sdk_python35-1.5.19/src/iints_desktop/assets/alphafold/AF-P01308-F1-model_v4.cif +1618 -0
  25. iints_sdk_python35-1.5.19/src/iints_desktop/assets/alphafold/AF-P06213-F1-model_v6.cif +15926 -0
  26. iints_sdk_python35-1.5.19/src/iints_desktop/assets/alphafold/AF-P14672-F1-model_v6.cif +5912 -0
  27. iints_sdk_python35-1.5.19/src/iints_desktop/assets/alphafold/AF-P47871-F1-model_v6.cif +5762 -0
  28. iints_sdk_python35-1.5.19/src/iints_desktop/assets/alphafold/gcgr_3D.png +0 -0
  29. iints_sdk_python35-1.5.19/src/iints_desktop/assets/alphafold/glucagon_3D.png +0 -0
  30. iints_sdk_python35-1.5.19/src/iints_desktop/assets/alphafold/glut4_3D.png +0 -0
  31. iints_sdk_python35-1.5.19/src/iints_desktop/assets/alphafold/insr_3D.png +0 -0
  32. iints_sdk_python35-1.5.19/src/iints_desktop/assets/alphafold/insulin_3D.png +0 -0
  33. iints_sdk_python35-1.5.19/src/iints_desktop/cocoa_app.py +317 -0
  34. iints_sdk_python35-1.5.19/src/iints_desktop/engine.py +331 -0
  35. iints_sdk_python35-1.5.19/src/iints_desktop/fetcher.py +64 -0
  36. iints_sdk_python35-1.5.19/src/iints_desktop/launcher.py +42 -0
  37. iints_sdk_python35-1.5.19/src/iints_desktop/local_ai.py +317 -0
  38. iints_sdk_python35-1.5.19/src/iints_desktop/mdmp.py +92 -0
  39. iints_sdk_python35-1.5.19/src/iints_desktop/molecule_viewer.py +224 -0
  40. iints_sdk_python35-1.5.19/src/iints_desktop/molecules.py +257 -0
  41. iints_sdk_python35-1.5.19/src/iints_desktop/qt_app.py +2636 -0
  42. iints_sdk_python35-1.5.19/src/iints_desktop/render_3dmol.py +65 -0
  43. iints_sdk_python35-1.5.19/src/iints_desktop/results.py +163 -0
  44. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19/src/iints_sdk_python35.egg-info}/PKG-INFO +34 -66
  45. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints_sdk_python35.egg-info/SOURCES.txt +32 -0
  46. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints_sdk_python35.egg-info/entry_points.txt +4 -0
  47. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints_sdk_python35.egg-info/requires.txt +18 -0
  48. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints_sdk_python35.egg-info/top_level.txt +1 -0
  49. iints_sdk_python35-1.5.19/tests/test_desktop_app.py +430 -0
  50. iints_sdk_python35-1.5.18/README.md +0 -85
  51. iints_sdk_python35-1.5.18/src/iints/data/certify.py +0 -80
  52. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/LICENSE +0 -0
  53. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/LICENSE-MIT-IINTS-LEGACY +0 -0
  54. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/NOTICE +0 -0
  55. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/setup.cfg +0 -0
  56. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/ai/__init__.py +0 -0
  57. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/ai/assistant.py +0 -0
  58. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/ai/backends/__init__.py +0 -0
  59. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/ai/backends/base.py +0 -0
  60. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/ai/backends/mistral_api.py +0 -0
  61. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/ai/backends/ollama.py +0 -0
  62. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/ai/cli.py +0 -0
  63. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/ai/deterministic.py +0 -0
  64. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/ai/insights.py +0 -0
  65. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/ai/mdmp_guard.py +0 -0
  66. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/ai/model_catalog.py +0 -0
  67. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/ai/prepare.py +0 -0
  68. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/ai/prompts.py +0 -0
  69. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/__init__.py +0 -0
  70. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/algorithm_xray.py +0 -0
  71. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/baseline.py +0 -0
  72. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/booth_demo.py +0 -0
  73. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/carelink_workbench.py +0 -0
  74. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/clinical_benchmark.py +0 -0
  75. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/clinical_metrics.py +0 -0
  76. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/clinical_tir_analyzer.py +0 -0
  77. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/diabetes_metrics.py +0 -0
  78. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/edge_efficiency.py +0 -0
  79. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/edge_performance_monitor.py +0 -0
  80. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/eucys_results.py +0 -0
  81. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/evidence_bundle.py +0 -0
  82. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/explainability.py +0 -0
  83. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/explainable_ai.py +0 -0
  84. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/hardware_benchmark.py +0 -0
  85. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/metrics.py +0 -0
  86. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/population_report.py +0 -0
  87. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/poster.py +0 -0
  88. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/reporting.py +0 -0
  89. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/run_quality.py +0 -0
  90. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/safety_index.py +0 -0
  91. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/safety_visualizer.py +0 -0
  92. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/sensor_filtering.py +0 -0
  93. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/study_analysis.py +0 -0
  94. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/study_engine.py +0 -0
  95. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/study_experiment.py +0 -0
  96. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/study_poster.py +0 -0
  97. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/study_protocol.py +0 -0
  98. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/analysis/validator.py +0 -0
  99. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/api/__init__.py +0 -0
  100. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/api/base_algorithm.py +0 -0
  101. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/api/registry.py +0 -0
  102. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/api/template_algorithm.py +0 -0
  103. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/assets/iints_logo.png +0 -0
  104. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/cli/__init__.py +0 -0
  105. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/cli/patient_cli.py +0 -0
  106. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/__init__.py +0 -0
  107. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/__init__.py +0 -0
  108. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/battle_runner.py +0 -0
  109. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/clinical_baseline.py +0 -0
  110. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/correction_bolus.py +0 -0
  111. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/discovery.py +0 -0
  112. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/fixed_basal_bolus.py +0 -0
  113. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/hybrid_algorithm.py +0 -0
  114. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/imitation_controller.py +0 -0
  115. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/lstm_algorithm.py +0 -0
  116. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/mock_algorithms.py +0 -0
  117. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/mpc_controller.py +0 -0
  118. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/neural_controller.py +0 -0
  119. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/pid_controller.py +0 -0
  120. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/algorithms/standard_pump_algo.py +0 -0
  121. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/clinical_metrics.py +0 -0
  122. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/device.py +0 -0
  123. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/device_manager.py +0 -0
  124. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/devices/__init__.py +0 -0
  125. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/devices/models.py +0 -0
  126. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/digital_twin.py +0 -0
  127. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/formula_registry.py +0 -0
  128. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/patient/__init__.py +0 -0
  129. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/patient/advanced_metabolic_model.py +0 -0
  130. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/patient/bergman_model.py +0 -0
  131. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/patient/patient_factory.py +0 -0
  132. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/patient/physiology.py +0 -0
  133. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/patient/profile.py +0 -0
  134. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/physiology_variation.py +0 -0
  135. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/safety/__init__.py +0 -0
  136. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/safety/config.py +0 -0
  137. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/safety/input_validator.py +0 -0
  138. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/safety/supervisor.py +0 -0
  139. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/simulation/__init__.py +0 -0
  140. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/simulation/scenario_parser.py +0 -0
  141. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/simulator.py +0 -0
  142. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/supervisor.py +0 -0
  143. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/core/units.py +0 -0
  144. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/adapter.py +0 -0
  145. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/column_mapper.py +0 -0
  146. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/contracts.py +0 -0
  147. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/datasets.json +0 -0
  148. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/demo/__init__.py +0 -0
  149. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/demo/demo_cgm.csv +0 -0
  150. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/evidence.py +0 -0
  151. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/guardians.py +0 -0
  152. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/importer.py +0 -0
  153. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/ingestor.py +0 -0
  154. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/mdmp_visualizer.py +0 -0
  155. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/medtronic_live.py +0 -0
  156. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/nightscout.py +0 -0
  157. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/physiology_residual_profiles.json +0 -0
  158. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/quality_checker.py +0 -0
  159. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/realism_dashboard.py +0 -0
  160. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/realism_governance.py +0 -0
  161. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/realism_reference.py +0 -0
  162. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/realism_references.json +0 -0
  163. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/realism_validator.py +0 -0
  164. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/registry.py +0 -0
  165. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/research_catalog.py +0 -0
  166. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/study_corruption.py +0 -0
  167. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/synthetic_mirror.py +0 -0
  168. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/tidepool.py +0 -0
  169. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/universal_parser.py +0 -0
  170. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/virtual_patients/clinic_safe_baseline.yaml +0 -0
  171. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/virtual_patients/clinic_safe_hyper_challenge.yaml +0 -0
  172. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/virtual_patients/clinic_safe_hypo_prone.yaml +0 -0
  173. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/virtual_patients/clinic_safe_midnight.yaml +0 -0
  174. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/virtual_patients/clinic_safe_pizza.yaml +0 -0
  175. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/virtual_patients/clinic_safe_stress_meal.yaml +0 -0
  176. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/virtual_patients/default_patient.yaml +0 -0
  177. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/virtual_patients/patient_559_config.yaml +0 -0
  178. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/virtual_patients/reference_azt1d_t1d.yaml +0 -0
  179. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/virtual_patients/reference_free_living_t1d.yaml +0 -0
  180. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/data/virtual_patients/reference_hupa_ucm_t1d.yaml +0 -0
  181. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/demo_assets.py +0 -0
  182. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/emulation/__init__.py +0 -0
  183. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/emulation/legacy_base.py +0 -0
  184. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/emulation/medtronic_780g.py +0 -0
  185. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/emulation/omnipod_5.py +0 -0
  186. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/emulation/tandem_controliq.py +0 -0
  187. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/highlevel.py +0 -0
  188. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/jetson/__init__.py +0 -0
  189. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/jetson/endurance.py +0 -0
  190. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/jetson/research_pipeline.py +0 -0
  191. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/learning/__init__.py +0 -0
  192. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/learning/autonomous_optimizer.py +0 -0
  193. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/learning/learning_system.py +0 -0
  194. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/live_patient/__init__.py +0 -0
  195. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/live_patient/api.py +0 -0
  196. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/live_patient/daemon.py +0 -0
  197. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/live_patient/edge_benchmark.py +0 -0
  198. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/live_patient/edge_ops.py +0 -0
  199. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/live_patient/fpga.py +0 -0
  200. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/live_patient/long_study.py +0 -0
  201. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/live_patient/medtronic_direct.py +0 -0
  202. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/live_patient/pico_pump.py +0 -0
  203. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/live_patient/runtime.py +0 -0
  204. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/live_patient/service_export.py +0 -0
  205. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/live_patient/uno_q.py +0 -0
  206. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/mdmp/__init__.py +0 -0
  207. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/mdmp/eu_ai_pact.py +0 -0
  208. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/metrics.py +0 -0
  209. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/population/__init__.py +0 -0
  210. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/population/generator.py +0 -0
  211. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/population/runner.py +0 -0
  212. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/presets/__init__.py +0 -0
  213. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/presets/evidence_sources.yaml +0 -0
  214. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/presets/forecast_calibration_profiles.yaml +0 -0
  215. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/presets/golden_benchmark.yaml +0 -0
  216. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/presets/presets.json +0 -0
  217. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/presets/safety_contract_default.yaml +0 -0
  218. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/presets/validation_profiles.yaml +0 -0
  219. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/__init__.py +0 -0
  220. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/audit.py +0 -0
  221. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/calibration_gate.py +0 -0
  222. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/config.py +0 -0
  223. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/control.py +0 -0
  224. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/control_eval.py +0 -0
  225. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/data_blend.py +0 -0
  226. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/dataset.py +0 -0
  227. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/evaluation.py +0 -0
  228. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/forecasting.py +0 -0
  229. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/glucose_model.py +0 -0
  230. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/local_ai.py +0 -0
  231. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/local_ai_gate.py +0 -0
  232. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/losses.py +0 -0
  233. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/metrics.py +0 -0
  234. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/model_registry.py +0 -0
  235. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/neural_control.py +0 -0
  236. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/physiology_calibration.py +0 -0
  237. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/predictor.py +0 -0
  238. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/research/results_manager.py +0 -0
  239. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/scenarios/__init__.py +0 -0
  240. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/scenarios/generator.py +0 -0
  241. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/scenarios/study_pack.py +0 -0
  242. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/__init__.py +0 -0
  243. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/default_algorithm.py +0 -0
  244. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/demos/__init__.py +0 -0
  245. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/demos/live_stage_demo.py +0 -0
  246. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/pico_pump/README.md +0 -0
  247. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/pico_pump/code.py +0 -0
  248. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/pico_pump/serial_protocol.txt +0 -0
  249. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/scenarios/__init__.py +0 -0
  250. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/scenarios/chaos_insulin_stacking.json +0 -0
  251. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/scenarios/chaos_runaway_ai.json +0 -0
  252. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/scenarios/example_scenario.json +0 -0
  253. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/scenarios/exercise_stress.json +0 -0
  254. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/uno_q/README.md +0 -0
  255. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/templates/uno_q/iints_supervisor_bridge.ino +0 -0
  256. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/tools/ai_realism_auditor.py +0 -0
  257. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/tools/digital_twin_calibrator.py +0 -0
  258. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/tools/theory_stress_lab.py +0 -0
  259. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/utils/__init__.py +0 -0
  260. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/utils/academic_artifacts.py +0 -0
  261. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/utils/csv_safety.py +0 -0
  262. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/utils/plotting.py +0 -0
  263. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/utils/run_io.py +0 -0
  264. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/utils/url_safety.py +0 -0
  265. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/validation/__init__.py +0 -0
  266. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/validation/golden.py +0 -0
  267. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/validation/replay.py +0 -0
  268. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/validation/run_doctor.py +0 -0
  269. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/validation/run_validation.py +0 -0
  270. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/validation/safety_contract.py +0 -0
  271. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/validation/schemas.py +0 -0
  272. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/visualization/__init__.py +0 -0
  273. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/visualization/cockpit.py +0 -0
  274. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints/visualization/uncertainty_cloud.py +0 -0
  275. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/iints_sdk_python35.egg-info/dependency_links.txt +0 -0
  276. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_ai/__init__.py +0 -0
  277. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_ai/lineage.py +0 -0
  278. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/__init__.py +0 -0
  279. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/audit.py +0 -0
  280. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/bias_hooks.py +0 -0
  281. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/bundle.py +0 -0
  282. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/certification.py +0 -0
  283. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/cli.py +0 -0
  284. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/compare.py +0 -0
  285. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/conformance.py +0 -0
  286. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/contracts.py +0 -0
  287. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/crypto.py +0 -0
  288. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/data/conformance/vectors/delegation.json +0 -0
  289. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/data/conformance/vectors/fingerprint.json +0 -0
  290. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/data/conformance/vectors/grading.json +0 -0
  291. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/data/conformance/vectors/signing.json +0 -0
  292. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/delegate.py +0 -0
  293. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/diffing.py +0 -0
  294. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/drift.py +0 -0
  295. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/exceptions.py +0 -0
  296. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/fingerprint.py +0 -0
  297. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/fingerprint_store.py +0 -0
  298. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/hf.py +0 -0
  299. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/keys/mdmp_pub_v1.pem +0 -0
  300. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/llm_provenance.py +0 -0
  301. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/migrate.py +0 -0
  302. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/policy.py +0 -0
  303. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/prov.py +0 -0
  304. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/registry.py +0 -0
  305. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/runner.py +0 -0
  306. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/schema_export.py +0 -0
  307. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/synthetic.py +0 -0
  308. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/trust.py +0 -0
  309. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_core/visualizer.py +0 -0
  310. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_flavors/__init__.py +0 -0
  311. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_integrations/__init__.py +0 -0
  312. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_integrations/dvc.py +0 -0
  313. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_integrations/mlflow.py +0 -0
  314. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/src/mdmp_integrations/wandb.py +0 -0
  315. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_bergman.py +0 -0
  316. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_ci_governance.py +0 -0
  317. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_algorithm_loading.py +0 -0
  318. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_booth_demo.py +0 -0
  319. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_carelink_workbench.py +0 -0
  320. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_cloud_import_security.py +0 -0
  321. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_demo_export.py +0 -0
  322. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_demo_live.py +0 -0
  323. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_edge_runtime.py +0 -0
  324. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_expo_tools.py +0 -0
  325. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_fpga.py +0 -0
  326. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_onboarding.py +0 -0
  327. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_patient_runtime.py +0 -0
  328. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_poster.py +0 -0
  329. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_research_workflows.py +0 -0
  330. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_run_summary.py +0 -0
  331. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_cli_theory_stress_lab.py +0 -0
  332. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_install_doctor.py +0 -0
  333. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_jetson_endurance.py +0 -0
  334. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_physiology_variation.py +0 -0
  335. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_plugin_system.py +0 -0
  336. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_population.py +0 -0
  337. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_presets_realism.py +0 -0
  338. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_research_realism_tools.py +0 -0
  339. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_scientific_fidelity.py +0 -0
  340. {iints_sdk_python35-1.5.18 → iints_sdk_python35-1.5.19}/tests/test_simulator_calibration.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iints-sdk-python35
3
- Version: 1.5.18
3
+ Version: 1.5.19
4
4
  Summary: A pre-clinical Edge-AI SDK for diabetes management validation.
5
5
  Author-email: Rune Bobbaers <rune.bobbaers@gmail.com>
6
6
  License-Expression: Apache-2.0
@@ -18,6 +18,8 @@ Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
19
  License-File: NOTICE
20
20
  License-File: LICENSE-MIT-IINTS-LEGACY
21
+ Requires-Dist: certifi>=2024.2.2
22
+ Requires-Dist: cryptography<45.0.0,>=41.0.0
21
23
  Requires-Dist: fastapi!=0.136.3,<1.0.0,>=0.115.0
22
24
  Requires-Dist: numpy<3.0.0,>=1.24.0
23
25
  Requires-Dist: pandas<3.0.0,>=2.0.0
@@ -63,8 +65,21 @@ Requires-Dist: pyarrow<25.0.0,>=12.0.0; extra == "research"
63
65
  Requires-Dist: h5py<4.0.0,>=3.10.0; extra == "research"
64
66
  Requires-Dist: onnx<2.0.0,>=1.16.0; extra == "research"
65
67
  Requires-Dist: onnxscript<1.0.0,>=0.1.0; extra == "research"
68
+ Requires-Dist: plotly<7.0.0,>=5.18.0; extra == "research"
66
69
  Provides-Extra: mdmp
67
70
  Requires-Dist: cryptography<50.0.0,>=42.0.0; extra == "mdmp"
71
+ Provides-Extra: desktop
72
+ Requires-Dist: pyinstaller<7.0.0,>=6.11.0; extra == "desktop"
73
+ Requires-Dist: setuptools<81.0.0,>=77.0.0; extra == "desktop"
74
+ Provides-Extra: desktop-qt
75
+ Requires-Dist: pyinstaller<7.0.0,>=6.11.0; extra == "desktop-qt"
76
+ Requires-Dist: setuptools<81.0.0,>=77.0.0; extra == "desktop-qt"
77
+ Requires-Dist: PySide6<7.0.0,>=6.7.0; extra == "desktop-qt"
78
+ Requires-Dist: plotly<7.0.0,>=5.18.0; extra == "desktop-qt"
79
+ Provides-Extra: desktop-macos
80
+ Requires-Dist: pyinstaller<7.0.0,>=6.11.0; extra == "desktop-macos"
81
+ Requires-Dist: setuptools<81.0.0,>=77.0.0; extra == "desktop-macos"
82
+ Requires-Dist: pyobjc-framework-Cocoa<12.0,>=10.0; extra == "desktop-macos"
68
83
  Dynamic: license-file
69
84
 
70
85
  # IINTS-AF SDK
@@ -74,81 +89,34 @@ Dynamic: license-file
74
89
  [![CI](https://github.com/python35/IINTS-SDK/actions/workflows/python-package.yml/badge.svg)](https://github.com/python35/IINTS-SDK/actions/workflows/python-package.yml)
75
90
  [![Docs](https://img.shields.io/badge/docs-IINTS--AF-0a66c2?style=flat)](https://python35.github.io/IINTS-SDK/)
76
91
 
77
- > "Code shouldn't be a secret when it's managing a life."
92
+ IINTS-AF is an open-source research SDK for diabetes technology simulation.
78
93
 
79
- Open-source research platform for insulin delivery algorithm simulation and validation.
94
+ The SDK lets researchers, students, and developers test diabetes-algorithm ideas in a virtual environment. It can simulate digital patients, meals, insulin delivery, CGM/sensor behavior, safety checks, glucose-prediction experiments, and generated reports.
80
95
 
81
- ---
96
+ The purpose of IINTS-AF is to make algorithm behavior easier to inspect and discuss before anything is connected to a real person.
82
97
 
83
- ## Repository Map
98
+ IINTS-AF is not a medical device. It must not be used for diagnosis, insulin dosing, treatment decisions, or real-time patient care.
84
99
 
85
- | Path | Purpose |
86
- | --- | --- |
87
- | `src/iints/` | installable SDK source code |
88
- | `docs/` | public documentation, governance, release notes, and Obsidian vault mirror |
89
- | `examples/` | runnable examples and notebooks |
90
- | `tests/` | unit, CLI, system, and realism tests |
91
- | `research/` | research artifacts and benchmark snapshots |
92
- | `tools/` | maintainer scripts for docs, CI, and release workflows |
93
- | `data_packs/` | small bundled/demo data packs |
94
- | `algorithms/` | example insulin algorithm entry points |
95
-
96
- Important starting points:
97
-
98
- - `docs/THEORY_STRESS_LAB.md` — Jetson scientific stress-test mode
99
- - `docs/governance/API_STABILITY.md` — semver and API policy
100
- - `docs/governance/PRIVACY_POLICY.md` and `docs/governance/TERMS_OF_USE.md` — public legal docs
101
-
102
- ---
103
-
104
- ## What It Does
105
-
106
- - **Simulate** virtual patients across thousands of scenarios before any algorithm reaches a real device
107
- - **Certify** datasets cryptographically — traceable, consented, reproducible
108
- - **Understand** results with audit-ready reports and local AI explanation via Ministral
109
-
110
- ---
100
+ ## Links
111
101
 
112
- ## Install
102
+ - Website: [iints.org](https://iints.org)
103
+ - Documentation: [python35.github.io/IINTS-SDK](https://python35.github.io/IINTS-SDK/)
104
+ - Desktop app downloads: [latest beta](https://github.com/python35/IINTS-SDK/releases/tag/desktop-beta-latest)
113
105
 
114
- ```bash
115
- pip install "iints-sdk-python35[full,mdmp]"
116
- iints doctor --smoke-run
117
- ```
106
+ ## Desktop App
118
107
 
119
- **Raspberry Pi / Arduino UNO Q:**
120
- ```bash
121
- pip install "iints-sdk-python35[edge,mdmp]"
122
- iints edge quickstart --board raspberry_pi
123
- iints edge quickstart --board uno_q
124
- ```
108
+ IINTS-AF also has a native desktop app for running demos and opening generated results without using many terminal commands. Windows and Linux beta builds use the richer Qt interface; the current macOS DMG uses a small native Cocoa fallback so it opens more reliably while the Mac Qt bundle is being hardened.
125
109
 
126
- ---
110
+ Current beta downloads:
127
111
 
128
- ## Quick Start
129
-
130
- ```bash
131
- iints quickstart --project-name my_study
132
- cd my_study
133
- iints presets run --name baseline_t1d --algo algorithms/example_algorithm.py
134
- iints ai report results/<run_id>
135
- ```
136
-
137
- Full documentation: [python35.github.io/IINTS-SDK](https://python35.github.io/IINTS-SDK/)
138
-
139
- ---
140
-
141
- ## Live Demo
142
-
143
- For a Zoom call, jury walkthrough, or sponsor demo where you want the story first and code as proof:
112
+ | Platform | Download |
113
+ | --- | --- |
114
+ | Windows | [`.exe`](https://github.com/python35/IINTS-SDK/releases/download/desktop-beta-latest/IINTS-AF-Desktop-Beta-windows-x64.exe) |
115
+ | macOS | [`.dmg`](https://github.com/python35/IINTS-SDK/releases/download/desktop-beta-latest/IINTS-AF-Desktop-Beta-macos.dmg) |
116
+ | Linux | [executable](https://github.com/python35/IINTS-SDK/releases/download/desktop-beta-latest/IINTS-AF-Desktop-Beta-linux-x64) |
144
117
 
145
- ```bash
146
- iints demo eucys --output-dir results/live_demo
147
- ```
148
118
 
149
- Use `iints demo doctor` for clinical feedback conversations and `iints demo booth` for public digital-patient demos.
150
119
 
151
- ---
120
+ ## License
152
121
 
153
- > Research software. Not a medical device. Apache-2.0 licensed, with legacy MIT notices where applicable.
154
- > *Built by a 17-year-old with type 1 diabetes.*
122
+ Apache-2.0 licensed, with legacy MIT notices where applicable.
@@ -0,0 +1,38 @@
1
+ # IINTS-AF SDK
2
+
3
+ [![EUCYS 2026](https://img.shields.io/badge/EUCYS-2026%20Selected-gold?style=flat)](https://www.uni-kiel.de/en/eucys2026)
4
+ [![PyPI version](https://badge.fury.io/py/iints-sdk-python35.svg)](https://badge.fury.io/py/iints-sdk-python35)
5
+ [![CI](https://github.com/python35/IINTS-SDK/actions/workflows/python-package.yml/badge.svg)](https://github.com/python35/IINTS-SDK/actions/workflows/python-package.yml)
6
+ [![Docs](https://img.shields.io/badge/docs-IINTS--AF-0a66c2?style=flat)](https://python35.github.io/IINTS-SDK/)
7
+
8
+ IINTS-AF is an open-source research SDK for diabetes technology simulation.
9
+
10
+ The SDK lets researchers, students, and developers test diabetes-algorithm ideas in a virtual environment. It can simulate digital patients, meals, insulin delivery, CGM/sensor behavior, safety checks, glucose-prediction experiments, and generated reports.
11
+
12
+ The purpose of IINTS-AF is to make algorithm behavior easier to inspect and discuss before anything is connected to a real person.
13
+
14
+ IINTS-AF is not a medical device. It must not be used for diagnosis, insulin dosing, treatment decisions, or real-time patient care.
15
+
16
+ ## Links
17
+
18
+ - Website: [iints.org](https://iints.org)
19
+ - Documentation: [python35.github.io/IINTS-SDK](https://python35.github.io/IINTS-SDK/)
20
+ - Desktop app downloads: [latest beta](https://github.com/python35/IINTS-SDK/releases/tag/desktop-beta-latest)
21
+
22
+ ## Desktop App
23
+
24
+ IINTS-AF also has a native desktop app for running demos and opening generated results without using many terminal commands. Windows and Linux beta builds use the richer Qt interface; the current macOS DMG uses a small native Cocoa fallback so it opens more reliably while the Mac Qt bundle is being hardened.
25
+
26
+ Current beta downloads:
27
+
28
+ | Platform | Download |
29
+ | --- | --- |
30
+ | Windows | [`.exe`](https://github.com/python35/IINTS-SDK/releases/download/desktop-beta-latest/IINTS-AF-Desktop-Beta-windows-x64.exe) |
31
+ | macOS | [`.dmg`](https://github.com/python35/IINTS-SDK/releases/download/desktop-beta-latest/IINTS-AF-Desktop-Beta-macos.dmg) |
32
+ | Linux | [executable](https://github.com/python35/IINTS-SDK/releases/download/desktop-beta-latest/IINTS-AF-Desktop-Beta-linux-x64) |
33
+
34
+
35
+
36
+ ## License
37
+
38
+ Apache-2.0 licensed, with legacy MIT notices where applicable.
@@ -1,10 +1,10 @@
1
1
  [build-system]
2
- requires = ["setuptools>=77.0.0"]
2
+ requires = ["setuptools>=77.0.0,<81.0.0"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "iints-sdk-python35"
7
- version = "1.5.18"
7
+ version = "1.5.19"
8
8
  authors = [
9
9
  { name="Rune Bobbaers", email="rune.bobbaers@gmail.com" },
10
10
  ]
@@ -24,6 +24,8 @@ classifiers = [
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  ]
26
26
  dependencies = [
27
+ "certifi>=2024.2.2",
28
+ "cryptography>=41.0.0,<45.0.0",
27
29
  "fastapi>=0.115.0,!=0.136.3,<1.0.0",
28
30
  "numpy>=1.24.0,<3.0.0",
29
31
  "pandas>=2.0.0,<3.0.0",
@@ -78,13 +80,33 @@ research = [
78
80
  "h5py>=3.10.0,<4.0.0",
79
81
  "onnx>=1.16.0,<2.0.0",
80
82
  "onnxscript>=0.1.0,<1.0.0",
83
+ "plotly>=5.18.0,<7.0.0",
81
84
  ]
82
85
  mdmp = [
83
86
  "cryptography>=42.0.0,<50.0.0",
84
87
  ]
88
+ desktop = [
89
+ "pyinstaller>=6.11.0,<7.0.0",
90
+ "setuptools>=77.0.0,<81.0.0",
91
+ ]
92
+ desktop-qt = [
93
+ "pyinstaller>=6.11.0,<7.0.0",
94
+ "setuptools>=77.0.0,<81.0.0",
95
+ "PySide6>=6.7.0,<7.0.0",
96
+ "plotly>=5.18.0,<7.0.0",
97
+ ]
98
+ desktop-macos = [
99
+ "pyinstaller>=6.11.0,<7.0.0",
100
+ "setuptools>=77.0.0,<81.0.0",
101
+ "pyobjc-framework-Cocoa>=10.0,<12.0",
102
+ ]
85
103
 
86
104
  [project.scripts]
87
105
  iints = "iints.cli.cli:app"
106
+ iints-desktop = "iints_desktop.launcher:main"
107
+ iints-desktop-tk = "iints_desktop.app:main"
108
+ iints-desktop-qt = "iints_desktop.qt_app:main"
109
+ iints-desktop-cocoa = "iints_desktop.cocoa_app:main"
88
110
  iints-sdk-doctor = "iints_sdk_python35_doctor:main"
89
111
 
90
112
  [project.entry-points."iints.algorithms"]
@@ -102,6 +124,10 @@ iints-sdk-doctor = "iints_sdk_python35_doctor:main"
102
124
  where = ["src"]
103
125
 
104
126
  [tool.setuptools.package-data]
127
+ iints_desktop = [
128
+ "assets/alphafold/*.png",
129
+ "assets/alphafold/*.cif",
130
+ ]
105
131
  iints = [
106
132
  "templates/*.py",
107
133
  "templates/scenarios/*.json",
@@ -112,6 +138,7 @@ iints = [
112
138
  "templates/pico_pump/*.txt",
113
139
  "assets/*.png",
114
140
  "data/*.json",
141
+ "data/contracts/*.yaml",
115
142
  "data/virtual_patients/*.yaml",
116
143
  "data/demo/*.csv",
117
144
  "presets/*.json",
@@ -11,7 +11,7 @@ except ImportError: # pragma: no cover - Python < 3.8 fallback
11
11
  try:
12
12
  __version__ = version("iints-sdk-python35")
13
13
  except PackageNotFoundError: # pragma: no cover - source tree fallback
14
- __version__ = "1.5.18"
14
+ __version__ = "1.5.19"
15
15
 
16
16
  # Note to developers: this SDK is currently maintained by a single author.
17
17
  # Please report bugs via GitHub issues and feel free to contribute fixes via PRs.