UncountablePythonSDK 0.0.133__py3-none-any.whl → 0.0.135.dev2__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 (31) hide show
  1. examples/integration-server/jobs/materials_auto/example_cron.py +1 -1
  2. examples/integration-server/jobs/materials_auto/example_runsheet_wh.py +51 -14
  3. pkgs/type_spec/builder.py +15 -1
  4. uncountable/integration/cli.py +60 -1
  5. uncountable/integration/queue_runner/command_server/command_client.py +24 -0
  6. uncountable/integration/queue_runner/command_server/command_server.py +34 -0
  7. uncountable/integration/queue_runner/command_server/protocol/command_server.proto +15 -0
  8. uncountable/integration/queue_runner/command_server/protocol/command_server_pb2.py +9 -3
  9. uncountable/integration/queue_runner/command_server/protocol/command_server_pb2.pyi +25 -0
  10. uncountable/integration/queue_runner/command_server/protocol/command_server_pb2_grpc.py +45 -0
  11. uncountable/integration/queue_runner/command_server/types.py +21 -1
  12. uncountable/integration/queue_runner/datastore/datastore_sqlite.py +25 -0
  13. uncountable/integration/queue_runner/datastore/interface.py +3 -0
  14. uncountable/integration/queue_runner/job_scheduler.py +36 -1
  15. uncountable/integration/queue_runner/types.py +2 -0
  16. uncountable/integration/queue_runner/worker.py +28 -26
  17. uncountable/integration/scheduler.py +64 -13
  18. uncountable/integration/telemetry.py +79 -0
  19. uncountable/types/__init__.py +2 -2
  20. uncountable/types/api/files/download_file.py +15 -1
  21. uncountable/types/api/listing/fetch_listing.py +1 -2
  22. uncountable/types/api/runsheet/export_default_runsheet.py +44 -0
  23. uncountable/types/client_base.py +56 -0
  24. uncountable/types/listing.py +37 -0
  25. uncountable/types/listing_t.py +483 -1
  26. {uncountablepythonsdk-0.0.133.dist-info → uncountablepythonsdk-0.0.135.dev2.dist-info}/METADATA +2 -2
  27. {uncountablepythonsdk-0.0.133.dist-info → uncountablepythonsdk-0.0.135.dev2.dist-info}/RECORD +29 -30
  28. uncountable/types/structured_filters.py +0 -25
  29. uncountable/types/structured_filters_t.py +0 -248
  30. {uncountablepythonsdk-0.0.133.dist-info → uncountablepythonsdk-0.0.135.dev2.dist-info}/WHEEL +0 -0
  31. {uncountablepythonsdk-0.0.133.dist-info → uncountablepythonsdk-0.0.135.dev2.dist-info}/top_level.txt +0 -0
@@ -29,12 +29,12 @@ examples/set_recipe_output_file_sdk.py,sha256=Lz1amqppnWTX83z-C090wCJ4hcKmCD3kb-
29
29
  examples/upload_files.py,sha256=qMaSvMSdTMPOOP55y1AwEurc0SOdZAMvEydlqJPsGpg,432
30
30
  examples/integration-server/pyproject.toml,sha256=MtAVZjKHaEeYDrSyclUVAlhbudb0P5gCopQ-wrgrHuY,9091
31
31
  examples/integration-server/jobs/materials_auto/concurrent_cron.py,sha256=xsK3H9ZEaniedC2nJUB0rqOcFI8y-ojfl_nLSJb9AMM,312
32
- examples/integration-server/jobs/materials_auto/example_cron.py,sha256=spUMiiTEFaepbVXecjD_4aEEfqEtZGGZuWTKs9J6Xcw,736
32
+ examples/integration-server/jobs/materials_auto/example_cron.py,sha256=y1nAtGwbPJfIrfQsrHVmJLAHmQtCEHIy1g-0PjeXx04,735
33
33
  examples/integration-server/jobs/materials_auto/example_http.py,sha256=eIL46ElWo8SKY7W5JWWkwZk6Qo7KRd9EJBxfy7YQ_sE,1429
34
34
  examples/integration-server/jobs/materials_auto/example_instrument.py,sha256=I79RLDW0m1N-vDkanBAeg2LzDlDZkk4zN_zNbFmgYvI,3434
35
35
  examples/integration-server/jobs/materials_auto/example_parse.py,sha256=yW2iAN1AMf9qdAtR0DChWFIMYuet8d7K6-mQvMDtuvQ,5888
36
36
  examples/integration-server/jobs/materials_auto/example_predictions.py,sha256=5fO4rqRa80_968A1uVZn2TlMOUib54A8rumGW02sIMM,2112
37
- examples/integration-server/jobs/materials_auto/example_runsheet_wh.py,sha256=augHaaPwA3o6GVj3KDg77gyIif4VJfh8PQF2eo8vNMk,1264
37
+ examples/integration-server/jobs/materials_auto/example_runsheet_wh.py,sha256=xEuXRbXg4rt7Ob7k19cNOXpG61p784btbsHBR4rQfYI,2641
38
38
  examples/integration-server/jobs/materials_auto/example_wh.py,sha256=PN-skP27yJwDZboWk5g5EZEc3AKfVayQLfnopjsDKJc,659
39
39
  examples/integration-server/jobs/materials_auto/profile.yaml,sha256=ywDrDRAyqiUdj_HvosNP5bXBL8mCWsvdJ1eYQd-mGYo,2369
40
40
  pkgs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -70,7 +70,7 @@ pkgs/strenum_compat/__init__.py,sha256=wXRFeNvBm8RU6dy1PFJ5sRLgUIEeH_DVR95Sv5qpG
70
70
  pkgs/strenum_compat/strenum_compat.py,sha256=uOUAgpYTjHs1MX8dG81jRlyTkt3KNbkV_25zp7xTX2s,36
71
71
  pkgs/type_spec/__init__.py,sha256=h5DmJTca4QVV10sZR1x0-MlkZfuGYDfapR3zHvXfzto,19
72
72
  pkgs/type_spec/__main__.py,sha256=5bJaX9Y_-FavP0qwzhk-z-V97UY7uaezJTa1zhO_HHQ,1048
73
- pkgs/type_spec/builder.py,sha256=Ixyb9LVcjrmeD3Q1ZvQjqkNW6kOSvHNvgHRYNESKNNU,55284
73
+ pkgs/type_spec/builder.py,sha256=a1XpzQ-QRrMYSk3Fx0JzPjomL5h2n3WlCsUOHiG3SW4,55956
74
74
  pkgs/type_spec/builder_types.py,sha256=EFXvwd3DhuFcqMtG12U9RHNYXHxi_g6kY5AVPBo3fCg,253
75
75
  pkgs/type_spec/config.py,sha256=m0Rky7Rg2jMglDPQChF30p5h5P86Ap1GObwzLzmypNE,5829
76
76
  pkgs/type_spec/cross_output_links.py,sha256=763hGehl2aRXzp6GZ943Hu7zRGzv3BE4n8RGI9cl-pA,3071
@@ -108,15 +108,15 @@ uncountable/core/environment.py,sha256=4gdJB0ZhRxKlqSKLaE4vUvEUGZ5fy8IAwXcGDRdYt
108
108
  uncountable/core/file_upload.py,sha256=bgvXk9vfF5qlhy2NAUcEEG7Q7i-c1wr2HrpaWD7HldU,4516
109
109
  uncountable/core/types.py,sha256=s2CjqYJpsmbC7xMwxxT7kJ_V9bwokrjjWVVjpMcQpKI,333
110
110
  uncountable/integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
111
- uncountable/integration/cli.py,sha256=sCE0Cz4tMzlzgD3-3P7XmgTUTBinR_yeNkaC-vvPZGg,4495
111
+ uncountable/integration/cli.py,sha256=7BMXeRadCK6rSxWl9LNWkBX9AgqxM9cQvZWjd9RRVL0,6649
112
112
  uncountable/integration/construct_client.py,sha256=I53mGcdS88hba3HFwgXmWQaTd1d5u0jWNSwyc_vlVsQ,1937
113
113
  uncountable/integration/cron.py,sha256=6eH-kIs3sdYPCyb62_L2M7U_uQTdMTdwY5hreEJb0hw,887
114
114
  uncountable/integration/entrypoint.py,sha256=BHOYPQgKvZE6HG8Rv15MkdYl8lRkvfDgv1OdLo0oQ9Q,433
115
115
  uncountable/integration/job.py,sha256=brXg6cod4eKNfgPB1J6a0hnrWOrJxRRF571shvxHBw8,8237
116
116
  uncountable/integration/scan_profiles.py,sha256=RHBmPc5E10YZzf4cmglwrn2yAy0jHBhQ-P_GlAk2TeU,2919
117
- uncountable/integration/scheduler.py,sha256=vJQGpuMgryFp5aCQEg5BIvywnu4t3SSFcGoLfY10LKg,6610
117
+ uncountable/integration/scheduler.py,sha256=4fLxzSwmuZ0FafM3HmiThFFxfZKG9WlcQCG4fT6yyXM,8470
118
118
  uncountable/integration/server.py,sha256=fU7d26546WA-IRwL8wqWM62ogx28YvTmNd9kQ7c56WI,5787
119
- uncountable/integration/telemetry.py,sha256=bWfOm4B_ajen4WWIz6tYJSUBGAw3O7nyvhh9Zr3lV9g,8692
119
+ uncountable/integration/telemetry.py,sha256=nIFg8XUa-rxKnguko5e9dsJHpvEsYPw_GqotI3lS_l8,11549
120
120
  uncountable/integration/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
121
121
  uncountable/integration/db/connect.py,sha256=mE3bdV0huclH2iT_dXCQdRL4LkjIuf_myAR64RTWXEs,498
122
122
  uncountable/integration/db/session.py,sha256=96cGQXpe6IugBTdSsjdP0S5yhJ6toSmbVB6qhc3FJzE,693
@@ -127,28 +127,28 @@ uncountable/integration/executors/script_executor.py,sha256=BBQ9f0l7uH2hgKf60jtm
127
127
  uncountable/integration/http_server/__init__.py,sha256=WY2HMcL0UCAGYv8y6Pz-j0azbDGXwubFF21EH_zNPkc,189
128
128
  uncountable/integration/http_server/types.py,sha256=3JJSulRfv784SbXnXo1Pywto7RwGxgS-iJ2-a6TOnDI,1869
129
129
  uncountable/integration/queue_runner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
