dtlpy 1.118.14__tar.gz → 1.118.15__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 (239) hide show
  1. {dtlpy-1.118.14 → dtlpy-1.118.15}/PKG-INFO +1 -1
  2. dtlpy-1.118.15/dtlpy/__version__.py +1 -0
  3. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation.py +0 -7
  4. {dtlpy-1.118.14 → dtlpy-1.118.15}/setup.py +1 -1
  5. dtlpy-1.118.14/dtlpy/__version__.py +0 -1
  6. {dtlpy-1.118.14 → dtlpy-1.118.15}/LICENSE +0 -0
  7. {dtlpy-1.118.14 → dtlpy-1.118.15}/MANIFEST.in +0 -0
  8. {dtlpy-1.118.14 → dtlpy-1.118.15}/README.md +0 -0
  9. {dtlpy-1.118.14 → dtlpy-1.118.15}/docs/requirements.txt +0 -0
  10. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/__init__.py +0 -0
  11. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/__init__.py +0 -0
  12. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/code_server/config.yaml +0 -0
  13. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/code_server/installation.sh +0 -0
  14. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/code_server/launch.json +0 -0
  15. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/code_server/settings.json +0 -0
  16. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/lock_open.png +0 -0
  17. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/main.py +0 -0
  18. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/main_partial.py +0 -0
  19. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/mock.json +0 -0
  20. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/model_adapter.py +0 -0
  21. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/package.json +0 -0
  22. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/package_catalog.json +0 -0
  23. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/package_gitignore +0 -0
  24. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/project_dataset_recipe_ontology.png +0 -0
  25. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/service_runners/__init__.py +0 -0
  26. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/service_runners/converter.py +0 -0
  27. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/service_runners/multi_method.py +0 -0
  28. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/service_runners/multi_method_annotation.py +0 -0
  29. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/service_runners/multi_method_dataset.py +0 -0
  30. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/service_runners/multi_method_item.py +0 -0
  31. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/service_runners/multi_method_json.py +0 -0
  32. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/service_runners/single_method.py +0 -0
  33. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/service_runners/single_method_annotation.py +0 -0
  34. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/service_runners/single_method_dataset.py +0 -0
  35. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/service_runners/single_method_item.py +0 -0
  36. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/service_runners/single_method_json.py +0 -0
  37. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/service_runners/single_method_multi_input.py +0 -0
  38. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/assets/voc_annotation_template.xml +0 -0
  39. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/caches/__init__.py +0 -0
  40. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/caches/base_cache.py +0 -0
  41. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/caches/cache.py +0 -0
  42. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/caches/dl_cache.py +0 -0
  43. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/caches/filesystem_cache.py +0 -0
  44. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/caches/redis_cache.py +0 -0
  45. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/dlp/__init__.py +0 -0
  46. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/dlp/cli_utilities.py +0 -0
  47. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/dlp/command_executor.py +0 -0
  48. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/dlp/dlp +0 -0
  49. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/dlp/dlp.bat +0 -0
  50. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/dlp/dlp.py +0 -0
  51. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/dlp/parser.py +0 -0
  52. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/__init__.py +0 -0
  53. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/analytic.py +0 -0
  54. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_collection.py +0 -0
  55. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/__init__.py +0 -0
  56. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/base_annotation_definition.py +0 -0
  57. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/box.py +0 -0
  58. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/classification.py +0 -0
  59. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/comparison.py +0 -0
  60. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/cube.py +0 -0
  61. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/cube_3d.py +0 -0
  62. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/description.py +0 -0
  63. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/ellipse.py +0 -0
  64. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/free_text.py +0 -0
  65. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/gis.py +0 -0
  66. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/note.py +0 -0
  67. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/point.py +0 -0
  68. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/polygon.py +0 -0
  69. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/polyline.py +0 -0
  70. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/pose.py +0 -0
  71. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/ref_image.py +0 -0
  72. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/segmentation.py +0 -0
  73. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/subtitle.py +0 -0
  74. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/text.py +0 -0
  75. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/annotation_definitions/undefined_annotation.py +0 -0
  76. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/app.py +0 -0
  77. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/app_module.py +0 -0
  78. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/artifact.py +0 -0
  79. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/assignment.py +0 -0
  80. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/base_entity.py +0 -0
  81. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/bot.py +0 -0
  82. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/codebase.py +0 -0
  83. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/collection.py +0 -0
  84. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/command.py +0 -0
  85. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/compute.py +0 -0
  86. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/dataset.py +0 -0
  87. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/directory_tree.py +0 -0
  88. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/dpk.py +0 -0
  89. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/driver.py +0 -0
  90. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/execution.py +0 -0
  91. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/feature.py +0 -0
  92. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/feature_set.py +0 -0
  93. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/filters.py +0 -0
  94. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/gis_item.py +0 -0
  95. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/integration.py +0 -0
  96. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/item.py +0 -0
  97. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/label.py +0 -0
  98. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/links.py +0 -0
  99. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/message.py +0 -0
  100. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/model.py +0 -0
  101. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/node.py +0 -0
  102. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/ontology.py +0 -0
  103. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/organization.py +0 -0
  104. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/package.py +0 -0
  105. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/package_defaults.py +0 -0
  106. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/package_function.py +0 -0
  107. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/package_module.py +0 -0
  108. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/package_slot.py +0 -0
  109. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/paged_entities.py +0 -0
  110. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/pipeline.py +0 -0
  111. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/pipeline_execution.py +0 -0
  112. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/project.py +0 -0
  113. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/prompt_item.py +0 -0
  114. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/recipe.py +0 -0
  115. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/reflect_dict.py +0 -0
  116. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/resource_execution.py +0 -0
  117. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/service.py +0 -0
  118. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/service_driver.py +0 -0
  119. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/setting.py +0 -0
  120. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/task.py +0 -0
  121. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/time_series.py +0 -0
  122. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/trigger.py +0 -0
  123. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/user.py +0 -0
  124. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/entities/webhook.py +0 -0
  125. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/__init__.py +0 -0
  126. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/add_labels.py +0 -0
  127. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/add_metadata_to_item.py +0 -0
  128. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/annotate_items_using_model.py +0 -0
  129. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/annotate_video_using_model_and_tracker.py +0 -0
  130. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/annotations_convert_to_voc.py +0 -0
  131. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/annotations_convert_to_yolo.py +0 -0
  132. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/convert_annotation_types.py +0 -0
  133. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/converter.py +0 -0
  134. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/copy_annotations.py +0 -0
  135. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/copy_folder.py +0 -0
  136. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/create_annotations.py +0 -0
  137. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/create_video_annotations.py +0 -0
  138. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/delete_annotations.py +0 -0
  139. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/filters.py +0 -0
  140. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/move_item.py +0 -0
  141. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/play_video_annotation.py +0 -0
  142. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/show_item_and_mask.py +0 -0
  143. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/triggers.py +0 -0
  144. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/upload_batch_of_items.py +0 -0
  145. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/upload_items_and_custom_format_annotations.py +0 -0
  146. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/upload_items_with_modalities.py +0 -0
  147. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/upload_segmentation_annotations_from_mask_image.py +0 -0
  148. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/examples/upload_yolo_format_annotations.py +0 -0
  149. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/exceptions.py +0 -0
  150. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/miscellaneous/__init__.py +0 -0
  151. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/miscellaneous/dict_differ.py +0 -0
  152. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/miscellaneous/git_utils.py +0 -0
  153. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/miscellaneous/json_utils.py +0 -0
  154. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/miscellaneous/list_print.py +0 -0
  155. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/miscellaneous/path_utils.py +0 -0
  156. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/miscellaneous/zipping.py +0 -0
  157. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/ml/__init__.py +0 -0
  158. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/ml/base_feature_extractor_adapter.py +0 -0
  159. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/ml/base_model_adapter.py +0 -0
  160. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/ml/metrics.py +0 -0
  161. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/ml/predictions_utils.py +0 -0
  162. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/ml/summary_writer.py +0 -0
  163. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/ml/train_utils.py +0 -0
  164. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/new_instance.py +0 -0
  165. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/__init__.py +0 -0
  166. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/analytics.py +0 -0
  167. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/annotations.py +0 -0
  168. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/apps.py +0 -0
  169. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/artifacts.py +0 -0
  170. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/assignments.py +0 -0
  171. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/bots.py +0 -0
  172. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/codebases.py +0 -0
  173. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/collections.py +0 -0
  174. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/commands.py +0 -0
  175. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/compositions.py +0 -0
  176. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/computes.py +0 -0
  177. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/datasets.py +0 -0
  178. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/downloader.py +0 -0
  179. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/dpks.py +0 -0
  180. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/drivers.py +0 -0
  181. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/executions.py +0 -0
  182. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/feature_sets.py +0 -0
  183. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/features.py +0 -0
  184. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/integrations.py +0 -0
  185. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/items.py +0 -0
  186. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/messages.py +0 -0
  187. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/models.py +0 -0
  188. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/nodes.py +0 -0
  189. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/ontologies.py +0 -0
  190. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/organizations.py +0 -0
  191. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/packages.py +0 -0
  192. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/pipeline_executions.py +0 -0
  193. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/pipelines.py +0 -0
  194. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/projects.py +0 -0
  195. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/recipes.py +0 -0
  196. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/resource_executions.py +0 -0
  197. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/schema.py +0 -0
  198. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/service_drivers.py +0 -0
  199. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/services.py +0 -0
  200. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/settings.py +0 -0
  201. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/tasks.py +0 -0
  202. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/times_series.py +0 -0
  203. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/triggers.py +0 -0
  204. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/upload_element.py +0 -0
  205. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/uploader.py +0 -0
  206. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/repositories/webhooks.py +0 -0
  207. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/services/__init__.py +0 -0
  208. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/services/aihttp_retry.py +0 -0
  209. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/services/api_client.py +0 -0
  210. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/services/api_reference.py +0 -0
  211. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/services/async_utils.py +0 -0
  212. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/services/calls_counter.py +0 -0
  213. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/services/check_sdk.py +0 -0
  214. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/services/cookie.py +0 -0
  215. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/services/create_logger.py +0 -0
  216. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/services/events.py +0 -0
  217. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/services/logins.py +0 -0
  218. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/services/reporter.py +0 -0
  219. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/services/service_defaults.py +0 -0
  220. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/__init__.py +0 -0
  221. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/annotations/__init__.py +0 -0
  222. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/annotations/annotation_converters.py +0 -0
  223. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/base_package_runner.py +0 -0
  224. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/converter.py +0 -0
  225. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/dataset_generators/__init__.py +0 -0
  226. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/dataset_generators/dataset_generator.py +0 -0
  227. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/dataset_generators/dataset_generator_tensorflow.py +0 -0
  228. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/dataset_generators/dataset_generator_torch.py +0 -0
  229. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/local_development/__init__.py +0 -0
  230. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/local_development/local_session.py +0 -0
  231. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/reports/__init__.py +0 -0
  232. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/reports/figures.py +0 -0
  233. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/reports/report.py +0 -0
  234. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/videos/__init__.py +0 -0
  235. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/videos/video_player.py +0 -0
  236. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy/utilities/videos/videos.py +0 -0
  237. {dtlpy-1.118.14 → dtlpy-1.118.15}/dtlpy.egg-info/SOURCES.txt +0 -0
  238. {dtlpy-1.118.14 → dtlpy-1.118.15}/requirements.txt +0 -0
  239. {dtlpy-1.118.14 → dtlpy-1.118.15}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dtlpy
