dtlpy 1.117.6__py3-none-any.whl → 1.118.13__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.
- dtlpy/__version__.py +1 -1
- dtlpy/dlp/command_executor.py +55 -5
- dtlpy/entities/annotation.py +1 -1
- dtlpy/entities/app.py +1 -1
- dtlpy/entities/compute.py +1 -0
- dtlpy/entities/dataset.py +17 -2
- dtlpy/entities/model.py +1 -1
- dtlpy/entities/paged_entities.py +7 -3
- dtlpy/entities/service.py +4 -4
- dtlpy/miscellaneous/__init__.py +1 -0
- dtlpy/miscellaneous/path_utils.py +264 -0
- dtlpy/ml/base_model_adapter.py +32 -31
- dtlpy/repositories/annotations.py +1 -4
- dtlpy/repositories/apps.py +12 -13
- dtlpy/repositories/feature_sets.py +144 -85
- dtlpy/repositories/packages.py +9 -0
- dtlpy/repositories/projects.py +1 -3
- dtlpy/services/api_client.py +20 -4
- dtlpy/services/check_sdk.py +1 -4
- dtlpy/services/logins.py +21 -17
- dtlpy/utilities/videos/videos.py +4 -0
- {dtlpy-1.117.6.dist-info → dtlpy-1.118.13.dist-info}/METADATA +14 -15
- {dtlpy-1.117.6.dist-info → dtlpy-1.118.13.dist-info}/RECORD +30 -31
- {dtlpy-1.117.6.dist-info → dtlpy-1.118.13.dist-info}/WHEEL +1 -1
- {dtlpy-1.117.6.dist-info → dtlpy-1.118.13.dist-info}/top_level.txt +0 -1
- tests/features/__init__.py +0 -0
- tests/features/environment.py +0 -551
- {dtlpy-1.117.6.data → dtlpy-1.118.13.data}/scripts/dlp +0 -0
- {dtlpy-1.117.6.data → dtlpy-1.118.13.data}/scripts/dlp.bat +0 -0
- {dtlpy-1.117.6.data → dtlpy-1.118.13.data}/scripts/dlp.py +0 -0
- {dtlpy-1.117.6.dist-info → dtlpy-1.118.13.dist-info}/entry_points.txt +0 -0
- {dtlpy-1.117.6.dist-info → dtlpy-1.118.13.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dtlpy
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.118.13
|
|
4
4
|
Summary: SDK and CLI for Dataloop platform
|
|
5
5
|
Home-page: https://github.com/dataloop-ai/dtlpy
|
|
6
6
|
Author: Dataloop Team
|
|
@@ -9,12 +9,12 @@ License: Apache License 2.0
|
|
|
9
9
|
Classifier: Programming Language :: Python
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
15
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
16
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
-
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
17
|
+
Requires-Python: >=3.8
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: LICENSE
|
|
20
20
|
Requires-Dist: urllib3>=1.26
|
|
@@ -30,7 +30,7 @@ Requires-Dist: tabulate>=0.8.9
|
|
|
30
30
|
Requires-Dist: Pillow>=7.2
|
|
31
31
|
Requires-Dist: PyJWT>=2.4
|
|
32
32
|
Requires-Dist: jinja2>=2.11.3
|
|
33
|
-
Requires-Dist: attrs
|
|
33
|
+
Requires-Dist: attrs<25.0,>=22.2.0
|
|
34
34
|
Requires-Dist: prompt_toolkit>=2.0.9
|
|
35
35
|
Requires-Dist: fuzzyfinder<=2.1.0
|
|
36
36
|
Requires-Dist: dictdiffer>=0.8.1
|
|
@@ -41,8 +41,7 @@ Requires-Dist: diskcache>=5.4
|
|
|
41
41
|
Requires-Dist: redis>=3.5
|
|
42
42
|
Requires-Dist: inquirer
|
|
43
43
|
Requires-Dist: dtlpymetrics
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist: bson
|
|
44
|
+
Requires-Dist: pymongo<5.0,>=4.9
|
|
46
45
|
Dynamic: author
|
|
47
46
|
Dynamic: author-email
|
|
48
47
|
Dynamic: classifier
|
|
@@ -144,13 +143,13 @@ dlp datasets ls --project-name your-project-name
|
|
|
144
143
|
|
|
145
144
|
DTLPY supports multiple Python versions as follows:
|
|
146
145
|
|
|
147
|
-
| Python Version
|
|
148
|
-
|
|
149
|
-
| **dtlpy >= 1.
|
|
150
|
-
| **dtlpy 1.
|
|
151
|
-
| **dtlpy
|
|
152
|
-
| **dtlpy 1.
|
|
153
|
-
| **dtlpy
|
|
146
|
+
| Python Version | 3.14 | 3.13 | 3.12 | 3.11 | 3.10 | 3.9 | 3.8 | 3.7 |
|
|
147
|
+
|---------------------|------|------|------|------|------|-----|-----|-----|
|
|
148
|
+
| **dtlpy >= 1.118** | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
|
|
149
|
+
| **dtlpy 1.99–1.117**| ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
150
|
+
| **dtlpy 1.76–1.98** | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
151
|
+
| **dtlpy >= 1.61** | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ |
|
|
152
|
+
| **dtlpy 1.50–1.60** | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ |
|
|
154
153
|
|
|
155
154
|
---
|
|
156
155
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
dtlpy/__init__.py,sha256=p9qDLEQ01cTj0Xx8FkxJPHSmP7LMHMv8b5-ZWW1FPrU,20625
|
|
2
|
-
dtlpy/__version__.py,sha256=
|
|
2
|
+
dtlpy/__version__.py,sha256=rKb0jeJZoFfB0Nvl7WNtP0jvSvA4lP7Psb-TendlWlQ,21
|
|
3
3
|
dtlpy/exceptions.py,sha256=EQCKs3pwhwZhgMByQN3D3LpWpdxwcKPEEt-bIaDwURM,2871
|
|
4
4
|
dtlpy/new_instance.py,sha256=XegQav2hzPrPAUzuRFvUIGSPidoK-rbb02Q43NPsIpo,9982
|
|
5
5
|
dtlpy/assets/__init__.py,sha256=D_hAa6NM8Zoy32sF_9b7m0b7I-BQEyBFg8-9Tg2WOeo,976
|
|
@@ -38,16 +38,16 @@ dtlpy/caches/filesystem_cache.py,sha256=OrBqyEucSVp7g33c6R1BR3ICbkgQnwYWEDhQ7OxH
|
|
|
38
38
|
dtlpy/caches/redis_cache.py,sha256=bgJgxgAXFR_TxPDvlLS4TKumFds-ihNf668JbPYUfpc,2331
|
|
39
39
|
dtlpy/dlp/__init__.py,sha256=QG_BxSqeic0foFBmzIkpZEF4EvxOZamknj2f5Cb6T6Q,868
|
|
40
40
|
dtlpy/dlp/cli_utilities.py,sha256=gZA9XIN5GG-xWJ6S1i6T17CDDCypDoev6CY-WHlogYg,16055
|
|
41
|
-
dtlpy/dlp/command_executor.py,sha256=
|
|
41
|
+
dtlpy/dlp/command_executor.py,sha256=oQPOzE6eVUvm54IsdVYcWgVOByWjOqa2nQQY8EAd8Vc,34320
|
|
42
42
|
dtlpy/dlp/dlp,sha256=-F0vSCWuSOOtgERAtsPMPyMmzitjhB7Yeftg_PDlDjw,10
|
|
43
43
|
dtlpy/dlp/dlp.bat,sha256=QOvx8Dlx5dUbCTMpwbhOcAIXL1IWmgVRSboQqDhIn3A,37
|
|
44
44
|
dtlpy/dlp/dlp.py,sha256=Zv9yoXwNAx4gkED-JiayN-ZkX2dPn4FB0SDx9qc7muo,4404
|
|
45
45
|
dtlpy/dlp/parser.py,sha256=p-TFaiAU2c3QkI97TXzL2LDR3Eq0hGDFrTc9J2jWLh4,30551
|
|
46
46
|
dtlpy/entities/__init__.py,sha256=tHndgUHZOaiXJdOY-NTvGoHcJ29EkGzz389sWQPWyaI,5050
|
|
47
47
|
dtlpy/entities/analytic.py,sha256=6bMG4FD7VIDr3ca8hJ25yd9IyAuzPdaN1lsV4VD7z2Q,13739
|
|
48
|
-
dtlpy/entities/annotation.py,sha256=
|
|
48
|
+
dtlpy/entities/annotation.py,sha256=OPnkYtSC6C87tc8gWPgaPXSJmhsdZsDmg4SEM1hTJpY,66666
|
|
49
49
|
dtlpy/entities/annotation_collection.py,sha256=CEYSBHhhDkC0VJdHsBSrA6TgdKGMcKeI3tFM40UJwS8,29838
|
|
50
|
-
dtlpy/entities/app.py,sha256=
|
|
50
|
+
dtlpy/entities/app.py,sha256=zGqJYSpq7r6D4jauSCk5vt2lqlaolFSoDvSISLa0oyA,6997
|
|
51
51
|
dtlpy/entities/app_module.py,sha256=0UiAbBX1q8iEImi3nY7ySWZZHoRRwu0qUXmyXmgVAc4,3645
|
|
52
52
|
dtlpy/entities/artifact.py,sha256=wtLtBuidOPbnba0ok40JyunCCIBGbAl4bP_ebK39Kk4,5711
|
|
53
53
|
dtlpy/entities/assignment.py,sha256=Dc1QcfVf67GGcmDDi4ubESDuPkSgjXqdqjTBQ31faUM,14722
|
|
@@ -56,8 +56,8 @@ dtlpy/entities/bot.py,sha256=is3NUCnPg56HSjsHIvFcVkymValMqDV0uHRDC1Ib-ds,3819
|
|
|
56
56
|
dtlpy/entities/codebase.py,sha256=7ZxEGhG_52mdZWfjg9ge6vkgLf3NDh1INZMkCHns-6Y,8864
|
|
57
57
|
dtlpy/entities/collection.py,sha256=FPPPfIxOsBG1ujORPJVq8uXyF8vhIqC6N4EiI9SJzl0,1160
|
|
58
58
|
dtlpy/entities/command.py,sha256=5RMQYjOGLRF8JZd7QFAPyE8utsp4eZzLApI2dEAbaqo,5301
|
|
59
|
-
dtlpy/entities/compute.py,sha256=
|
|
60
|
-
dtlpy/entities/dataset.py,sha256=
|
|
59
|
+
dtlpy/entities/compute.py,sha256=egdoRQCaJ2e5E3bA72n0nUmUfIjWBhD9sWr8nTWI3G8,15031
|
|
60
|
+
dtlpy/entities/dataset.py,sha256=p0AmaYsX8IlUr8lkJphXG-ke6EcONa8ediwZo2o6PgQ,55425
|
|
61
61
|
dtlpy/entities/directory_tree.py,sha256=Rni6pLSWytR6yeUPgEdCCRfTg_cqLOdUc9uCqz9KT-Q,1186
|
|
62
62
|
dtlpy/entities/dpk.py,sha256=XrK8X8p4Ag6LMjDrDpMstY-h_yTll_sMmKTZT6bLbWE,17923
|
|
63
63
|
dtlpy/entities/driver.py,sha256=usyWqlM8KxQ-L9uCTSAmPXCu2dU4fordAN8uL0I2wRM,7720
|
|
@@ -71,7 +71,7 @@ dtlpy/entities/item.py,sha256=JoF3vTlsBUXwsC7b5KCkvDOeGP7Iby--Ww4PJQ5_UF4,35586
|
|
|
71
71
|
dtlpy/entities/label.py,sha256=ycDYavIgKhz806plIX-64c07_TeHpDa-V7LnfFVe4Rg,3869
|
|
72
72
|
dtlpy/entities/links.py,sha256=FAmEwHtsrqKet3c0UHH9u_gHgG6_OwF1-rl4xK7guME,2516
|
|
73
73
|
dtlpy/entities/message.py,sha256=ApJuaKEqxATpXjNYUjGdYPu3ibQzEMo8-LtJ_4xAcPI,5865
|
|
74
|
-
dtlpy/entities/model.py,sha256=
|
|
74
|
+
dtlpy/entities/model.py,sha256=YvkLjH4Gdk9vUcuWJ3KLJe6v9fY82692kzjqCuAAU4Y,27815
|
|
75
75
|
dtlpy/entities/node.py,sha256=RiCqG659Pb1PZNMewR-F7eNbU5tt713fiZY9xW6-Pes,39199
|
|
76
76
|
dtlpy/entities/ontology.py,sha256=qA8XOhHPiZ7fUK2QPBola2xA8SGEdzsgCy5oozgARwc,32534
|
|
77
77
|
dtlpy/entities/organization.py,sha256=Zm-tTHV82PvYyTNetRRXqvmvzBCbXEwS-gAENf7Zny4,9874
|
|
@@ -80,7 +80,7 @@ dtlpy/entities/package_defaults.py,sha256=wTD7Z7rGYjVy8AcUxTFEnkOkviiJaLVZYvduiU
|
|
|
80
80
|
dtlpy/entities/package_function.py,sha256=M42Kvw9A8b6msAkv-wRNAQg_-UC2bejniCjeKDugudc,6314
|
|
81
81
|
dtlpy/entities/package_module.py,sha256=cOkIITATkzzCQpE0sdPiBUisAz8ImlPG2YGZ0K7SypA,5151
|
|
82
82
|
dtlpy/entities/package_slot.py,sha256=XBwCodQe618sQm0bmx46Npo94mEk-zUV7ZX0mDRcsD8,3946
|
|
83
|
-
dtlpy/entities/paged_entities.py,sha256=
|
|
83
|
+
dtlpy/entities/paged_entities.py,sha256=S7QyjUPkQhXIxS0saFU8oOfiybP5BpbNRy772GWkbGs,11175
|
|
84
84
|
dtlpy/entities/pipeline.py,sha256=nDSAQlYPw7LtpdwkbjeSiORLURmuc2jHlaQ8sAdKLgY,21766
|
|
85
85
|
dtlpy/entities/pipeline_execution.py,sha256=EQhW4W_G1bIPShYbJSAT--1WNQuvxVQbcQ_MCHIX0KI,9938
|
|
86
86
|
dtlpy/entities/project.py,sha256=ZUx8zA3mr6N145M62R3UDPCCzO1vxfyWO6vjES-bO-g,14653
|
|
@@ -88,7 +88,7 @@ dtlpy/entities/prompt_item.py,sha256=S_cgekiUsAK0OLP_XXbfvpNv7Zr5XT86jCB2w1yyyjQ
|
|
|
88
88
|
dtlpy/entities/recipe.py,sha256=SX0T7gw-_9Cs2FZyC_htIxQd7CwDwb2zA3SqB37vymM,11917
|
|
89
89
|
dtlpy/entities/reflect_dict.py,sha256=2NaSAL-CO0T0FYRYFQlaSpbsoLT2Q18AqdHgQSLX5Y4,3273
|
|
90
90
|
dtlpy/entities/resource_execution.py,sha256=1HuVV__U4jAUOtOkWlWImnM3Yts8qxMSAkMA9sBhArY,5033
|
|
91
|
-
dtlpy/entities/service.py,sha256=
|
|
91
|
+
dtlpy/entities/service.py,sha256=3E4pqn7Zg5pDaaagpyHfHuKK1uSDZ8-UbPrIzJfXuu4,33932
|
|
92
92
|
dtlpy/entities/service_driver.py,sha256=N3fL_xTPLu75UBFQZO5Plxx2kpED-UIILxTYbD58rzQ,3917
|
|
93
93
|
dtlpy/entities/setting.py,sha256=uXagJHtcCR3nJYClR_AUGZjz_kx3TejPcUZ8ginHFIA,8561
|
|
94
94
|
dtlpy/entities/task.py,sha256=ajVIkB-3Aqm9Udn87ITvIsGwduyCTtGeqV-FjSYtZKg,19605
|
|
@@ -141,23 +141,24 @@ dtlpy/examples/upload_items_and_custom_format_annotations.py,sha256=KgGeIs2Q6MoT
|
|
|
141
141
|
dtlpy/examples/upload_items_with_modalities.py,sha256=PJyzPIvRSWi_nh7JlOR9YZKFrMuvYffDx5mz9TiVIvU,1848
|
|
142
142
|
dtlpy/examples/upload_segmentation_annotations_from_mask_image.py,sha256=JQGc8wQ3zTRRlVcRLs223UwCYCAfChKlvU0QOPEqezI,1388
|
|
143
143
|
dtlpy/examples/upload_yolo_format_annotations.py,sha256=PDLhC5pBGrC68Pix-7I7SgdaCweYNZPgJxg0h4ssWyc,2610
|
|
144
|
-
dtlpy/miscellaneous/__init__.py,sha256=
|
|
144
|
+
dtlpy/miscellaneous/__init__.py,sha256=_-NhTwcGH2FxFsWMf-vfmYYT6Ouuw08rN1fALJg2Zvw,863
|
|
145
145
|
dtlpy/miscellaneous/dict_differ.py,sha256=POJbKR0YyWPf5gFADFpIaNFj9gt2aVBTNof7GJNxTCw,3489
|
|
146
146
|
dtlpy/miscellaneous/git_utils.py,sha256=CT_CCDsqDqu_bY3cLcOSU6k3Zr6w40t8GJULLUtAJ_U,7971
|
|
147
147
|
dtlpy/miscellaneous/json_utils.py,sha256=0P4YTlL6o_L7AUrvAeqkqA46MZZK_hDdTrdnmI59y6g,428
|
|
148
148
|
dtlpy/miscellaneous/list_print.py,sha256=fBGTMXFUwDG8DD4W6HyR8BTGtbTckLf4W09quNRJm5M,4828
|
|
149
|
+
dtlpy/miscellaneous/path_utils.py,sha256=TiYHuwfWUBbz6E99QP-MQivkBC70aMBdYRd3RTJ0QgQ,10426
|
|
149
150
|
dtlpy/miscellaneous/zipping.py,sha256=JplTc8UDFvO8WaD5vKuumVLN0lU_-GtHoE0doWKtmKg,5383
|
|
150
151
|
dtlpy/ml/__init__.py,sha256=vPkyXpc9kcWWZ_PxyPEOsjKBJdEbowLkZr8FZIb_OBM,799
|
|
151
152
|
dtlpy/ml/base_feature_extractor_adapter.py,sha256=iiEGYAx0Rdn4K46H_FlKrAv3ebTXHSxNVAmio0BxhaI,1178
|
|
152
|
-
dtlpy/ml/base_model_adapter.py,sha256=
|
|
153
|
+
dtlpy/ml/base_model_adapter.py,sha256=qXikBauw3jBsy3iO4CRLXku8RFTSQj8jLhgKYSWy7Jg,64136
|
|
153
154
|
dtlpy/ml/metrics.py,sha256=BG2E-1Mvjv2e2No9mIJKVmvzqBvLqytKcw3hA7wVUNc,20037
|
|
154
155
|
dtlpy/ml/predictions_utils.py,sha256=He_84U14oS2Ss7T_-Zj5GDiBZwS-GjMPURUh7u7DjF8,12484
|
|
155
156
|
dtlpy/ml/summary_writer.py,sha256=dehDi8zmGC1sAGyy_3cpSWGXoGQSiQd7bL_Thoo8yIs,2784
|
|
156
157
|
dtlpy/ml/train_utils.py,sha256=t607DfyGBRrUQZ9jPmPe4V9Udzfk0hPWuw4OvKZKAeo,2440
|
|
157
158
|
dtlpy/repositories/__init__.py,sha256=D2YI3ZLlSx0OlgVr8y_E9rsj-IxCDOj0MB6QTlv2NSA,2061
|
|
158
159
|
dtlpy/repositories/analytics.py,sha256=dQPCYTPAIuyfVI_ppR49W7_GBj0033feIm9Gd7LW1V0,2966
|
|
159
|
-
dtlpy/repositories/annotations.py,sha256=
|
|
160
|
-
dtlpy/repositories/apps.py,sha256=
|
|
160
|
+
dtlpy/repositories/annotations.py,sha256=ygN6JRa9jAod9kXDwksaScsTqzWCzegYsmF_i2be5xA,43442
|
|
161
|
+
dtlpy/repositories/apps.py,sha256=miCYJNqte8TVFkBezE8yzueMsz593jNO9sSUfZRVV7M,15969
|
|
161
162
|
dtlpy/repositories/artifacts.py,sha256=Ke2ustTNw-1eQ0onLsWY7gL2aChjXPAX5p1uQ_EzMbo,19081
|
|
162
163
|
dtlpy/repositories/assignments.py,sha256=1VwJZ7ctQe1iaDDDpeYDgoj2G-TCgzolVLUEqUocd2w,25506
|
|
163
164
|
dtlpy/repositories/bots.py,sha256=q1SqH01JHloljKxknhHU09psV1vQx9lPhu3g8mBBeRg,8104
|
|
@@ -171,7 +172,7 @@ dtlpy/repositories/downloader.py,sha256=EkCscU8QHa6H0-t17laFZn49Up-wNHbFd2DxVIqX
|
|
|
171
172
|
dtlpy/repositories/dpks.py,sha256=Cu8pqFZr6MlrdidjysQT_X1hyKaL5YNUn81puOM5FX0,18508
|
|
172
173
|
dtlpy/repositories/drivers.py,sha256=z9qu4I2lwa0aujkKxj0bvn71Zzs8U8byqSx8S9DAIQw,19553
|
|
173
174
|
dtlpy/repositories/executions.py,sha256=BuFv7J6U2Q7om4OlC0q6tnk-1Vcw5m0adfR9a5Mj98Y,32361
|
|
174
|
-
dtlpy/repositories/feature_sets.py,sha256=
|
|
175
|
+
dtlpy/repositories/feature_sets.py,sha256=ueYIGQIz-XYbbiuQy0YnpqO3dqJKGwtbGK0H5ZgkaBs,13892
|
|
175
176
|
dtlpy/repositories/features.py,sha256=SNmECqKSfHlNgjjG_RlX-GAU3udYN9_ZYOe8mFNy010,10671
|
|
176
177
|
dtlpy/repositories/integrations.py,sha256=Y5c37fQCaIkw1p5jPEbAqytgRVXuqe771eHC1hNDE7A,19491
|
|
177
178
|
dtlpy/repositories/items.py,sha256=u2Vg0jOTZ9EhV1sPJdAeIUyfqBRv63Gl-IXaMlon8PM,40028
|
|
@@ -180,10 +181,10 @@ dtlpy/repositories/models.py,sha256=K8mqmYM_kj3z727VDcdcnQC_XDw18bf48ujEV-deStU,
|
|
|
180
181
|
dtlpy/repositories/nodes.py,sha256=xXJm_YA0vDUn0dVvaGeq6ORM0vI3YXvfjuylvGRtkxo,3061
|
|
181
182
|
dtlpy/repositories/ontologies.py,sha256=unnMhD2isR9DVE5S8Fg6fSDf1ZZ5Xemxxufx4LEUT3w,19577
|
|
182
183
|
dtlpy/repositories/organizations.py,sha256=6ijUDFbsogfRul1g_vUB5AZOb41MRmV5NhNU7WLHt3A,22825
|
|
183
|
-
dtlpy/repositories/packages.py,sha256=
|
|
184
|
+
dtlpy/repositories/packages.py,sha256=XA1cu7zW9sHfMlayjUD8OeAknsEpHzEcN-uebOIFmxc,87172
|
|
184
185
|
dtlpy/repositories/pipeline_executions.py,sha256=sEC03bu5DsHc554z3xDbMCP529rhfADcktXgWkswEwI,17281
|
|
185
186
|
dtlpy/repositories/pipelines.py,sha256=5qosyxLFgNbcmL7uoTr9klAj1VM-7mWvsOvngbUU1Qk,24320
|
|
186
|
-
dtlpy/repositories/projects.py,sha256=
|
|
187
|
+
dtlpy/repositories/projects.py,sha256=_e5z4byytBu-nEYqsRO0HF0IbLgyyUaLLkx0EBND6Ls,21501
|
|
187
188
|
dtlpy/repositories/recipes.py,sha256=q1FMk4kBPzBS-QIbkxeSsMcAJmYuS7gpYL8t3XIBWII,17117
|
|
188
189
|
dtlpy/repositories/resource_executions.py,sha256=PyzsbdJxz6jf17Gx13GZmqdu6tZo3TTVv-DypnJ_sY0,5374
|
|
189
190
|
dtlpy/repositories/schema.py,sha256=kTKDrbwm7BfQnBAK81LpAl9ChNFdyUweSLNazlJJhjk,3953
|
|
@@ -198,15 +199,15 @@ dtlpy/repositories/uploader.py,sha256=I9mP-Ikj0zUOdMTf-7FN_huHWXYeWc8gzVRpfUPAXj
|
|
|
198
199
|
dtlpy/repositories/webhooks.py,sha256=IIpxOJ-7KeQp1TY9aJZz-FuycSjAoYx0TDk8z86KAK8,9033
|
|
199
200
|
dtlpy/services/__init__.py,sha256=VfVJy2otIrDra6i7Sepjyez2ujiE6171ChQZp-YgxsM,904
|
|
200
201
|
dtlpy/services/aihttp_retry.py,sha256=tgntZsAY0dW9v08rkjX1T5BLNDdDd8svtgn7nH8DSGU,5022
|
|
201
|
-
dtlpy/services/api_client.py,sha256=
|
|
202
|
+
dtlpy/services/api_client.py,sha256=XS5tYyKvwW5RYlR1RD06zGk9-_MPf2h7yOoog2EDhxQ,72559
|
|
202
203
|
dtlpy/services/api_reference.py,sha256=cW-B3eoi9Xs3AwI87_Kr6GV_E6HPoC73aETFaGz3A-0,1515
|
|
203
204
|
dtlpy/services/async_utils.py,sha256=kaYHTPw0Lg8PeJJq8whPyzrBYkzD7offs5hsKRZXJm8,3960
|
|
204
205
|
dtlpy/services/calls_counter.py,sha256=gr0io5rIsO5-7Cgc8neA1vK8kUtYhgFPmDQ2jXtiZZs,1036
|
|
205
|
-
dtlpy/services/check_sdk.py,sha256=
|
|
206
|
+
dtlpy/services/check_sdk.py,sha256=CaOzAtI7ETtgX3x6hS5NWx77liqqRwIKLJ7B42EXIt4,2464
|
|
206
207
|
dtlpy/services/cookie.py,sha256=sSZR1QV4ienCcZ8lEK_Y4nZYBgAxO3kHrcBXFKGcmwQ,3694
|
|
207
208
|
dtlpy/services/create_logger.py,sha256=2dC39CCmc17H4LYRpY0bRIT4S50UTGNOBPYIqJnrsIU,6350
|
|
208
209
|
dtlpy/services/events.py,sha256=mpcu8RusLPrBcJEbWR61uFb4FiU_dQv3xoa7uM-rTcY,3686
|
|
209
|
-
dtlpy/services/logins.py,sha256=
|
|
210
|
+
dtlpy/services/logins.py,sha256=_fUJ5UlEDWLX09TtcsYy9G1Qca5p6X24xu4XvE-N9Sk,8745
|
|
210
211
|
dtlpy/services/reporter.py,sha256=qQ9Tgws-8cSpvKbLhJ8j8vgVSgxju2qAgnDL5sCk0Dg,9191
|
|
211
212
|
dtlpy/services/service_defaults.py,sha256=a7KoqkVmn2TXmM9gN9JRaVVtcG2b8JGIieVnaZeEaao,3860
|
|
212
213
|
dtlpy/utilities/__init__.py,sha256=ncQD1O5lZ7L9n9rNRBivyqNVFDZyQcmqn-X-wyQhhIs,898
|
|
@@ -225,15 +226,13 @@ dtlpy/utilities/reports/figures.py,sha256=o3TOrwo1ytY14H-NV-TyEgVYCFDSm6HYAXVXRd
|
|
|
225
226
|
dtlpy/utilities/reports/report.py,sha256=3nEsNnIWmdPEsd21nN8vMMgaZVcPKn9iawKTTeOQg2A,2639
|
|
226
227
|
dtlpy/utilities/videos/__init__.py,sha256=SV3w51vfPuGBxaMeNemx6qEMHw_C4lLpWNGXMvdsKSY,734
|
|
227
228
|
dtlpy/utilities/videos/video_player.py,sha256=LCxg0EZ_DeuwcT7U_r7MRC6Q19s0xdFb7x5Gk39PRms,24072
|
|
228
|
-
dtlpy/utilities/videos/videos.py,sha256=
|
|
229
|
-
dtlpy-1.
|
|
230
|
-
dtlpy-1.
|
|
231
|
-
dtlpy-1.
|
|
232
|
-
dtlpy-1.
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
dtlpy-1.
|
|
236
|
-
dtlpy-1.
|
|
237
|
-
dtlpy-1.
|
|
238
|
-
dtlpy-1.117.6.dist-info/top_level.txt,sha256=ZWuLmQGUOtWAdgTf4Fbx884w1o0vBYq9dEc1zLv9Mig,12
|
|
239
|
-
dtlpy-1.117.6.dist-info/RECORD,,
|
|
229
|
+
dtlpy/utilities/videos/videos.py,sha256=4xbbrHDeJhyR8VXW5ojLEp1GGGwgMoRIRyGrXEX5wiA,22031
|
|
230
|
+
dtlpy-1.118.13.data/scripts/dlp,sha256=-F0vSCWuSOOtgERAtsPMPyMmzitjhB7Yeftg_PDlDjw,10
|
|
231
|
+
dtlpy-1.118.13.data/scripts/dlp.bat,sha256=QOvx8Dlx5dUbCTMpwbhOcAIXL1IWmgVRSboQqDhIn3A,37
|
|
232
|
+
dtlpy-1.118.13.data/scripts/dlp.py,sha256=ZpfJvYE1_OTSorEYBphqTOutnHSb5TqOXh0y_mUCTJs,4393
|
|
233
|
+
dtlpy-1.118.13.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
234
|
+
dtlpy-1.118.13.dist-info/METADATA,sha256=ozuEK7ANlXc6pEc4wDX84knLXQO7rv1BJ-AAhC_bdgw,5908
|
|
235
|
+
dtlpy-1.118.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
236
|
+
dtlpy-1.118.13.dist-info/entry_points.txt,sha256=C4PyKthCs_no88HU39eioO68oei64STYXC2ooGZTc4Y,43
|
|
237
|
+
dtlpy-1.118.13.dist-info/top_level.txt,sha256=MSr60TGZYlwXCKxlLoZCfILRZ6pU_3L-20d2SZvygyA,6
|
|
238
|
+
dtlpy-1.118.13.dist-info/RECORD,,
|
tests/features/__init__.py
DELETED
|
File without changes
|