130
- uncountable/integration/queue_runner/job_scheduler.py,sha256=u11eB70qBwXK5_Csx1z9n0utr9288Zo8QOt26aSqfkE,7798
130
+ uncountable/integration/queue_runner/job_scheduler.py,sha256=fTQVqA0oYF5xqO-tazCaaQYR_AzHticfzc2UEB78Gs0,9182
131
131
  uncountable/integration/queue_runner/queue_runner.py,sha256=N4sUXmlGzVquybiJ7NQZavCJOBGrxBj6k7mb-TITaN0,1139
132
- uncountable/integration/queue_runner/types.py,sha256=8qTq29BTSa5rmW6CBlBntP0pNIiDcwu1wHa78pjroS0,219
133
- uncountable/integration/queue_runner/worker.py,sha256=pxnFxubT_siS4SMckNCz9PXxoRjEbTYddlt05Fgd3Fc,4493
132
+ uncountable/integration/queue_runner/types.py,sha256=8HS6KnYMS_vc5XHeMpg0BFAQC-5P3QLzd-aDYDMMt3E,244
133
+ uncountable/integration/queue_runner/worker.py,sha256=E6gb8UcNv-k1H07Ckvcyu0O28OhSOt35cH5BmIxUvRM,4686
134
134
  uncountable/integration/queue_runner/command_server/__init__.py,sha256=hMCDLWct8zW4B2a9BaIAsMhtaEgFlxONjeow-6nf6dg,675
135
- uncountable/integration/queue_runner/command_server/command_client.py,sha256=lT_wiDKQQxIq1ercaiU_5RJanuBNAvcEK9se7pQVP58,4039
136
- uncountable/integration/queue_runner/command_server/command_server.py,sha256=QITGrXNBsMzFBTRbA20AC4vhdwd30D9SO8PekwkNceI,5391
135
+ uncountable/integration/queue_runner/command_server/command_client.py,sha256=fNkPFUP-1fUMzMS_BFrDx02FQbg8kjaeyioUOv2U12s,5017
136
+ uncountable/integration/queue_runner/command_server/command_server.py,sha256=In9qKLiDCZNFDlRAf7zCCCH6hv7bUIczj67fzf0qWCI,6692
137
137
  uncountable/integration/queue_runner/command_server/constants.py,sha256=7J9mQIAMOfV50wnwpn7HgrPFEi3Ritj6HwrGYwxGLoU,88
138
- uncountable/integration/queue_runner/command_server/types.py,sha256=fyYj4ZLEWyguKNoGfowLbnihRsEyQt-jW0U2oLTXsHI,1583
138
+ uncountable/integration/queue_runner/command_server/types.py,sha256=ZNqJE6b6rfMZGdcPS-7umB_8x2a7dzTfRBsdGoCzDjY,2077
139
139
  uncountable/integration/queue_runner/command_server/protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
140
- uncountable/integration/queue_runner/command_server/protocol/command_server.proto,sha256=W1TZUgeR1Ok13-Dt0gqsHsSPAZyvnBJ128oDoasO2x0,1248
141
- uncountable/integration/queue_runner/command_server/protocol/command_server_pb2.py,sha256=FgMQ3FK_vG53zRTIcYfcmcdPF5S6vM7OqfR-7XXrhWk,4240
142
- uncountable/integration/queue_runner/command_server/protocol/command_server_pb2.pyi,sha256=GKwiD_srfLWqOBfutl0eCOOFOajwvS2e8rEgVkur5Ao,3844
143
- uncountable/integration/queue_runner/command_server/protocol/command_server_pb2_grpc.py,sha256=ZTPS7GnC1ZoNgM73K6qRlzA-OdmXAHqUqa1cxB3WhPI,11755
140
+ uncountable/integration/queue_runner/command_server/protocol/command_server.proto,sha256=6NoF5C8BagyAWb68rqBvfkzr8ydxswOHD1Z4d2o6UFg,1529
141
+ uncountable/integration/queue_runner/command_server/protocol/command_server_pb2.py,sha256=jTXP3Dez72Ai7Re4atKWh5xb4i6HuOJjvem8SN6y8hI,4968
142
+ uncountable/integration/queue_runner/command_server/protocol/command_server_pb2.pyi,sha256=J5dIC6kwN-cUAuHxllCNKu40Bawfl18koim10p-zU3g,4723
143
+ uncountable/integration/queue_runner/command_server/protocol/command_server_pb2_grpc.py,sha256=MyBR2eu4qP6HZg95BHMM0VgXISEb9Ksr-ARoe2Dxxmg,13835
144
144
  uncountable/integration/queue_runner/datastore/__init__.py,sha256=6BefApqN8D2zlVOH14QAeVzwQ8j5NIb41-njT02Za0k,88
145
- uncountable/integration/queue_runner/datastore/datastore_sqlite.py,sha256=QFIZRDT1AwR9k73LdA8BTXNZrmdUYeEUwnLZGUahnPs,9596
146
- uncountable/integration/queue_runner/datastore/interface.py,sha256=tNlnY00D_OyuNOL3x_FtHXcJZAAON3SeX7fEU5C8z1U,824
145
+ uncountable/integration/queue_runner/datastore/datastore_sqlite.py,sha256=sI7hFLDVX7OWYpsA6DILlMOYX1wO9wxkAzX4nlYIO8Q,10583
146
+ uncountable/integration/queue_runner/datastore/interface.py,sha256=an3lVADY-L21rU7OFE1KmzAs8ILpWzk2SDp8XqBOD4A,926
147
147
  uncountable/integration/queue_runner/datastore/model.py,sha256=YPqlULU7FxuwjmhXGuj6P7skqs-JQttY-o0x1bCnBa0,775