3
- Version: 1.118.14
3
+ Version: 1.118.15
4
4
  Summary: SDK and CLI for Dataloop platform
5
5
  Home-page: https://github.com/dataloop-ai/dtlpy
6
6
  Author: Dataloop Team
@@ -0,0 +1 @@
1
+ version = '1.118.15'
@@ -1168,13 +1168,6 @@ class Annotation(entities.BaseEntity):
1168
1168
  annotation_definition=dl.Box(top=10,left=10,bottom=100, right=100,label='labelName'))
1169
1169
  )
1170
1170
  """
1171
- # handle fps
1172
- if self.fps is None:
1173
- if self._item is not None:
1174
- if self._item.fps is not None:
1175
- self.fps = self._item.fps
1176
- if self.fps is None:
1177
- raise PlatformException('400', 'Annotation must have fps in order to perform this action')
1178
1171
 
1179
1172
  # if this is first frame
1180
1173
  if self.annotation_definition is None:
@@ -36,7 +36,7 @@ setup(name='dtlpy',
36
36
  'Programming Language :: Python :: 3.13',
37
37
  'Programming Language :: Python :: 3.14',
38
38
  ],
39
- version='1.118.14',
39
+ version='1.118.15',
40
40
  description='SDK and CLI for Dataloop platform',
41
41
  author='Dataloop Team',
42
42
  author_email='info@dataloop.ai',
@@ -1 +0,0 @@
1
- version = '1.118.14'
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes