daytona_api_client 0.0.0.dev0__py3-none-any.whl

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 (202) hide show
  1. daytona_api_client/__init__.py +195 -0
  2. daytona_api_client/api/__init__.py +21 -0
  3. daytona_api_client/api/api_keys_api.py +1673 -0
  4. daytona_api_client/api/audit_api.py +750 -0
  5. daytona_api_client/api/config_api.py +279 -0
  6. daytona_api_client/api/default_api.py +1884 -0
  7. daytona_api_client/api/docker_registry_api.py +1965 -0
  8. daytona_api_client/api/health_api.py +282 -0
  9. daytona_api_client/api/object_storage_api.py +299 -0
  10. daytona_api_client/api/organizations_api.py +7836 -0
  11. daytona_api_client/api/preview_api.py +826 -0
  12. daytona_api_client/api/regions_api.py +316 -0
  13. daytona_api_client/api/runners_api.py +1560 -0
  14. daytona_api_client/api/sandbox_api.py +6927 -0
  15. daytona_api_client/api/snapshots_api.py +2630 -0
  16. daytona_api_client/api/toolbox_api.py +20759 -0
  17. daytona_api_client/api/users_api.py +2319 -0
  18. daytona_api_client/api/volumes_api.py +1419 -0
  19. daytona_api_client/api/webhooks_api.py +1704 -0
  20. daytona_api_client/api/workspace_api.py +4036 -0
  21. daytona_api_client/api_client.py +798 -0
  22. daytona_api_client/api_response.py +21 -0
  23. daytona_api_client/configuration.py +583 -0
  24. daytona_api_client/exceptions.py +217 -0
  25. daytona_api_client/models/__init__.py +162 -0
  26. daytona_api_client/models/account_provider.py +103 -0
  27. daytona_api_client/models/announcement.py +103 -0
  28. daytona_api_client/models/api_key_list.py +132 -0
  29. daytona_api_client/models/api_key_response.py +123 -0
  30. daytona_api_client/models/audit_log.py +128 -0
  31. daytona_api_client/models/build_info.py +108 -0
  32. daytona_api_client/models/command.py +105 -0
  33. daytona_api_client/models/completion_context.py +103 -0
  34. daytona_api_client/models/completion_item.py +113 -0
  35. daytona_api_client/models/completion_list.py +111 -0
  36. daytona_api_client/models/compressed_screenshot_response.py +105 -0
  37. daytona_api_client/models/computer_use_start_response.py +103 -0
  38. daytona_api_client/models/computer_use_status_response.py +108 -0
  39. daytona_api_client/models/computer_use_stop_response.py +103 -0
  40. daytona_api_client/models/create_api_key.py +119 -0
  41. daytona_api_client/models/create_audit_log.py +128 -0
  42. daytona_api_client/models/create_build_info.py +103 -0
  43. daytona_api_client/models/create_docker_registry.py +120 -0
  44. daytona_api_client/models/create_linked_account.py +103 -0
  45. daytona_api_client/models/create_organization.py +103 -0
  46. daytona_api_client/models/create_organization_invitation.py +115 -0
  47. daytona_api_client/models/create_organization_quota.py +117 -0
  48. daytona_api_client/models/create_organization_role.py +113 -0
  49. daytona_api_client/models/create_runner.py +130 -0
  50. daytona_api_client/models/create_sandbox.py +159 -0
  51. daytona_api_client/models/create_session_request.py +101 -0
  52. daytona_api_client/models/create_snapshot.py +121 -0
  53. daytona_api_client/models/create_user.py +127 -0
  54. daytona_api_client/models/create_volume.py +101 -0
  55. daytona_api_client/models/create_workspace.py +161 -0
  56. daytona_api_client/models/daytona_configuration.py +158 -0
  57. daytona_api_client/models/display_info_response.py +101 -0
  58. daytona_api_client/models/docker_registry.py +123 -0
  59. daytona_api_client/models/download_files.py +101 -0
  60. daytona_api_client/models/empty_response.py +101 -0
  61. daytona_api_client/models/execute_request.py +105 -0
  62. daytona_api_client/models/execute_response.py +103 -0
  63. daytona_api_client/models/file_info.py +115 -0
  64. daytona_api_client/models/file_status.py +107 -0
  65. daytona_api_client/models/git_add_request.py +103 -0
  66. daytona_api_client/models/git_branch_request.py +103 -0
  67. daytona_api_client/models/git_checkout_request.py +103 -0
  68. daytona_api_client/models/git_clone_request.py +111 -0
  69. daytona_api_client/models/git_commit_info.py +109 -0
  70. daytona_api_client/models/git_commit_request.py +109 -0
  71. daytona_api_client/models/git_commit_response.py +101 -0
  72. daytona_api_client/models/git_delete_branch_request.py +103 -0
  73. daytona_api_client/models/git_repo_request.py +105 -0
  74. daytona_api_client/models/git_status.py +117 -0
  75. daytona_api_client/models/health_controller_check200_response.py +154 -0
  76. daytona_api_client/models/health_controller_check200_response_info_value.py +101 -0
  77. daytona_api_client/models/health_controller_check503_response.py +154 -0
  78. daytona_api_client/models/keyboard_hotkey_request.py +101 -0
  79. daytona_api_client/models/keyboard_hotkey_response.py +103 -0
  80. daytona_api_client/models/keyboard_press_request.py +103 -0
  81. daytona_api_client/models/keyboard_press_response.py +105 -0
  82. daytona_api_client/models/keyboard_type_request.py +103 -0
  83. daytona_api_client/models/keyboard_type_response.py +103 -0
  84. daytona_api_client/models/list_branch_response.py +101 -0
  85. daytona_api_client/models/lsp_completion_params.py +117 -0
  86. daytona_api_client/models/lsp_document_request.py +105 -0
  87. daytona_api_client/models/lsp_location.py +107 -0
  88. daytona_api_client/models/lsp_server_request.py +103 -0
  89. daytona_api_client/models/lsp_symbol.py +109 -0
  90. daytona_api_client/models/match.py +105 -0
  91. daytona_api_client/models/mouse_click_request.py +107 -0
  92. daytona_api_client/models/mouse_click_response.py +103 -0
  93. daytona_api_client/models/mouse_drag_request.py +109 -0
  94. daytona_api_client/models/mouse_drag_response.py +103 -0
  95. daytona_api_client/models/mouse_move_request.py +103 -0
  96. daytona_api_client/models/mouse_move_response.py +103 -0
  97. daytona_api_client/models/mouse_position.py +103 -0
  98. daytona_api_client/models/mouse_scroll_request.py +107 -0
  99. daytona_api_client/models/mouse_scroll_response.py +101 -0
  100. daytona_api_client/models/oidc_config.py +105 -0
  101. daytona_api_client/models/organization.py +153 -0
  102. daytona_api_client/models/organization_invitation.py +144 -0
  103. daytona_api_client/models/organization_role.py +122 -0
  104. daytona_api_client/models/organization_sandbox_default_limited_network_egress.py +101 -0
  105. daytona_api_client/models/organization_sandbox_default_network_block_all.py +101 -0
  106. daytona_api_client/models/organization_suspension.py +106 -0
  107. daytona_api_client/models/organization_usage_overview.py +117 -0
  108. daytona_api_client/models/organization_user.py +131 -0
  109. daytona_api_client/models/paginated_audit_logs.py +117 -0
  110. daytona_api_client/models/paginated_sandboxes.py +115 -0
  111. daytona_api_client/models/paginated_snapshots.py +115 -0
  112. daytona_api_client/models/paginated_snapshots_dto.py +115 -0
  113. daytona_api_client/models/port_preview_url.py +105 -0
  114. daytona_api_client/models/position.py +103 -0
  115. daytona_api_client/models/posthog_config.py +103 -0
  116. daytona_api_client/models/process_errors_response.py +103 -0
  117. daytona_api_client/models/process_logs_response.py +103 -0
  118. daytona_api_client/models/process_restart_response.py +103 -0
  119. daytona_api_client/models/process_status_response.py +103 -0
  120. daytona_api_client/models/project_dir_response.py +101 -0
  121. daytona_api_client/models/pty_create_request.py +111 -0
  122. daytona_api_client/models/pty_create_response.py +101 -0
  123. daytona_api_client/models/pty_list_response.py +109 -0
  124. daytona_api_client/models/pty_resize_request.py +103 -0
  125. daytona_api_client/models/pty_session_info.py +115 -0
  126. daytona_api_client/models/range.py +110 -0
  127. daytona_api_client/models/rate_limit_config.py +120 -0
  128. daytona_api_client/models/rate_limit_entry.py +103 -0
  129. daytona_api_client/models/region.py +114 -0
  130. daytona_api_client/models/region_quota.py +109 -0
  131. daytona_api_client/models/region_screenshot_response.py +105 -0
  132. daytona_api_client/models/region_usage_overview.py +113 -0
  133. daytona_api_client/models/registry_push_access_dto.py +111 -0
  134. daytona_api_client/models/replace_request.py +105 -0
  135. daytona_api_client/models/replace_result.py +105 -0
  136. daytona_api_client/models/runner.py +153 -0
  137. daytona_api_client/models/runner_region.py +39 -0
  138. daytona_api_client/models/runner_snapshot_dto.py +105 -0
  139. daytona_api_client/models/runner_state.py +41 -0
  140. daytona_api_client/models/sandbox.py +193 -0
  141. daytona_api_client/models/sandbox_class.py +39 -0
  142. daytona_api_client/models/sandbox_created_post_request.py +110 -0
  143. daytona_api_client/models/sandbox_created_post_request_data.py +152 -0
  144. daytona_api_client/models/sandbox_desired_state.py +41 -0
  145. daytona_api_client/models/sandbox_info.py +105 -0
  146. daytona_api_client/models/sandbox_labels.py +101 -0
  147. daytona_api_client/models/sandbox_state.py +52 -0
  148. daytona_api_client/models/sandbox_state_updated_post_request.py +110 -0
  149. daytona_api_client/models/sandbox_state_updated_post_request_data.py +129 -0
  150. daytona_api_client/models/sandbox_state_updated_post_request_data_sandbox.py +115 -0
  151. daytona_api_client/models/sandbox_volume.py +105 -0
  152. daytona_api_client/models/screenshot_response.py +105 -0
  153. daytona_api_client/models/search_files_response.py +101 -0
  154. daytona_api_client/models/send_webhook_dto.py +105 -0
  155. daytona_api_client/models/session.py +116 -0
  156. daytona_api_client/models/session_command_logs_response.py +103 -0
  157. daytona_api_client/models/session_execute_request.py +105 -0
  158. daytona_api_client/models/session_execute_response.py +105 -0
  159. daytona_api_client/models/set_snapshot_general_status_dto.py +101 -0
  160. daytona_api_client/models/snapshot_created_post_request.py +110 -0
  161. daytona_api_client/models/snapshot_dto.py +159 -0
  162. daytona_api_client/models/snapshot_removed_post_request.py +106 -0
  163. daytona_api_client/models/snapshot_state.py +44 -0
  164. daytona_api_client/models/snapshot_state_updated_post_request.py +110 -0
  165. daytona_api_client/models/ssh_access_dto.py +112 -0
  166. daytona_api_client/models/ssh_access_validation_dto.py +103 -0
  167. daytona_api_client/models/storage_access_dto.py +111 -0
  168. daytona_api_client/models/update_docker_registry.py +109 -0
  169. daytona_api_client/models/update_organization_default_region.py +101 -0
  170. daytona_api_client/models/update_organization_invitation.py +113 -0
  171. daytona_api_client/models/update_organization_member_access.py +110 -0
  172. daytona_api_client/models/update_organization_quota.py +162 -0
  173. daytona_api_client/models/update_organization_region_quota.py +120 -0
  174. daytona_api_client/models/update_organization_role.py +113 -0
  175. daytona_api_client/models/update_sandbox_state_dto.py +110 -0
  176. daytona_api_client/models/user.py +118 -0
  177. daytona_api_client/models/user_home_dir_response.py +101 -0
  178. daytona_api_client/models/user_public_key.py +103 -0
  179. daytona_api_client/models/volume_created_post_request.py +110 -0
  180. daytona_api_client/models/volume_created_post_request_data.py +126 -0
  181. daytona_api_client/models/volume_dto.py +126 -0
  182. daytona_api_client/models/volume_state.py +43 -0
  183. daytona_api_client/models/volume_state_updated_post_request.py +110 -0
  184. daytona_api_client/models/volume_state_updated_post_request_data.py +129 -0
  185. daytona_api_client/models/volume_state_updated_post_request_data_volume.py +115 -0
  186. daytona_api_client/models/webhook_app_portal_access.py +101 -0
  187. daytona_api_client/models/webhook_controller_get_app_portal_access200_response.py +101 -0
  188. daytona_api_client/models/webhook_controller_get_initialization_status200_response.py +118 -0
  189. daytona_api_client/models/webhook_controller_get_status200_response.py +101 -0
  190. daytona_api_client/models/webhook_initialization_status.py +121 -0
  191. daytona_api_client/models/windows_response.py +103 -0
  192. daytona_api_client/models/work_dir_response.py +101 -0
  193. daytona_api_client/models/workdir_response.py +101 -0
  194. daytona_api_client/models/workspace.py +215 -0
  195. daytona_api_client/models/workspace_port_preview_url.py +103 -0
  196. daytona_api_client/py.typed +0 -0
  197. daytona_api_client/rest.py +259 -0
  198. daytona_api_client-0.0.0.dev0.dist-info/METADATA +25 -0
  199. daytona_api_client-0.0.0.dev0.dist-info/RECORD +202 -0
  200. daytona_api_client-0.0.0.dev0.dist-info/WHEEL +5 -0
  201. daytona_api_client-0.0.0.dev0.dist-info/licenses/LICENSE +190 -0
  202. daytona_api_client-0.0.0.dev0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,202 @@