148
148
  uncountable/integration/secret_retrieval/__init__.py,sha256=3QXVj35w8rRMxVvmmsViFYDi3lcb3g70incfalOEm6o,87
149
149
  uncountable/integration/secret_retrieval/retrieve_secret.py,sha256=LBEf18KHtXZxg-ZZ80stJ1vW39AWf0CQllP6pNu3Eq8,2994
150
150
  uncountable/integration/webhook_server/entrypoint.py,sha256=RQndrVCKdaVBk-xJ592eGqeN-O0IOM7flXDGoJ2HXsc,3505
151
- uncountable/types/__init__.py,sha256=FI6OUFXEcCRbFpirYtddkUUKmo0Lqx74fv-JIPewd1Y,11522
151
+ uncountable/types/__init__.py,sha256=_fKrPI9sgHvzAdDD1RvoB2uhRphNauQ5K8u9CZpUfQk,11547
152
152
  uncountable/types/async_batch.py,sha256=yCCWrrLQfxXVqZp-KskxLBNkNmuELdz4PJjx8ULppgs,662
153
153
  uncountable/types/async_batch_processor.py,sha256=fuGLGFqiKcsjAuRGEXafT2y-yeJ8BcRs3NJpl7VIvUY,31445
154
154
  uncountable/types/async_batch_t.py,sha256=rZSm7651giUqNBZD_YBRJK70gpwulCcXxuRFVtP-5ow,4008
@@ -162,7 +162,7 @@ uncountable/types/calculations.py,sha256=fApOFpgBemt_t7IVneVR0VdI3X5EOxiG6Xhzr6R
162
162
  uncountable/types/calculations_t.py,sha256=pl-lhjyDQuj11Sf9g1-0BsSkN7Ez8UxDp8-KMQ_3enM,709
163
163
  uncountable/types/chemical_structure.py,sha256=ujyragaD26-QG5jgKnWhO7TN3N1V9b_04T2WhqNYxxo,281
164
164
  uncountable/types/chemical_structure_t.py,sha256=VFFyits_vx4t5L2euu_qFiSpsGJjURkDPr3ISnr3nPc,855
165
- uncountable/types/client_base.py,sha256=Td9AFj8c4vkaSsEyELCrxZjRCfuV3E54ADp7NVmwNWg,94268
165
+ uncountable/types/client_base.py,sha256=1O7zG9zXRKEfjMsT2G0xcdIzrN-s4QJbyxizEYwyV6E,96666
166
166
  uncountable/types/client_config.py,sha256=xTQfTRTwnAc8ArvOuQdkKGy1uvGcXgQ_cgqsxhQLFgU,342
167
167
  uncountable/types/client_config_t.py,sha256=8JoXNcyYT26uJSs5qP3L6yaPgkn23y-o0NhLFU3ilbc,1089
168
168
  uncountable/types/curves.py,sha256=QyEyC20jsG-LGKVx6miiF-w70vKMwNkILFBDIJ5Ok9g,345
@@ -197,8 +197,8 @@ uncountable/types/integrations.py,sha256=0fOhtbLIOl9w1GP9J3PTagRU8mjOKV48JNLLH3S
197
197
  uncountable/types/integrations_t.py,sha256=ihyhuMDKtJarQ19OppS0fYpJUYd8o5-w6YCDE440O-w,1871
198
198
  uncountable/types/job_definition.py,sha256=hYp5jPYLLYm3NKEqzQrQfXL0Ms5KgEQGTON13YWSPYk,1804
199
199
  uncountable/types/job_definition_t.py,sha256=E4IQvcYF3VDHbwRlvopy8y-HNAyEMZpwy7jkmp74fgQ,9563
200
- uncountable/types/listing.py,sha256=5Z3WnK-jsh8yEjDIMsurd5REEXCEaDofDM1i3kBWbbM,402
201
- uncountable/types/listing_t.py,sha256=6PKnmklR-ZvfXS-yvhw3MBVGH7FRx9pTVmLACIociKw,1512
200
+ uncountable/types/listing.py,sha256=TwF1WjFZK-MxeI90xVcPPC_IJrobyEg5y5DYoLlu8T4,2764
201
+ uncountable/types/listing_t.py,sha256=8NCeimtPb_3ecObw6BYGXo8q9D6y1WmidyjHadG7osA,18324
202
202
  uncountable/types/notices.py,sha256=j3BWaogmbLsVSqxdk6GZEnzIj30f0KVdNTP660kMeMk,346
203
203
  uncountable/types/notices_t.py,sha256=GibfAH5Ed68PqoNFyjXR9vPgQLVwH1zjaFC8EL_Ysf8,1021
204
204
  uncountable/types/notifications.py,sha256=ZGr1ULMG3cPMED83NbMjrjmgVzCeOTS1Tc-pFTNuY4Y,600
