fractal-server 2.14.16__py3-none-any.whl → 2.15.0a0__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.
- fractal_server/__init__.py +1 -1
- fractal_server/app/models/v2/task_group.py +17 -5
- fractal_server/app/routes/admin/v2/task_group_lifecycle.py +2 -2
- fractal_server/app/routes/api/v2/__init__.py +6 -0
- fractal_server/app/routes/api/v2/task_collection.py +3 -3
- fractal_server/app/routes/api/v2/task_collection_custom.py +2 -2
- fractal_server/app/routes/api/v2/task_collection_pixi.py +236 -0
- fractal_server/app/routes/api/v2/task_group_lifecycle.py +8 -3
- fractal_server/app/schemas/v2/__init__.py +2 -1
- fractal_server/app/schemas/v2/dumps.py +1 -1
- fractal_server/app/schemas/v2/task_collection.py +1 -1
- fractal_server/app/schemas/v2/task_group.py +16 -5
- fractal_server/config.py +42 -0
- fractal_server/migrations/versions/b1e7f7a1ff71_task_group_for_pixi.py +53 -0
- fractal_server/tasks/v2/local/__init__.py +2 -0
- fractal_server/tasks/v2/local/_utils.py +7 -2
- fractal_server/tasks/v2/local/collect.py +14 -12
- fractal_server/tasks/v2/local/collect_pixi.py +222 -0
- fractal_server/tasks/v2/local/deactivate.py +29 -25
- fractal_server/tasks/v2/local/deactivate_pixi.py +110 -0
- fractal_server/tasks/v2/local/reactivate.py +1 -1
- fractal_server/tasks/v2/ssh/__init__.py +1 -0
- fractal_server/tasks/v2/ssh/_utils.py +5 -5
- fractal_server/tasks/v2/ssh/collect.py +16 -15
- fractal_server/tasks/v2/ssh/collect_pixi.py +296 -0
- fractal_server/tasks/v2/ssh/deactivate.py +32 -31
- fractal_server/tasks/v2/ssh/reactivate.py +1 -1
- fractal_server/tasks/v2/templates/pixi_1_collect.sh +70 -0
- fractal_server/tasks/v2/utils_background.py +37 -9
- fractal_server/tasks/v2/utils_pixi.py +36 -0
- {fractal_server-2.14.16.dist-info → fractal_server-2.15.0a0.dist-info}/METADATA +1 -1
- {fractal_server-2.14.16.dist-info → fractal_server-2.15.0a0.dist-info}/RECORD +35 -28
- {fractal_server-2.14.16.dist-info → fractal_server-2.15.0a0.dist-info}/LICENSE +0 -0
- {fractal_server-2.14.16.dist-info → fractal_server-2.15.0a0.dist-info}/WHEEL +0 -0
- {fractal_server-2.14.16.dist-info → fractal_server-2.15.0a0.dist-info}/entry_points.txt +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
fractal_server/__init__.py,sha256=
|
1
|
+
fractal_server/__init__.py,sha256=bRI_27InR891I2DVNDGmrq1dL1GzKxuY-VlNbPye6Eo,25
|
2
2
|
fractal_server/__main__.py,sha256=rkM8xjY1KeS3l63irB8yCrlVobR-73uDapC4wvrIlxI,6957
|
3
3
|
fractal_server/alembic.ini,sha256=MWwi7GzjzawI9cCAK1LW7NxIBQDUqD12-ptJoq5JpP0,3153
|
4
4
|
fractal_server/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -15,7 +15,7 @@ fractal_server/app/models/v2/history.py,sha256=CBN2WVg9vW5pHU1RP8TkB_nnJrwnuifCc
|
|
15
15
|
fractal_server/app/models/v2/job.py,sha256=LfpwAedMVcA_6Ne0Rr4g3tt0asAQkWz3LSPm7IwZhYc,1978
|
16
16
|
fractal_server/app/models/v2/project.py,sha256=RmU5BQR4HD6xifRndUhvPBy30wntml-giBRoEysdWXw,755
|
17
17
|
fractal_server/app/models/v2/task.py,sha256=P7nsS5mCmVyzr4WtcjoiedesqkWvkHA2cQPsMbQt-7o,1427
|
18
|
-
fractal_server/app/models/v2/task_group.py,sha256=
|
18
|
+
fractal_server/app/models/v2/task_group.py,sha256=Q78ommMWEG2Sqvg2Y8ICgYA_aGH-N7LdLbnmnDl1l1M,3841
|
19
19
|
fractal_server/app/models/v2/workflow.py,sha256=wuK9SV1TXrlYcieYLYj5fGvV3K3bW7g9jCM1uv9HHjA,1058
|
20
20
|
fractal_server/app/models/v2/workflowtask.py,sha256=tph237DXitOnzSv88rk9qgN2VmlI1smWS5fNYHR8jMo,1200
|
21
21
|
fractal_server/app/routes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -27,9 +27,9 @@ fractal_server/app/routes/admin/v2/job.py,sha256=EOnW645RaacyNof55O_NV_4ONyb7ihM
|
|
27
27
|
fractal_server/app/routes/admin/v2/project.py,sha256=MA_LdoEuSuisSGRO43TapMuJ080y5iaUGSAUgKuuKOg,1188
|
28
28
|
fractal_server/app/routes/admin/v2/task.py,sha256=93QIbWZNnqaBhG9R9-RStDX2mpqRNN3G7BIb0KM-jeE,4312
|
29
29
|
fractal_server/app/routes/admin/v2/task_group.py,sha256=biibAvMPD2w-267eyTm3wH2s3mITjiS5gYzwCCwmLbI,7099
|
30
|
-
fractal_server/app/routes/admin/v2/task_group_lifecycle.py,sha256=
|
30
|
+
fractal_server/app/routes/admin/v2/task_group_lifecycle.py,sha256=8-CWyfyB22K-0VlbzJ1BFUqcFsflfeBKVeHRqePClfs,9222
|
31
31
|
fractal_server/app/routes/api/__init__.py,sha256=B8l6PSAhR10iZqHEiyTat-_0tkeKdrCigIE6DJGP5b8,638
|
32
|
-
fractal_server/app/routes/api/v2/__init__.py,sha256=
|
32
|
+
fractal_server/app/routes/api/v2/__init__.py,sha256=D3sRRsqkmZO6kBxUjg40q0aRDsnuXI4sOOfn0xF9JsM,2820
|
33
33
|
fractal_server/app/routes/api/v2/_aux_functions.py,sha256=P5exwdiNm0ZxtoGw4wxvm_-u8e83gXz8iYEVFuUq_cU,12792
|
34
34
|
fractal_server/app/routes/api/v2/_aux_functions_history.py,sha256=Z23xwvBaVEEQ5B-JsWZJpjj4_QqoXqHYONztnbAH6gw,4425
|
35
35
|
fractal_server/app/routes/api/v2/_aux_functions_task_lifecycle.py,sha256=GpKfw9yj01LmOAuNMTOreU1PFkCKpjK5oCt7_wp35-A,6741
|
@@ -45,10 +45,11 @@ fractal_server/app/routes/api/v2/project.py,sha256=ldMEyjtwGpX2teu85sCNWaubDFlw-
|
|
45
45
|
fractal_server/app/routes/api/v2/status_legacy.py,sha256=ZckHeBy8y21cyQ_OLY-VmkapzMhd3g9ae-qg-r4-uVo,6317
|
46
46
|
fractal_server/app/routes/api/v2/submit.py,sha256=_BDkWtFdo8-p7kZ0Oxaidei04MfuBeaEsWtwJaKZQ_Y,8781
|
47
47
|
fractal_server/app/routes/api/v2/task.py,sha256=ptS47XtxnHzk9bPNZV24Wfroo5sP19RE0-LsfX0ZvOc,7018
|
48
|
-
fractal_server/app/routes/api/v2/task_collection.py,sha256=
|
49
|
-
fractal_server/app/routes/api/v2/task_collection_custom.py,sha256=
|
48
|
+
fractal_server/app/routes/api/v2/task_collection.py,sha256=MRaf_-rI4dL6Sfn8XuDUZ-f9a_60V-ChPvPEEuzCzCc,12599
|
49
|
+
fractal_server/app/routes/api/v2/task_collection_custom.py,sha256=3EZAzTVlt3wrHAuwxfcYo7LpHefLCcQUctZuolJOQHE,6728
|
50
|
+
fractal_server/app/routes/api/v2/task_collection_pixi.py,sha256=aeosGRONv4C53uwb4sFMGIvPvjzi59d7CsxUv86D6N4,8218
|
50
51
|
fractal_server/app/routes/api/v2/task_group.py,sha256=M96VoKcLqOpZlY0RWnsHza8jN0dzAWK9lxw87Om3Fbw,9063
|
51
|
-
fractal_server/app/routes/api/v2/task_group_lifecycle.py,sha256=
|
52
|
+
fractal_server/app/routes/api/v2/task_group_lifecycle.py,sha256=MUtLo_XKoGQTV392dLlNgXuRkrbOTbrxUeyp5uPHgw8,9339
|
52
53
|
fractal_server/app/routes/api/v2/task_version_update.py,sha256=o8W_C0I84X0u8gAMnCvi8ChiVAKrb5WzUBuJLSuujCA,8235
|
53
54
|
fractal_server/app/routes/api/v2/workflow.py,sha256=gwMtpfUY_JiTv5_R_q1I9WNkp6nTqEVtYx8jWNJRxcU,10227
|
54
55
|
fractal_server/app/routes/api/v2/workflow_import.py,sha256=kOGDaCj0jCGK1WSYGbnUjtUg2U1YxUY9UMH-2ilqJg4,9027
|
@@ -111,24 +112,24 @@ fractal_server/app/schemas/__init__.py,sha256=stURAU_t3AOBaH0HSUbV-GKhlPKngnnIMo
|
|
111
112
|
fractal_server/app/schemas/user.py,sha256=t9nbyYjGCSOsxm9K97PDG3-9o27CsaFfhWb_L5nrjqA,1910
|
112
113
|
fractal_server/app/schemas/user_group.py,sha256=x3-kqbo0q2wTP7QI0iZ7PU_9Dr957UYrFMKqS7BXLhE,1425
|
113
114
|
fractal_server/app/schemas/user_settings.py,sha256=NpdC0Me0fgwwdfJuTSlFLCnLUjiWWzrJlPn_UPLjXnw,1862
|
114
|
-
fractal_server/app/schemas/v2/__init__.py,sha256
|
115
|
+
fractal_server/app/schemas/v2/__init__.py,sha256=iWYmNuTPjiPArgEmXHYQcDDfugLOEKAab70zEZ4gDP4,3162
|
115
116
|
fractal_server/app/schemas/v2/accounting.py,sha256=Wylt7uWTiDIFlHJOh4XEtYitk2FjFlmnodDrJDxcr0E,397
|
116
117
|
fractal_server/app/schemas/v2/dataset.py,sha256=NKCjBwGBC7mPiSlXktZAcleJsvlLY6KfNKw7Wx4Zfqk,1728
|
117
|
-
fractal_server/app/schemas/v2/dumps.py,sha256=
|
118
|
+
fractal_server/app/schemas/v2/dumps.py,sha256=MoQHjKZy-_ujSfr7XmZ6FjB_VR-zLedx9XJj_sp5xvc,2210
|
118
119
|
fractal_server/app/schemas/v2/history.py,sha256=pZiMKfh6nMWbTp5MUtrnGySPKbeRFf5tM1VLFaTgGcw,1784
|
119
120
|
fractal_server/app/schemas/v2/job.py,sha256=fPay7dLSr-skKRdVRoZig8rf_sZwUdVdHZaJ4XM8vMI,3288
|
120
121
|
fractal_server/app/schemas/v2/manifest.py,sha256=QUpXMDB8WkB1F4UK-yYmm3O8bXoHwDGURnqwn6ayO_I,6674
|
121
122
|
fractal_server/app/schemas/v2/project.py,sha256=l96-3bCfB3knhITaLj1WSyBgbzP_k8CdtvgX_5jO_fU,657
|
122
123
|
fractal_server/app/schemas/v2/status_legacy.py,sha256=eQT1zGxbkzSwd0EqclsOdZ60n1x6J3DB1CZ3m4LYyxc,955
|
123
124
|
fractal_server/app/schemas/v2/task.py,sha256=IJv8loB4kx9FBkaIHoiMsswQyq02FxvyAnHK1u074fU,4364
|
124
|
-
fractal_server/app/schemas/v2/task_collection.py,sha256=
|
125
|
-
fractal_server/app/schemas/v2/task_group.py,sha256=
|
125
|
+
fractal_server/app/schemas/v2/task_collection.py,sha256=EPGe4bTRka-Y3S3_h6Wfmstq1889Cn-5cZ9ODdnsKG8,4154
|
126
|
+
fractal_server/app/schemas/v2/task_group.py,sha256=NfgoQutaRKcrS1jpRL-s45BFXVuiabT7BvGooRXqY5k,3440
|
126
127
|
fractal_server/app/schemas/v2/workflow.py,sha256=JtjxbDO52bmY06WUMACUKpFSdJysO4DBv7wezsvODRQ,1775
|
127
128
|
fractal_server/app/schemas/v2/workflowtask.py,sha256=6eweAMyziwaoMT-7R1fVJYunIeZKzT0-7fAVgPO_FEc,3639
|
128
129
|
fractal_server/app/security/__init__.py,sha256=oJ8RVglpOvWPQY4RokiE2YA72Nqo42dZEjywWTt8xr8,14032
|
129
130
|
fractal_server/app/security/signup_email.py,sha256=Xd6QYxcdmg0PHpDwmUE8XQmPcOj3Xjy5oROcIMhmltM,1472
|
130
131
|
fractal_server/app/user_settings.py,sha256=OP1yiYKtPadxwM51_Q0hdPk3z90TCN4z1BLpQsXyWiU,1316
|
131
|
-
fractal_server/config.py,sha256=
|
132
|
+
fractal_server/config.py,sha256=T9TbGbKrQqY2jGEGyKW78mVPPYajfypzWk7YxDdFIxg,27205
|
132
133
|
fractal_server/data_migrations/2_14_10.py,sha256=gMRR5QB0SDv0ToEiXVLg1VrHprM_Ii-9O1Kg-ZF-YhY,1599
|
133
134
|
fractal_server/data_migrations/README.md,sha256=_3AEFvDg9YkybDqCLlFPdDmGJvr6Tw7HRI14aZ3LOIw,398
|
134
135
|
fractal_server/data_migrations/tools.py,sha256=LeMeASwYGtEqd-3wOLle6WARdTGAimoyMmRbbJl-hAM,572
|
@@ -169,6 +170,7 @@ fractal_server/migrations/versions/9fd26a2b0de4_add_workflow_timestamp_created.p
|
|
169
170
|
fractal_server/migrations/versions/a7f4d6137b53_add_workflow_dump_to_applyworkflow.py,sha256=ekDUML7ILpmdoqEclKbEUdyLi4uw9HSG_sTjG2hp_JE,867
|
170
171
|
fractal_server/migrations/versions/af1ef1c83c9b_add_accounting_tables.py,sha256=BftudWuSGvKGBzIL5AMb3yWkgTAuaKPBGsYcOzp_gLQ,1899
|
171
172
|
fractal_server/migrations/versions/af8673379a5c_drop_old_filter_columns.py,sha256=9sLd0F7nO5chHHm7RZ4wBA-9bvWomS-av_odKwODADM,1551
|
173
|
+
fractal_server/migrations/versions/b1e7f7a1ff71_task_group_for_pixi.py,sha256=loDrqBB-9U3vqLKePEeJy4gK4EuPs_1F345mdrnoCt0,1293
|
172
174
|
fractal_server/migrations/versions/c90a7c76e996_job_id_in_history_run.py,sha256=Y1cPwmFOZ4mx3v2XZM6adgu8u0L0VD_R4ADURyMb2ro,1102
|
173
175
|
fractal_server/migrations/versions/d256a7379ab8_taskgroup_activity_and_venv_info_to_.py,sha256=HN3_Pk8G81SzdYjg4K1RZAyjKSlsZGvcYE2nWOUbwxQ,3861
|
174
176
|
fractal_server/migrations/versions/d4fe3708d309_make_applyworkflow_workflow_dump_non_.py,sha256=6cHEZFuTXiQg9yu32Y3RH1XAl71av141WQ6UMbiITIg,949
|
@@ -188,25 +190,30 @@ fractal_server/syringe.py,sha256=3YJeIALH-wibuJ9R5VMNYUWh7x1-MkWT0SqGcWG5MY8,279
|
|
188
190
|
fractal_server/tasks/__init__.py,sha256=kadmVUoIghl8s190_Tt-8f-WBqMi8u8oU4Pvw39NHE8,23
|
189
191
|
fractal_server/tasks/utils.py,sha256=V7dj8o2AnoHhGSTYlqJHcRFhCIpmOrMOUhtiE_DvRVA,291
|
190
192
|
fractal_server/tasks/v2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
191
|
-
fractal_server/tasks/v2/local/__init__.py,sha256=
|
192
|
-
fractal_server/tasks/v2/local/_utils.py,sha256=
|
193
|
-
fractal_server/tasks/v2/local/collect.py,sha256=
|
194
|
-
fractal_server/tasks/v2/local/
|
195
|
-
fractal_server/tasks/v2/local/
|
196
|
-
fractal_server/tasks/v2/
|
197
|
-
fractal_server/tasks/v2/
|
198
|
-
fractal_server/tasks/v2/ssh/
|
199
|
-
fractal_server/tasks/v2/ssh/
|
200
|
-
fractal_server/tasks/v2/ssh/
|
193
|
+
fractal_server/tasks/v2/local/__init__.py,sha256=d8xO1H1kAGZFk707BKhNhjxPjdnoPGxHiNcsC_ZGcJE,253
|
194
|
+
fractal_server/tasks/v2/local/_utils.py,sha256=n-w1IqgOTeeXLE0LoHBixrU7kkg-eYEPWepur6g7DQA,2664
|
195
|
+
fractal_server/tasks/v2/local/collect.py,sha256=WOwLZwEH6ez-2fmjwZP7cXQ7KwktelUgsmMxOpwhsn0,12243
|
196
|
+
fractal_server/tasks/v2/local/collect_pixi.py,sha256=qnw0AYT8upyhdxt6OmEMEM_nnqAehlStFxd1DdQYdWE,9510
|
197
|
+
fractal_server/tasks/v2/local/deactivate.py,sha256=nACIpbo5guF3r3b0QUv7g6Yx-p37BHpvMvEZnxhs-qk,10164
|
198
|
+
fractal_server/tasks/v2/local/deactivate_pixi.py,sha256=s6A7_HhTy6bSTE8vVgGGtAQfBtOdNtb-s9Yjv4wYc5g,3989
|
199
|
+
fractal_server/tasks/v2/local/reactivate.py,sha256=go3q2QSD3L7FQP0yHmMBSw_z5y6gQyPFhwltv51aO5U,6189
|
200
|
+
fractal_server/tasks/v2/ssh/__init__.py,sha256=GmhXfaoYv52FrjhEuOb8zrooFIgBDBf9odXSmeYsRBs,186
|
201
|
+
fractal_server/tasks/v2/ssh/_utils.py,sha256=VAagoseIQW_fSsbwLencqQGyPflQii-Tvzk-r58g478,2834
|
202
|
+
fractal_server/tasks/v2/ssh/collect.py,sha256=myqHfErAljmGLyp0g0nWHFdEbNDH40ipyQXIgHQuXh4,14886
|
203
|
+
fractal_server/tasks/v2/ssh/collect_pixi.py,sha256=0a3HRiZqWMwdteZBmltbzJUUeySFW2YBOHnQkaxv4qE,12931
|
204
|
+
fractal_server/tasks/v2/ssh/deactivate.py,sha256=J4ZsVpU7vvZF-9H2esPoOC8TfU0IvXziYAg4VtcCIbM,12983
|
205
|
+
fractal_server/tasks/v2/ssh/reactivate.py,sha256=qVjPSbnYMITRL6c7SyC--_IiCGFz-NTj4ze-htwVunI,8816
|
201
206
|
fractal_server/tasks/v2/templates/1_create_venv.sh,sha256=PK0jdHKtQpda1zULebBaVPORt4t6V17wa4N1ohcj5ac,548
|
202
207
|
fractal_server/tasks/v2/templates/2_pip_install.sh,sha256=jMJPQJXHKznO6fxOOXtFXKPdCmTf1VLLWj_JL_ZdKxo,1644
|
203
208
|
fractal_server/tasks/v2/templates/3_pip_freeze.sh,sha256=JldREScEBI4cD_qjfX4UK7V4aI-FnX9ZvVNxgpSOBFc,168
|
204
209
|
fractal_server/tasks/v2/templates/4_pip_show.sh,sha256=qm1vPy6AkKhWDjCJGXS8LqCLYO3KsAyRK325ZsFcF6U,1747
|
205
210
|
fractal_server/tasks/v2/templates/5_get_venv_size_and_file_number.sh,sha256=q-6ZUvA6w6FDVEoSd9O63LaJ9tKZc7qAFH72SGPrd_k,284
|
206
211
|
fractal_server/tasks/v2/templates/6_pip_install_from_freeze.sh,sha256=A2y8RngEjAcRhG-_owA6P7tAdrS_AszFuGXnaeMV8u0,1122
|
207
|
-
fractal_server/tasks/v2/
|
212
|
+
fractal_server/tasks/v2/templates/pixi_1_collect.sh,sha256=RHlhkcaboHcFyxEb0DscHkOYWTA7GDmC19rEyQTQBRs,2014
|
213
|
+
fractal_server/tasks/v2/utils_background.py,sha256=L-x7X69uorrtuV0SK2SenTT0CAcEerXiF4NRiwLJEro,4567
|
208
214
|
fractal_server/tasks/v2/utils_database.py,sha256=yi7793Uue32O59OBVUgomO42oUrVKdSKXoShBUNDdK0,1807
|
209
215
|
fractal_server/tasks/v2/utils_package_names.py,sha256=RDg__xrvQs4ieeVzmVdMcEh95vGQYrv9Hfal-5EDBM8,2393
|
216
|
+
fractal_server/tasks/v2/utils_pixi.py,sha256=eX9aUXJpnbp1EAt-xAgysHP6ngUcpGLCLL4EL_nP_1Y,1126
|
210
217
|
fractal_server/tasks/v2/utils_python_interpreter.py,sha256=5_wrlrTqXyo1YuLZvAW9hrSoh5MyLOzdPVUlUwM7uDQ,955
|
211
218
|
fractal_server/tasks/v2/utils_templates.py,sha256=Kc_nSzdlV6KIsO0CQSPs1w70zLyENPqJeTQEFiz4bOg,3124
|
212
219
|
fractal_server/types/__init__.py,sha256=aA_8J1xXzuiLqpwO_Qf18-qzaRcYkHzevhH_T-diXWM,2026
|
@@ -217,8 +224,8 @@ fractal_server/types/validators/_workflow_task_arguments_validators.py,sha256=HL
|
|
217
224
|
fractal_server/urls.py,sha256=QjIKAC1a46bCdiPMu3AlpgFbcv6a4l3ABcd5xz190Og,471
|
218
225
|
fractal_server/utils.py,sha256=Vn35lApt1T1J8nc09sAVqd10Cy0sa3dLipcljI-hkuk,2185
|
219
226
|
fractal_server/zip_tools.py,sha256=tqz_8f-vQ9OBRW-4OQfO6xxY-YInHTyHmZxU7U4PqZo,4885
|
220
|
-
fractal_server-2.
|
221
|
-
fractal_server-2.
|
222
|
-
fractal_server-2.
|
223
|
-
fractal_server-2.
|
224
|
-
fractal_server-2.
|
227
|
+
fractal_server-2.15.0a0.dist-info/LICENSE,sha256=QKAharUuhxL58kSoLizKJeZE3mTCBnX6ucmz8W0lxlk,1576
|
228
|
+
fractal_server-2.15.0a0.dist-info/METADATA,sha256=JqEKi9mWP2fp-0EXknj0OILaSBBOsuNdvSZSiZudDx8,4245
|
229
|
+
fractal_server-2.15.0a0.dist-info/WHEEL,sha256=7dDg4QLnNKTvwIDR9Ac8jJaAmBC_owJrckbC0jjThyA,88
|
230
|
+
fractal_server-2.15.0a0.dist-info/entry_points.txt,sha256=8tV2kynvFkjnhbtDnxAqImL6HMVKsopgGfew0DOp5UY,58
|
231
|
+
fractal_server-2.15.0a0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|