1
+ daytona_api_client/__init__.py,sha256=MiYbfKxQsBC0p8JaVWeBUY8e57bbaTJ0bCe_9rLHDTY,12896
2
+ daytona_api_client/api_client.py,sha256=9EKcRsveS2okE5kTbp212LVTY6LJATDZEqA8Rj77vXY,27455
3
+ daytona_api_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
+ daytona_api_client/configuration.py,sha256=Dz7AXjEZ4BCCCUoGQZLfXUTtuH1PUuo3KrlwLO5Dlsk,18241
5
+ daytona_api_client/exceptions.py,sha256=3gaH4PrTgR6rYIRmHOcYlIDJ-mqS-M_Ut5wcEcVbtdU,6424
6
+ daytona_api_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ daytona_api_client/rest.py,sha256=H40AJj0ztQ4zkYCrH7-rJXFZ59kQUFm79CHO7UA5bgQ,9425
8
+ daytona_api_client/api/__init__.py,sha256=HJ6eBi5idLu-eK_xeRtzK5QWKIIog-TC8JEEoF5k_JM,1073
9
+ daytona_api_client/api/api_keys_api.py,sha256=ukjLCI7795BzYYiSBtq1oeWPyDaHY-G4_xCDFbHcxv0,65578
10
+ daytona_api_client/api/audit_api.py,sha256=QcyTW2o0XvlSxGUgtBeq_gF3hJBr2vaUWn0jS7S4rJM,31143
11
+ daytona_api_client/api/config_api.py,sha256=yI2MFFZrMThchVBYQGrGrsmaOLHs7cksnHbt7CcwZvk,10278
12
+ daytona_api_client/api/default_api.py,sha256=4-VA8V8k3HRRMrs94ANAwkyDKVAZWmNlm2g1X87WOrA,74162
13
+ daytona_api_client/api/docker_registry_api.py,sha256=ids7YUbqX4s2uwv7ROhqFqNzHzdYa7nK9wOPQ5rgB8U,78838
14
+ daytona_api_client/api/health_api.py,sha256=alnAhh9vQkpx2OmVre6dHmHTlcFldBfqsogNoUPzFsc,10533
15
+ daytona_api_client/api/object_storage_api.py,sha256=aliX_Jj8omBsm-H82lf10L4jnPvFpnovQTSScVaEtko,11628
16
+ daytona_api_client/api/organizations_api.py,sha256=40m-rGF7jL4Ud7crxrS0UvvAsJpUB60fI5VpkIDTBxU,310397
17
+ daytona_api_client/api/preview_api.py,sha256=_RrF6vmSegN0twpljDooLykhh6MbUVvkFHKOOC7IHJg,31308
18
+ daytona_api_client/api/regions_api.py,sha256=HNUd5DNdE3NPYFwsJsGVil9I5UEU4-j1GZKdYg9qpJE,12342
19
+ daytona_api_client/api/runners_api.py,sha256=yp0CMZzo1FfHGOlOU0EoLu7GcHIjFDzsg-iEFPX1H7o,58319
20
+ daytona_api_client/api/sandbox_api.py,sha256=Zpkri7gI9hZ4cin9xWq5tptSjvYxmLDP7nIa64FBbAA,291816
21
+ daytona_api_client/api/snapshots_api.py,sha256=I95ano5XaE6EOMX40lIuhC1JTBtHO-ktwye4JwD6nd0,105729
22
+ daytona_api_client/api/toolbox_api.py,sha256=I3eKYz2V3wZezCVxSpHBdpM9gIJxQchn1MC5aM6hMbA,847742
23
+ daytona_api_client/api/users_api.py,sha256=KR4cw2mfRp06QV2b0UXXQ1Jcx59TyuS0c7yGRr2Sodk,86402
24
+ daytona_api_client/api/volumes_api.py,sha256=N9kxZzhfaZxC_YQ-Vi1QksoTIzqp_dFADywgQup1oSk,56613
25
+ daytona_api_client/api/webhooks_api.py,sha256=epxKIYqZfebDapzSvqUVlJct1KfVr_T3ZnAc9YyiZX8,69516
26
+ daytona_api_client/api/workspace_api.py,sha256=3zBOCWxNrOqktkdRw655uGVqbl3CfT7dWdov3D86Fpg,169392
27
+ daytona_api_client/models/__init__.py,sha256=3TPIKuqZ6mo8Ep3C6JYG0wTn0mjMXUOTwfqBZmMeEGs,11287
28
+ daytona_api_client/models/account_provider.py,sha256=yKJ_dMGnxGalNYuVTmo4CoFHpj1PIssSE1rnUaQeOKY,3154
29
+ daytona_api_client/models/announcement.py,sha256=zO3Wa5yUYP2BDJ_3Weemiob_eMNXUZ1B_np-lQSLSgM,3283
30
+ daytona_api_client/models/api_key_list.py,sha256=Q0NYG_KlqZgscz7WpkhTns6z1hYUaZH8yut8X40mQ1A,5166
31
+ daytona_api_client/models/api_key_response.py,sha256=XWqJdKTMp1w8uoUpmeKn0tKeXeImTJElnTvLunZGX5Y,4611
32
+ daytona_api_client/models/audit_log.py,sha256=sEOzYMbo8D525RhvlbizaiDjcC9fKo0-v2LbkXyxC6A,4689
33
+ daytona_api_client/models/build_info.py,sha256=5mPYDwHA3pQ4fPbNuE3kC9DYUmebIncqc4Fj2BQR1ZQ,3735
34
+ daytona_api_client/models/command.py,sha256=BSsm6JDZ3gX7EfhFMzhsgv_r1q4ycJmN4ba0d2qFoBg,3403
35
+ daytona_api_client/models/completion_context.py,sha256=ulDPkPYnVGiBMzcTDdyGrq9sPwb4ZYECJ8XvC9-rrvc,3330
36
+ daytona_api_client/models/completion_item.py,sha256=fnIhRNLvf0jaB_RXpS28QQyB1DvUMvFl7YLh49r88pk,3803
37
+ daytona_api_client/models/completion_list.py,sha256=2h38gNg4B8J1HOhV_yt16YPyKvR-qCE1HqOchxNB0s0,3641
38
+ daytona_api_client/models/compressed_screenshot_response.py,sha256=kyXtOVA01vDm8UUVNdOWFwj92fKvrpW4QfRL8NpHBMU,3694
39
+ daytona_api_client/models/computer_use_start_response.py,sha256=9VYe5UMBU-0EpGaw1ajHFsVbkO0s3Wile4tsWJSf_8I,3336
40
+ daytona_api_client/models/computer_use_status_response.py,sha256=P2dNSx1Ot-szu4y5gk1GCEJixCxsXrVnMNetxeYMh54,3489
41
+ daytona_api_client/models/computer_use_stop_response.py,sha256=FUpPYsIMPXqCGKYqdvVozjHHthg5j0o8NOMCYXjp5lY,3332
42
+ daytona_api_client/models/create_api_key.py,sha256=GFv3d-rA2Mbr9UhP-0O0DKm-gvln_JSGFJjMyoSAc8A,4351
43
+ daytona_api_client/models/create_audit_log.py,sha256=c8Mr7c8CvzPmq7jeyaBleVtQWbWB9gYcnH45TqQIt68,7213
44
+ daytona_api_client/models/create_build_info.py,sha256=hepmmgcZn199sgLksLm3ksJNSv-XLSgqL2BPdFnNAdg,3402
45
+ daytona_api_client/models/create_docker_registry.py,sha256=1OY_X334xhZsevKHZj3VbRSHFQDkkPXMo-2zB5PCNdw,4337
46
+ daytona_api_client/models/create_linked_account.py,sha256=ar_cK_7Ep9iQ6zKeYDEMhQ5m3jc5EuomXj9SpdtWtSE,3289
47
+ daytona_api_client/models/create_organization.py,sha256=xri2YQpu5-cdotcOrMp7QuPsKBaSYCyW-9l4QgL-JOs,3300
48
+ daytona_api_client/models/create_organization_invitation.py,sha256=U5uLVrI3b5kfVqffuwzuqaAsZ-Ml-1xGM5RndmIz-Gk,4016
49
+ daytona_api_client/models/create_organization_quota.py,sha256=HERVvV6pRerMtV05dPTwEec82HcSJ_tKFpEcYfLlLrQ,4716
50
+ daytona_api_client/models/create_organization_role.py,sha256=vQai9U9x82hVCfRCotP1UKtaDz3yehtHxOqVEIhG_Ds,4069
51
+ daytona_api_client/models/create_runner.py,sha256=1dGs6EB7BhoGrMwMQPFMfZMwbGyHj08hTINLJlhb1ok,4429
52
+ daytona_api_client/models/create_sandbox.py,sha256=Vb3-lwJs_gWUC7UbiQ7j2y9rhGdU87UjIZeDCTd64Mc,7765
53
+ daytona_api_client/models/create_session_request.py,sha256=8Zv23ZXzrW6v2GmygwTUz5bTugAikCT-T8eHwwYRLxc,3136
54
+ daytona_api_client/models/create_snapshot.py,sha256=WGea9750qOcwwAjSjFRYFhlA3H0m5SUotrGgJm3z6Is,4768
55
+ daytona_api_client/models/create_user.py,sha256=_fchd1P-Kx7lI-feP79AGpu1vsORGRAxT6QGXIZDqH4,4660
56
+ daytona_api_client/models/create_volume.py,sha256=ClRnZzdkEWMIGlGbOix4pbhki7IcKPqF94OiL0Dygj4,3012
57
+ daytona_api_client/models/create_workspace.py,sha256=Gu60Pe7tkpiObaZbABenpRPpPduI47RwbcgFJrvCCr0,7082
58
+ daytona_api_client/models/daytona_configuration.py,sha256=mRhkPR5NVFK7TCW9vLnxh9NdM9eTGg7MIgNJrawCcdI,7666
59
+ daytona_api_client/models/display_info_response.py,sha256=ScbtgcWdnqxoVf1UtqolCsDR908Be4VFTyEBaXT_bvc,3142
60
+ daytona_api_client/models/docker_registry.py,sha256=vsV50KVZMVRHrm5O6ZkKvmbLlX0Lo_XVIzL3lyrRNOY,4326
61
+ daytona_api_client/models/download_files.py,sha256=kOoubSJieTxqPoRECwDGtMpYZyDdXoMNybJWZ6Rek7Q,3094
62
+ daytona_api_client/models/empty_response.py,sha256=pzQ97N0yWuJfgQ-iLXAaI8wTsLUBFyAbBQtCveYNnho,3097
63
+ daytona_api_client/models/execute_request.py,sha256=pqLiipYbNty2zaiQNfhc9B1zZwQPeqaBtwwlAIEdakU,3401
64
+ daytona_api_client/models/execute_response.py,sha256=fj3cyel-sUbHO61VebQM5j4RHT17k2GEHgNDThicvj8,3261
65
+ daytona_api_client/models/file_info.py,sha256=XjAMg_C64Or2UqYeABmkupuL91x_lQ_lwEVrt6I8oQY,3624
66
+ daytona_api_client/models/file_status.py,sha256=FlYS6S_BXaGg-svQ5KXee_iEC-QlBsYLjghvSSXXZao,3231
67
+ daytona_api_client/models/git_add_request.py,sha256=goBcduXYh5TVK-IzXagQdsRm6j1O_Iu67RcGDdo2NDU,3156
68
+ daytona_api_client/models/git_branch_request.py,sha256=5xA1566ZIeeQoLItu9PXH0lQbxFjyWstTELlvuMbapU,3093
69
+ daytona_api_client/models/git_checkout_request.py,sha256=cNy-DCFoICt3B1RSbhxCTYELKO1pRrC0kGcCXedH0s8,3109
70
+ daytona_api_client/models/git_clone_request.py,sha256=WiGoiG8pwQBAOiZR0M94ajcoVmGtX-5ZCPSGtc8iHRI,3483
71
+ daytona_api_client/models/git_commit_info.py,sha256=VncJ0dBvx1_5Bg8NpPDUrpKQC6hoJmWnkkDKtrRG7ws,3320
72
+ daytona_api_client/models/git_commit_request.py,sha256=ri61x1TIPFQ_Z9zJHcEIwrw0yWEpTtp4tNJFPrANboQ,3525
73
+ daytona_api_client/models/git_commit_response.py,sha256=tnB4qIbD49vNfE2u7axt6nQRE6uTPWPJZdJli-z5mYM,3032
74
+ daytona_api_client/models/git_delete_branch_request.py,sha256=HVsnHjofhwZOQKI0YGcVzzU_vMQJfDjF3-CEExFrxOg,3117
75
+ daytona_api_client/models/git_repo_request.py,sha256=xD6xbFjoNsRF6Y2oZI-T3YE039pTzUVrzIQQKU9AzU8,3226
76
+ daytona_api_client/models/git_status.py,sha256=-ubQZHin6YprTKXO8eWzjLix3vQuutQ33e3yEca-v-A,4140
77
+ daytona_api_client/models/health_controller_check200_response.py,sha256=IzZTeMWRKEwsvLykCxsakt99BaxKCCdDn-H3GS5RUMA,5726
78
+ daytona_api_client/models/health_controller_check200_response_info_value.py,sha256=R1GEl8QQr1qyOHAN5XJMGIpy1TfiBg42BwhkzgHsbZk,3136
79
+ daytona_api_client/models/health_controller_check503_response.py,sha256=Fbi67v_8IttsYsI42IVOeA0EJZaJ9yoD93uGI5IFFKE,5726
80
+ daytona_api_client/models/keyboard_hotkey_request.py,sha256=2TUiw1xzR-pnkejwBZ2CMBDukx1oZQXZFqD-gsrLWJU,3153
81
+ daytona_api_client/models/keyboard_hotkey_response.py,sha256=p2fUBgp1UV86eZRYOu8bvvUK59E3kTgcqEqeOuDh_I4,3150
82
+ daytona_api_client/models/keyboard_press_request.py,sha256=hjU2CJYDc0PBW0SWEgYiY_6aQW810dQTu7T6u1VprxE,3351
83
+ daytona_api_client/models/keyboard_press_response.py,sha256=_IWKFwa6i4VxdKu_8nzW2d-_L8q2ZeT-4WT8ZhHwgUI,3225
84
+ daytona_api_client/models/keyboard_type_request.py,sha256=EInMIZtMjQPzpwmwaxPtaDdCJohXOrCBIW7yGyOVbPE,3339
85
+ daytona_api_client/models/keyboard_type_response.py,sha256=XlpMMOXyT8vZYYe8a4kfiXExcopHcGyPNgsjyOFLPCA,3138
86
+ daytona_api_client/models/list_branch_response.py,sha256=xGsMf4O7UtthJWbPxxX8WuN8aUch9Pdn0PbLiV_3UUs,3058
87
+ daytona_api_client/models/lsp_completion_params.py,sha256=K3i1OUz_p2PBC-Y0MUpLultOFhegdDN22nsJ0wyj2Lw,4188
88
+ daytona_api_client/models/lsp_document_request.py,sha256=E3ZQdeykxfDWjyx5jpqDxMNFrkwJIim81FCaM_4hQc0,3397
89
+ daytona_api_client/models/lsp_location.py,sha256=UHW4ppgmZpYMS54ZvQojUjNZRIzhA0R_pa2nWfEqKoo,3331
90
+ daytona_api_client/models/lsp_server_request.py,sha256=jqA17U7j4aXDuBkosNqKdnWbeM7u8QrxTDThOGsUJoc,3292
91
+ daytona_api_client/models/lsp_symbol.py,sha256=zZTnzBw-lgdRI_IP6vjxgmWJgVNewG6LB1kE4RQnKdI,3495
92
+ daytona_api_client/models/match.py,sha256=h0OT21plFQwIyK2fD3LClSyeW43L46oztO4oNuRtuzI,3177
93
+ daytona_api_client/models/mouse_click_request.py,sha256=9fGa_XGz-Y1YvaHU9TfgeNGi42aqf8bFgGdtUDUYhac,3686
94
+ daytona_api_client/models/mouse_click_response.py,sha256=tjW-nIfdKanWmGbje7xT6wleCWLXgKbOUs95kbDAkm4,3288
95
+ daytona_api_client/models/mouse_drag_request.py,sha256=mH8Lnr6py8cdvYHNEIXhPMD-gYYr-MnPzwgn0RxC-bg,3912
96
+ daytona_api_client/models/mouse_drag_response.py,sha256=mGyOSOxqzHK5eHL3V0jOVGZVaWQzt_OvJeZxoqzMY9I,3276
97
+ daytona_api_client/models/mouse_move_request.py,sha256=GDeX86NxkTZSaxsKd03tMCz7TcIIUp9RG9uAJcCe-14,3286
98
+ daytona_api_client/models/mouse_move_response.py,sha256=8dNZRVGwou0z5Hnm8qgcpH-Ms5e5NNilXkutTt2QLnY,3298
99
+ daytona_api_client/models/mouse_position.py,sha256=7SihmxntHoebKBqFus3FCThvOAc95zYtnDVsKOY29Cs,3262
100
+ daytona_api_client/models/mouse_scroll_request.py,sha256=k8gy6A4zgfA-s1_pcJ6Ju53E-WpfU68uiT370IoxiK0,3653
101
+ daytona_api_client/models/mouse_scroll_response.py,sha256=8jjnRrSdfynLVoJY5YpG4nKnum0FpV6JoWMsLHuQ5-w,3134
102
+ daytona_api_client/models/oidc_config.py,sha256=jK2m4ZS7iz7a0mpuvdSibdc2kSrZx3s_yJjNi6AD2Aw,3310
103
+ daytona_api_client/models/organization.py,sha256=RZo0_a4TB3kZPL-4B5FOdGKTOfjbHyDyCPu5DRgtzMk,7507
104
+ daytona_api_client/models/organization_invitation.py,sha256=LXPDanRJHU6bfXD-wanIY2Ise7VakZoRLgqhYrOu_Vk,5722
105
+ daytona_api_client/models/organization_role.py,sha256=RXGyGoi6XQI94zMzYU0h7UzI6Dm245t4hwNkKV9TCiE,4571
106
+ daytona_api_client/models/organization_sandbox_default_limited_network_egress.py,sha256=ld2A6ECqHt-YkpUI2r1JrCfljjb-vmS6ESqrCQ3d6Tg,3387
107
+ daytona_api_client/models/organization_sandbox_default_network_block_all.py,sha256=RWdyeOiaFMess1gVzQyJT7hRDE8vtj2YzR1_ptxCsw8,3337
108
+ daytona_api_client/models/organization_suspension.py,sha256=Pd6oBCKzlvI7xAfjDamyte2eHJKOZBFgG3GXMUVOe2A,3586
109
+ daytona_api_client/models/organization_usage_overview.py,sha256=7-fvY27nMe8T6A2A7meL658CT0go2U77yHDzDZyGE2Y,4420
110
+ daytona_api_client/models/organization_user.py,sha256=t4rkA-cpCRLgLqDMplg1yv2JYUu7jrRBLPL1xkcjaJI,4889
111
+ daytona_api_client/models/paginated_audit_logs.py,sha256=vTt5tgFl9NNWUUub1ITbHOdklgBSGXU4iF4DvrLS5ps,4055
112
+ daytona_api_client/models/paginated_sandboxes.py,sha256=W4c3DkdTecRNGwA_JcsRUyTliuzOc3tq85IoDpCLw4w,3830
113
+ daytona_api_client/models/paginated_snapshots.py,sha256=JR1uNBGE_GhCWSROnpL1BRxQt4FaOOb56yDfYLUh5O0,3847
114
+ daytona_api_client/models/paginated_snapshots_dto.py,sha256=v0b9U3XZUjQ2AVJE0Vv-2Do9rCuy2aN4ZwU8s_L8fUw,3859
115
+ daytona_api_client/models/port_preview_url.py,sha256=k7hDachl3cgItHO3Tfd-YrdM1VaT34aF25oNpgDLLuQ,3309
116
+ daytona_api_client/models/position.py,sha256=cdJuHMmQrTCxYhKwFbi7NODF7W4fbIxuu4rjw5pJjF0,3141
117
+ daytona_api_client/models/posthog_config.py,sha256=G_bxf3xbxeikp1jbtJbfFCsjHl8CI61DyTc-VSjOmP4,3192
118
+ daytona_api_client/models/process_errors_response.py,sha256=VOT39yX9nhISVfqW4v690bxW0u7wYebUu1cWH8S9uwg,3336
119
+ daytona_api_client/models/process_logs_response.py,sha256=dyg9HqPdnjbqxe3n8hMga9lKk3eRCuoU8SdLtaYKQUw,3308
120
+ daytona_api_client/models/process_restart_response.py,sha256=XnuTZl2bu5YTVfZ8Pi2h41MRRKR-6eymHfBcBpT13jk,3337
121
+ daytona_api_client/models/process_status_response.py,sha256=fnal7pllEO0Q_qiZ9rhz2EJnDfD-s7IaA3sr1otTzxI,3338
122
+ daytona_api_client/models/project_dir_response.py,sha256=o0Ibu6QIWgNay-YZqgJp5qSAiTemZbPnkhNiOLBGrE8,3059
123
+ daytona_api_client/models/pty_create_request.py,sha256=yXrgwzKlxC7TWLjhw2rJ6uSBd__L1WLge1CPuKl8gl8,4092
124
+ daytona_api_client/models/pty_create_response.py,sha256=gxAZp9LC0qoknbCyGGwuO349xvy4FyqDBuzo8FFwQbE,3152
125
+ daytona_api_client/models/pty_list_response.py,sha256=su9tbT-8OxU-vZi_DffOVpXlBrivDJMkFQDZmkXItJk,3592
126
+ daytona_api_client/models/pty_resize_request.py,sha256=jOhjIZat-zv5EuvTiqDE9Hq6uejEF28oZ_WW9SWeRSA,3257
127
+ daytona_api_client/models/pty_session_info.py,sha256=1cU_hHsNEOZyJrtT4xdzq1PevF2a_0nDWlMCXyKB_FY,4255
128
+ daytona_api_client/models/range.py,sha256=qb71JL5J_Ry_IOf7V5etxrCqqF70SPWtwLJ9KoJUHPc,3512
129
+ daytona_api_client/models/rate_limit_config.py,sha256=fztioOiTYciItHKX4R-CU3NOa5umOCU1OXv7vq2B94s,4885
130
+ daytona_api_client/models/rate_limit_entry.py,sha256=049oER0U35lOQCLFjOIP6HTeN3QD1YkaYTytG6Cm8qo,3306
131
+ daytona_api_client/models/region.py,sha256=yRbqZwx2OSQH_xUesuRSwKFdQJIGqFhcxkbkIvTZ3Gg,3862
132
+ daytona_api_client/models/region_quota.py,sha256=sS1D4A_Z4lH5sunKIpdGIkxFum5wzfoiDZxvMkTF43s,3709
133
+ daytona_api_client/models/region_screenshot_response.py,sha256=SCWHyJSAwC26cCxSKrBcgSqrQo7yD1E1V-0QRrffijg,3676
134
+ daytona_api_client/models/region_usage_overview.py,sha256=0Nlr9QkrFAaFOaHixBEptZ3G0SN9vHB4owXNLx5yiqs,4115
135
+ daytona_api_client/models/registry_push_access_dto.py,sha256=gTWfFynNH4DTuenBBp6C6CZDABa7lAVtUrP9qYHe4Rs,3862
136
+ daytona_api_client/models/replace_request.py,sha256=6y6osWGrtr3flOYYW5LK0PCw6dV2QthRlKlwFWoCTWs,3222
137
+ daytona_api_client/models/replace_result.py,sha256=yqqFWHo2NgsOqTPR-xcOxBPEIVkkSh8Rjzs1rtdoEek,3236
138
+ daytona_api_client/models/runner.py,sha256=LMarXEdCzSJUg7A6OKMiyO7tlDHPdMBLKF5gTOTyQUE,7833
139
+ daytona_api_client/models/runner_region.py,sha256=Lkxx3kYTx8m4w3ntEiaOafMrUknhtNMfk00oD92kXZE,716
140
+ daytona_api_client/models/runner_snapshot_dto.py,sha256=ZBv1j3_4huI-z4GWbCqxOOT85OSyNYX3FHVAHQU6rbo,3447
141
+ daytona_api_client/models/runner_state.py,sha256=_cGjUiDdFZtUQjPc76YKgawOdxV1BDq0ehyKqWFMjD4,819
142
+ daytona_api_client/models/sandbox.py,sha256=Ob9X0vLMVx_nscBHZ0ACJIm7enr2ohiaKyWwMBH9r_g,10013
143
+ daytona_api_client/models/sandbox_class.py,sha256=Suwn9F4jLgtEdLtCWV86PpCtcfZ653h4bMYrmzrwBBc,731
144
+ daytona_api_client/models/sandbox_created_post_request.py,sha256=V1WO2DYyN96kvSum-MbokTw70QpwR3bM_03xGmsVb0g,3661
145
+ daytona_api_client/models/sandbox_created_post_request_data.py,sha256=Z0YpC0MPxUIhghxqY3dXSG-HSCXStiY4QK3l29SXts0,5931
146
+ daytona_api_client/models/sandbox_desired_state.py,sha256=BHvsm7h8ydWf5e48D7eFGRL9tD8vt7eMBMguZ1GChbc,818
147
+ daytona_api_client/models/sandbox_info.py,sha256=u8wFXAS36AyRIwEfcPphUEBxjOLmtZTvYAq4aoeCJsU,3493
148
+ daytona_api_client/models/sandbox_labels.py,sha256=szanqeO42NwBygvKOq8EZtp6-ExERvumB42II24maUY,3091
149
+ daytona_api_client/models/sandbox_state.py,sha256=a3niQChUHt9p-l4Jd2Qio6t6iP6Ic5iBk1G8_ttpGIU,1136
150
+ daytona_api_client/models/sandbox_state_updated_post_request.py,sha256=47lOv1os1cg9v-xuZsPbQAcKbhgp95GFZ0OAHKqRLJI,3702
151
+ daytona_api_client/models/sandbox_state_updated_post_request_data.py,sha256=eCoSFGvQVPbBPv7U0Y-2DrthmZXY-Mp4xacla7joM4I,5267
152
+ daytona_api_client/models/sandbox_state_updated_post_request_data_sandbox.py,sha256=nqmEJJOiPtLoFUuC_R8la2ummVGukmVEbMkLOBeIl7U,4122
153
+ daytona_api_client/models/sandbox_volume.py,sha256=349f2TcJEmtlO688hAQ84t6IwWm5W6kXo2Q_3Lqa2-A,3539
154
+ daytona_api_client/models/screenshot_response.py,sha256=n-K-Zpk92a3tFY665fcNDJQxDF80YOhLHVzDRbAl_aE,3621
155
+ daytona_api_client/models/search_files_response.py,sha256=3m7itQRgoeqJ8I6PyW-BbRthN5oLEP4pMr4HZsB8uqU,3050
156
+ daytona_api_client/models/send_webhook_dto.py,sha256=BGt7iS6gXvBpFDjToh9V7SMTv89hjU6Fapt6euxGSvc,3435
157
+ daytona_api_client/models/session.py,sha256=dg-bsVQRCgL7bIMUYXCufpJfF_QYfLLc88cwDfZKfcE,3944
158
+ daytona_api_client/models/session_command_logs_response.py,sha256=4-nfnZUkCRHn2n5_DDDMyyoH2ieBzRcVjU7ka7kuVE8,3254
159
+ daytona_api_client/models/session_execute_request.py,sha256=_okMRsfmRsIeUe9tUSg06doA9t_FtzPJmh0_IV3Yw4c,3545
160
+ daytona_api_client/models/session_execute_response.py,sha256=JdYw8ql1ieE2IUpFHinerVK1aQ0iwjerHML2geJEHq0,3597
161
+ daytona_api_client/models/set_snapshot_general_status_dto.py,sha256=d1qZ9B51JmiJAYpCvUgiYgB40Ckj_0ubx9Jse9QMkmQ,3148
162
+ daytona_api_client/models/snapshot_created_post_request.py,sha256=POmSHyKNResEzivVhGgyzfGIZw-oWMtDhwQAwPxdeE0,3669
163
+ daytona_api_client/models/snapshot_dto.py,sha256=eTX3vGw5K0RhjFkNKSo_VcNl28ehB0ZjlEh9TSu_RYY,6051
164
+ daytona_api_client/models/snapshot_removed_post_request.py,sha256=HdnT0xhpZVlQ-F-EIyDU_U5zdR4WaFXp-cFi_9wWIeM,3380
165
+ daytona_api_client/models/snapshot_state.py,sha256=SiCBteHsbiOfB9ZR_Yo3VBTOtCo1LAdH5r9GyM0AzAo,863
166
+ daytona_api_client/models/snapshot_state_updated_post_request.py,sha256=JyIRjsipL7na61UZ2vSv3S06Mo7Z4DwkdXJpJuuG0F0,3710
167
+ daytona_api_client/models/ssh_access_dto.py,sha256=SlKSwrMITp1Gs84p4g9Jo8jOp7pyXgZM-DSj1ywTnUc,3857
168
+ daytona_api_client/models/ssh_access_validation_dto.py,sha256=eMrFUOTh-F3aIsdrplQ1Wr-oWp_SOb3d7kP9B8_Q9zs,3306
169
+ daytona_api_client/models/storage_access_dto.py,sha256=aivW_3ewAA5jcevSPyvsTaqqY5nUeaW8_2OPUeih614,3879
170
+ daytona_api_client/models/update_docker_registry.py,sha256=ya9FuZ3xvkUr0Dt69umaIJZjnH3Fy882qs82pt2iytw,3604
171
+ daytona_api_client/models/update_organization_default_region.py,sha256=m-rYvwKx4ew_vL8Ee3LfursLKAoM1mDj3OC2wiZgFtM,3239
172
+ daytona_api_client/models/update_organization_invitation.py,sha256=_98DviKjGYq1h_zKngy0WphVyvi19d6kO8yiMgviX5A,3809
173
+ daytona_api_client/models/update_organization_member_access.py,sha256=I0q60678RqxDc_-ZWqNf2drqEmEB1FMPpJ60ZL7-MbY,3646
174
+ daytona_api_client/models/update_organization_quota.py,sha256=DSDjssrY-TvGQ-8M-oF5Xuo5-94PuRY5TsWUexHCzvY,7072
175
+ daytona_api_client/models/update_organization_region_quota.py,sha256=roXVqt2TB5lPqNmgV-fR6L-d8KuYPCXI0GrGXjYfuPE,4303
176
+ daytona_api_client/models/update_organization_role.py,sha256=-Z8oRpO3ebQRtlzMaeYKyfyNiFARD76kGvY_9-mF4os,4069
177
+ daytona_api_client/models/update_sandbox_state_dto.py,sha256=KnvGd4EU82XiidRx_0ruHrEyMR1BjK2evfwjbtkJesc,4005
178
+ daytona_api_client/models/user.py,sha256=sXLeH2Rivv_Jls4rGcv3ihfX9B7-4pCZqk_JrSGBGmI,4060
179
+ daytona_api_client/models/user_home_dir_response.py,sha256=Hw3BXi_AdWuJRQ7lzncLSnBKW1iulBMSFD5rP92aoY8,3063
180
+ daytona_api_client/models/user_public_key.py,sha256=Y0_O7Sq8NP3XzCdKJJj7iTavEY8ytcBAf0Q3qOnJhbQ,3150
181
+ daytona_api_client/models/volume_created_post_request.py,sha256=chleMJEqyLN_mdwd7UpmLLr1bRMQnZnb-UkYtyyDqDk,3653
182
+ daytona_api_client/models/volume_created_post_request_data.py,sha256=MEqGnebIYVqY4-CqWCZ6LUx7OdPQZprAeqMwY9-nCmE,4487
183
+ daytona_api_client/models/volume_dto.py,sha256=NL6A6xpc9liR_zlVZKGCoHLlz6r4LAHrMW2uL0TClnI,4594
184
+ daytona_api_client/models/volume_state.py,sha256=AaOsyPygY58fquvIkrwFndsXMrG0dCYcGKd8HRZhulg,848
185
+ daytona_api_client/models/volume_state_updated_post_request.py,sha256=GHVELNRVfG7jQOPMNWT5xF0GVXoqQUQMsx11_1hFLi8,3694
186
+ daytona_api_client/models/volume_state_updated_post_request_data.py,sha256=P9c_0A2okvM-rS8KReaxpNLyLAmZmSQ7ykRt8iDQvvo,4734
187
+ daytona_api_client/models/volume_state_updated_post_request_data_volume.py,sha256=TIyzZQ_xwJ1-EK-RFuk5l2HIWzMvIbvcl2vIfwRaG8o,3858
188
+ daytona_api_client/models/webhook_app_portal_access.py,sha256=799jqtP3hC_tXVxEXOXOgxvwl-HedhvA5_lA065LPvY,3112
189
+ daytona_api_client/models/webhook_controller_get_app_portal_access200_response.py,sha256=QYeIu9ApCuX8sN53hCyjDHbHEmA4I4LSlSV1zA0qIeA,3230
190
+ daytona_api_client/models/webhook_controller_get_initialization_status200_response.py,sha256=xRw0jmNEYLphUdFxstgEk3EgP9xuavfQn-P-hZXI5w4,4497
191
+ daytona_api_client/models/webhook_controller_get_status200_response.py,sha256=aRWG6gX4340N2Xhv6F3_5xr29zcNxLE8k-I7E7PSqVE,3153
192
+ daytona_api_client/models/webhook_initialization_status.py,sha256=zmw2g68mZfYXNDGwvJmd5QewHJtJ5JsUUgwBrbMQ8Bw,4664
193
+ daytona_api_client/models/windows_response.py,sha256=1fW2GYVSjFbipfQupU2MjfhUlcEyawzwtnWnwGngsFs,3295
194
+ daytona_api_client/models/work_dir_response.py,sha256=1dndjWYnDSMDeLiY8pxQDX1viESoAGF_fegSiMx3i40,3047
195
+ daytona_api_client/models/workdir_response.py,sha256=geBhfQDR7LK0uPlmJF6Ple1eQMCzhSb4qK-9UfhqV7k,3047
196
+ daytona_api_client/models/workspace.py,sha256=DV4KsHmm6NQFarG6CTIB08gAO19DyBha832DyY4bkMw,11433
197
+ daytona_api_client/models/workspace_port_preview_url.py,sha256=WoNoKEFK2sitDp9Np5icJO8ZdqiM4G9iws8z6LZKkiA,3199
198
+ daytona_api_client-0.0.0.dev0.dist-info/licenses/LICENSE,sha256=Qrw_9vreBpJ9mUMcB5B7ALDecZHgRciuOqS0BPfpihc,10752
199
+ daytona_api_client-0.0.0.dev0.dist-info/METADATA,sha256=Wp3cu1xgcqdyXhF-mLOSw7YtYTQkFuUhycjcX0aIS9U,621
200
+ daytona_api_client-0.0.0.dev0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
201
+ daytona_api_client-0.0.0.dev0.dist-info/top_level.txt,sha256=sDZKAfxKnAQYvOLS9vAOx88EYH3wV5Wx897pODDupuE,19
202
+ daytona_api_client-0.0.0.dev0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,190 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ Copyright 2025 Daytona
179
+
180
+ Licensed under the Apache License, Version 2.0 (the "License");
181
+ you may not use this file except in compliance with the License.
182
+ You may obtain a copy of the License at
183
+
184
+ http://www.apache.org/licenses/LICENSE-2.0
185
+
186
+ Unless required by applicable law or agreed to in writing, software
187
+ distributed under the License is distributed on an "AS IS" BASIS,
188
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189
+ See the License for the specific language governing permissions and
190
+ limitations under the License.
@@ -0,0 +1 @@
1
+ daytona_api_client