@@ -237,8 +237,6 @@ uncountable/types/secret_retrieval.py,sha256=poY_nuZBIjNu64Wa0x5Ytsmh3OdAxps2kzu
237
237
  uncountable/types/secret_retrieval_t.py,sha256=igWrOW_CwRvAE7BHIHVJojBwgcAG05Pqup8D45Sb0F4,2342
238
238
  uncountable/types/sockets.py,sha256=OogyQ-pLyhJkV6JrBSLTOz9v6cDViYY5QM1ScSXPU3U,1208
239
239
  uncountable/types/sockets_t.py,sha256=s--y5nbN4uHA2HVKW6rOz3HwIMk3MT2VKGXCA7reXb4,5608
240
- uncountable/types/structured_filters.py,sha256=e-BGKKdFxgFd96bJ_csVjd5tg4jmp3F6W1OSpN0LyrY,1525
241
- uncountable/types/structured_filters_t.py,sha256=_qfzqpAa65iUw_31o9Cu4jXeFqRsplq3GgD6Bl_rjwE,8234
242
240
  uncountable/types/units.py,sha256=yxuddayiE8cnzrjQiIsURisWc-Vm1F37uyS3fjM--Ao,254
243
241
  uncountable/types/units_t.py,sha256=d62vY2ETqIgMHASw_IcREwDDqKAqI-vPnoBOqzMt4-o,704
244
242
  uncountable/types/uploader.py,sha256=odT7wkBfXUf1MoFy6W5JzZ-WY8JX0vO6odGOS_C2Voo,1222
@@ -278,7 +276,7 @@ uncountable/types/api/equipment/associate_equipment_input.py,sha256=K3LBXzmtOLgC
278
276
  uncountable/types/api/field_options/__init__.py,sha256=gCgbynxG3jA8FQHzercKtrHKHkiIKr8APdZYUniAor8,55
279
277
  uncountable/types/api/field_options/upsert_field_options.py,sha256=yhgbPXd75fTDzXJhZg2fiv3Nq_Ks6dhwDv6Q-6EjmZo,1631
280
278
  uncountable/types/api/files/__init__.py,sha256=gCgbynxG3jA8FQHzercKtrHKHkiIKr8APdZYUniAor8,55
281
- uncountable/types/api/files/download_file.py,sha256=NZ6lZL2BSE9O4tBO-5He4sMUc8PdWd54Whqlo3xEoKc,2414
279
+ uncountable/types/api/files/download_file.py,sha256=I1jUWFm9QzTnIzir9Ev50RYtTFvr9M7Wmsn32nN18RM,3069
282
280
  uncountable/types/api/id_source/__init__.py,sha256=gCgbynxG3jA8FQHzercKtrHKHkiIKr8APdZYUniAor8,55
283
281
  uncountable/types/api/id_source/list_id_source.py,sha256=td3pA624Sv7tSpg5zifhx42AM203-m875i9JXo3P7kk,1542
284
282
  uncountable/types/api/id_source/match_id_source.py,sha256=tEB624tKHBPRmU4QHFzUKzkbw1_YO5_waVKOqJmU8e0,1489
@@ -298,7 +296,7 @@ uncountable/types/api/integrations/publish_realtime_data.py,sha256=-5r2U78AwKUCp
298
296
  uncountable/types/api/integrations/push_notification.py,sha256=_QOodUaaW5LqEISt6b8x1jKRhH7T8mVge8NFoscmkNs,1512
299
297
  uncountable/types/api/integrations/register_sockets_token.py,sha256=OOtQKY7B3T5tpz2WCtvMm1jOLNM5dXuSqpsY5FJ2IXk,1218
300
298
  uncountable/types/api/listing/__init__.py,sha256=gCgbynxG3jA8FQHzercKtrHKHkiIKr8APdZYUniAor8,55
301
- uncountable/types/api/listing/fetch_listing.py,sha256=FZrdB1RgcQBa2aqQRBYBR6bkO95-ndM41RLEMlqNaWU,1732
299
+ uncountable/types/api/listing/fetch_listing.py,sha256=JmMnD4BxPiSBwzWgwbl8iAoPOYTWZWLIcqKBfJLW2cI,1684
302
300
  uncountable/types/api/material_families/__init__.py,sha256=gCgbynxG3jA8FQHzercKtrHKHkiIKr8APdZYUniAor8,55
303
301
  uncountable/types/api/material_families/update_entity_material_families.py,sha256=qWJgAKH0MayadXvxckePCdo9yd34QXOmGZ7cKz5VLNo,1761
304
302
  uncountable/types/api/notebooks/__init__.py,sha256=gCgbynxG3jA8FQHzercKtrHKHkiIKr8APdZYUniAor8,55
@@ -350,6 +348,7 @@ uncountable/types/api/recipes/unarchive_recipes.py,sha256=ke3JPaj6hRdTjP-Qot8Gc-
350
348
  uncountable/types/api/recipes/unlock_recipes.py,sha256=Qa_qLyp0McWpaIAXIOJxe6L9p5dfdEId_TtgUk8Lnzo,1471
351
349
  uncountable/types/api/runsheet/__init__.py,sha256=gCgbynxG3jA8FQHzercKtrHKHkiIKr8APdZYUniAor8,55
352
350
  uncountable/types/api/runsheet/complete_async_upload.py,sha256=r3zsmD8tcalMfa67MNdF7LE_YJjBsSXK07zZ9fMap0Y,1156
351
+ uncountable/types/api/runsheet/export_default_runsheet.py,sha256=IQrHcWBmMpSj-W8IWojKBvy6gcSWe-hTQMnpKZPYWVQ,1340
353
352
  uncountable/types/api/triggers/__init__.py,sha256=gCgbynxG3jA8FQHzercKtrHKHkiIKr8APdZYUniAor8,55
354
353
  uncountable/types/api/triggers/run_trigger.py,sha256=dgDX_sRWSJ36UuzMZhG25oHV1HIOUKYY2G3fjKugZrw,1204
355
354
  uncountable/types/api/uploader/__init__.py,sha256=gCgbynxG3jA8FQHzercKtrHKHkiIKr8APdZYUniAor8,55
@@ -357,7 +356,7 @@ uncountable/types/api/uploader/complete_async_parse.py,sha256=nYYBzjT_j4L7_1Ge-i
357
356
  uncountable/types/api/uploader/invoke_uploader.py,sha256=Bj7Dq4A90k00suacwk3bLA_dCb2aovS1kAbVam2AQnM,1395
358
357
  uncountable/types/api/user/__init__.py,sha256=gCgbynxG3jA8FQHzercKtrHKHkiIKr8APdZYUniAor8,55
359
358
  uncountable/types/api/user/get_current_user_info.py,sha256=Avqi_RXtRgbefrT_dwJ9MrO6eDNSSa_Nu650FSuESlg,1109
360
- uncountablepythonsdk-0.0.133.dist-info/METADATA,sha256=1-pB2249bcOesphGZwfodzGy3l4kY9ga9jtZCUVdyhk,2238
361
- uncountablepythonsdk-0.0.133.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
362
- uncountablepythonsdk-0.0.133.dist-info/top_level.txt,sha256=1UVGjAU-6hJY9qw2iJ7nCBeEwZ793AEN5ZfKX9A1uj4,31
363
- uncountablepythonsdk-0.0.133.dist-info/RECORD,,
359
+ uncountablepythonsdk-0.0.135.dev2.dist-info/METADATA,sha256=yVq7fTPlOVOhf2ZrpRJ_em-d7E-1raMUqLard8UJZLs,2243
360
+ uncountablepythonsdk-0.0.135.dev2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
361
+ uncountablepythonsdk-0.0.135.dev2.dist-info/top_level.txt,sha256=1UVGjAU-6hJY9qw2iJ7nCBeEwZ793AEN5ZfKX9A1uj4,31
362
+ uncountablepythonsdk-0.0.135.dev2.dist-info/RECORD,,
@@ -1,25 +0,0 @@
1
- # ruff: noqa: E402 Q003
2
- # fmt: off
3
- # isort: skip_file
4
- # DO NOT MODIFY -- This file is generated by type_spec
5
- # Kept only for SDK backwards compatibility
6
- from .structured_filters_t import FilterRelation as FilterRelation
7
- from .structured_filters_t import FilterSpecBase as FilterSpecBase
8
- from .structured_filters_t import FilterScalarType as FilterScalarType
9
- from .structured_filters_t import FilterIdType as FilterIdType
10
- from .structured_filters_t import StringFilterValue as StringFilterValue
11
- from .structured_filters_t import FilterSpecEquals as FilterSpecEquals
12
- from .structured_filters_t import FilterSpecInclude as FilterSpecInclude
13
- from .structured_filters_t import FilterSpecIStrContains as FilterSpecIStrContains
14
- from .structured_filters_t import FilterSpecIStrStartsWith as FilterSpecIStrStartsWith
15
- from .structured_filters_t import FilterSpecExists as FilterSpecExists
16
- from .structured_filters_t import FilterSpecGreater as FilterSpecGreater
17
- from .structured_filters_t import FilterLess as FilterLess
18
- from .structured_filters_t import FilterSpecGeq as FilterSpecGeq
19
- from .structured_filters_t import FilterSpecLeq as FilterSpecLeq
20
- from .structured_filters_t import FilterSpec as FilterSpec
21
- from .structured_filters_t import FilterNodeType as FilterNodeType
22
- from .structured_filters_t import FilterNodeBase as FilterNodeBase
23
- from .structured_filters_t import FilterNodeColumnAnd as FilterNodeColumnAnd
24
- from .structured_filters_t import FilterNode as FilterNode
25
- # DO NOT MODIFY -- This file is generated by type_spec
@@ -1,248 +0,0 @@
1
- # DO NOT MODIFY -- This file is generated by type_spec
2
- # ruff: noqa: E402 Q003
3
- # fmt: off
4
- # isort: skip_file
5
- from __future__ import annotations
6
- import typing # noqa: F401
7
- import datetime # noqa: F401
8
- from decimal import Decimal # noqa: F401
9
- from enum import StrEnum
10
- import dataclasses
11
- from pkgs.serialization import serial_class
12
- from pkgs.serialization import serial_union_annotation
13
- from pkgs.serialization import serial_alias_annotation
14
- from . import base_t
15
- from . import listing_t
16
-
17
- __all__: list[str] = [
18
- "FilterIdType",
19
- "FilterLess",
20
- "FilterNode",
21
- "FilterNodeBase",
22
- "FilterNodeColumnAnd",
23
- "FilterNodeType",
24
- "FilterRelation",
25
- "FilterScalarType",
26
- "FilterSpec",
27
- "FilterSpecBase",
28
- "FilterSpecEquals",
29
- "FilterSpecExists",
30
- "FilterSpecGeq",
31
- "FilterSpecGreater",
32
- "FilterSpecIStrContains",
33
- "FilterSpecIStrStartsWith",
34
- "FilterSpecInclude",
35
- "FilterSpecLeq",
36
- "StringFilterValue",
37
- ]
38
-
39
-
40
- # DO NOT MODIFY -- This file is generated by type_spec
41
- class FilterRelation(StrEnum):
42
- EQUALS = "equals"
43
- GREATER = "greater"
44
- GEQ = "geq"
45
- LESS = "less"
46
- LEQ = "leq"
47
- ISTR_CONTAINS = "istr_contains"
48
- ISTR_STARTS_WITH = "istr_starts_with"
49
- INCLUDE = "include"
50
- EXISTS = "exists"
51
-
52
-
53
- # DO NOT MODIFY -- This file is generated by type_spec
54
- @serial_class(
55
- named_type_path="sdk.structured_filters.FilterSpecBase",
56
- )
57
- @dataclasses.dataclass(slots=base_t.ENABLE_SLOTS, kw_only=True, frozen=True, eq=True) # type: ignore[literal-required]
58
- class FilterSpecBase:
59
- relation: FilterRelation
60
- column: listing_t.ColumnIdentifier
61
-
62
-
63
- # DO NOT MODIFY -- This file is generated by type_spec
64
- FilterScalarType = typing.Annotated[
65
- str | int | Decimal,
66
- serial_alias_annotation(
67
- named_type_path="sdk.structured_filters.FilterScalarType",
68
- ),
69
- ]
70
-
71
-
72
- # DO NOT MODIFY -- This file is generated by type_spec
73
- FilterIdType = typing.Annotated[
74
- base_t.ObjectId | str,
75
- serial_alias_annotation(
76
- named_type_path="sdk.structured_filters.FilterIdType",
77
- ),
78
- ]
79
-
80
-
81
- # DO NOT MODIFY -- This file is generated by type_spec
82
- StringFilterValue = typing.Annotated[
83
- typing.Union[str],
84
- serial_alias_annotation(
85
- named_type_path="sdk.structured_filters.StringFilterValue",
86
- ),
87
- ]
88
-
89
-
90
- # DO NOT MODIFY -- This file is generated by type_spec
91
- @serial_class(
92
- named_type_path="sdk.structured_filters.FilterSpecEquals",
93
- parse_require={"relation"},
94
- )
95
- @dataclasses.dataclass(slots=base_t.ENABLE_SLOTS, kw_only=True, frozen=True, eq=True) # type: ignore[literal-required]
96
- class FilterSpecEquals(FilterSpecBase):
97
- relation: typing.Literal[FilterRelation.EQUALS] = FilterRelation.EQUALS
98
- value: FilterScalarType
99
-
100
-
101
- # DO NOT MODIFY -- This file is generated by type_spec
102
- @serial_class(
103
- named_type_path="sdk.structured_filters.FilterSpecInclude",
104
- parse_require={"relation"},
105
- )
106
- @dataclasses.dataclass(slots=base_t.ENABLE_SLOTS, kw_only=True, frozen=True, eq=True) # type: ignore[literal-required]
107
- class FilterSpecInclude(FilterSpecBase):
108
- relation: typing.Literal[FilterRelation.INCLUDE] = FilterRelation.INCLUDE
109
- value: FilterIdType | tuple[FilterIdType, ...]
110
-
111
-
112
- # DO NOT MODIFY -- This file is generated by type_spec
113
- @serial_class(
114
- named_type_path="sdk.structured_filters.FilterSpecIStrContains",
115
- parse_require={"relation"},
116
- )
117
- @dataclasses.dataclass(slots=base_t.ENABLE_SLOTS, kw_only=True, frozen=True, eq=True) # type: ignore[literal-required]
118
- class FilterSpecIStrContains(FilterSpecBase):
119
- relation: typing.Literal[FilterRelation.ISTR_CONTAINS] = FilterRelation.ISTR_CONTAINS
120
- value: str
121
-
122
-
123
- # DO NOT MODIFY -- This file is generated by type_spec
124
- @serial_class(
125
- named_type_path="sdk.structured_filters.FilterSpecIStrStartsWith",
126
- parse_require={"relation"},
127
- )
128
- @dataclasses.dataclass(slots=base_t.ENABLE_SLOTS, kw_only=True, frozen=True, eq=True) # type: ignore[literal-required]
129
- class FilterSpecIStrStartsWith(FilterSpecBase):
130
- relation: typing.Literal[FilterRelation.ISTR_STARTS_WITH] = FilterRelation.ISTR_STARTS_WITH
131
- value: str
132
-
133
-
134
- # DO NOT MODIFY -- This file is generated by type_spec
135
- @serial_class(
136
- named_type_path="sdk.structured_filters.FilterSpecExists",
137
- parse_require={"relation"},
138
- )
139
- @dataclasses.dataclass(slots=base_t.ENABLE_SLOTS, kw_only=True, frozen=True, eq=True) # type: ignore[literal-required]
140
- class FilterSpecExists(FilterSpecBase):
141
- relation: typing.Literal[FilterRelation.EXISTS] = FilterRelation.EXISTS
142
-
143
-
144
- # DO NOT MODIFY -- This file is generated by type_spec
145
- @serial_class(
146
- named_type_path="sdk.structured_filters.FilterSpecGreater",
147
- to_string_values={"value"},
148
- parse_require={"relation"},
149
- )
150
- @dataclasses.dataclass(slots=base_t.ENABLE_SLOTS, kw_only=True, frozen=True, eq=True) # type: ignore[literal-required]
151
- class FilterSpecGreater(FilterSpecBase):
152
- relation: typing.Literal[FilterRelation.GREATER] = FilterRelation.GREATER
153
- value: Decimal
154
-
155
-
156
- # DO NOT MODIFY -- This file is generated by type_spec
157
- @serial_class(
158
- named_type_path="sdk.structured_filters.FilterLess",
159
- to_string_values={"value"},
160
- parse_require={"relation"},
161
- )
162
- @dataclasses.dataclass(slots=base_t.ENABLE_SLOTS, kw_only=True, frozen=True, eq=True) # type: ignore[literal-required]
163
- class FilterLess(FilterSpecBase):
164
- relation: typing.Literal[FilterRelation.LESS] = FilterRelation.LESS
165
- value: Decimal
166
-
167
-
168
- # DO NOT MODIFY -- This file is generated by type_spec
169
- @serial_class(
170
- named_type_path="sdk.structured_filters.FilterSpecGeq",
171
- to_string_values={"value"},
172
- parse_require={"relation"},
173
- )
174
- @dataclasses.dataclass(slots=base_t.ENABLE_SLOTS, kw_only=True, frozen=True, eq=True) # type: ignore[literal-required]
175
- class FilterSpecGeq(FilterSpecBase):
176
- relation: typing.Literal[FilterRelation.GEQ] = FilterRelation.GEQ
177
- value: Decimal
178
-
179
-
180
- # DO NOT MODIFY -- This file is generated by type_spec
181
- @serial_class(
182
- named_type_path="sdk.structured_filters.FilterSpecLeq",
183
- to_string_values={"value"},
184
- parse_require={"relation"},
185
- )
186
- @dataclasses.dataclass(slots=base_t.ENABLE_SLOTS, kw_only=True, frozen=True, eq=True) # type: ignore[literal-required]
187
- class FilterSpecLeq(FilterSpecBase):
188
- relation: typing.Literal[FilterRelation.LEQ] = FilterRelation.LEQ
189
- value: Decimal
190
-
191
-
192
- # DO NOT MODIFY -- This file is generated by type_spec
193
- FilterSpec = typing.Annotated[
194
- FilterSpecEquals | FilterSpecGreater | FilterSpecGeq | FilterSpecLeq | FilterSpecIStrContains | FilterSpecIStrStartsWith | FilterSpecInclude | FilterSpecExists,
195
- serial_union_annotation(
196
- named_type_path="sdk.structured_filters.FilterSpec",
197
- discriminator="relation",
198
- discriminator_map={
199
- "equals": FilterSpecEquals,
200
- "greater": FilterSpecGreater,
201
- "geq": FilterSpecGeq,
202
- "leq": FilterSpecLeq,
203
- "istr_contains": FilterSpecIStrContains,
204
- "istr_starts_with": FilterSpecIStrStartsWith,
205
- "include": FilterSpecInclude,
206
- "exists": FilterSpecExists,
207
- },
208
- ),
209
- ]
210
-
211
-
212
- # DO NOT MODIFY -- This file is generated by type_spec
213
- class FilterNodeType(StrEnum):
214
- COLUMN_AND = "column_and"
215
-
216
-
217
- # DO NOT MODIFY -- This file is generated by type_spec
218
- @serial_class(
219
- named_type_path="sdk.structured_filters.FilterNodeBase",
220
- )
221
- @dataclasses.dataclass(slots=base_t.ENABLE_SLOTS, kw_only=True) # type: ignore[literal-required]
222
- class FilterNodeBase:
223
- type: FilterNodeType
224
-
225
-
226
- # DO NOT MODIFY -- This file is generated by type_spec
227
- @serial_class(
228
- named_type_path="sdk.structured_filters.FilterNodeColumnAnd",
229
- parse_require={"type"},
230
- )
231
- @dataclasses.dataclass(slots=base_t.ENABLE_SLOTS, kw_only=True, frozen=True, eq=True) # type: ignore[literal-required]
232
- class FilterNodeColumnAnd:
233
- type: typing.Literal[FilterNodeType.COLUMN_AND] = FilterNodeType.COLUMN_AND
234
- filters: tuple[FilterSpec, ...]
235
-
236
-
237
- # DO NOT MODIFY -- This file is generated by type_spec
238
- FilterNode = typing.Annotated[
239
- typing.Union[FilterNodeColumnAnd],
240
- serial_union_annotation(
241
- named_type_path="sdk.structured_filters.FilterNode",
242
- discriminator="type",
243
- discriminator_map={
244
- "column_and": FilterNodeColumnAnd,
245
- },
246
- ),
247
- ]
248
- # DO NOT MODIFY -- This file is generated by type_spec