singlestoredb 1.15.0__py3-none-any.whl → 1.15.1__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.
Potentially problematic release.
This version of singlestoredb might be problematic. Click here for more details.
- singlestoredb/__init__.py +1 -1
- singlestoredb/ai/chat.py +14 -0
- singlestoredb/config.py +6 -0
- singlestoredb/docstring/__init__.py +33 -0
- singlestoredb/docstring/attrdoc.py +126 -0
- singlestoredb/docstring/common.py +230 -0
- singlestoredb/docstring/epydoc.py +267 -0
- singlestoredb/docstring/google.py +412 -0
- singlestoredb/docstring/numpydoc.py +562 -0
- singlestoredb/docstring/parser.py +100 -0
- singlestoredb/docstring/py.typed +1 -0
- singlestoredb/docstring/rest.py +256 -0
- singlestoredb/docstring/tests/__init__.py +1 -0
- singlestoredb/docstring/tests/_pydoctor.py +21 -0
- singlestoredb/docstring/tests/test_epydoc.py +729 -0
- singlestoredb/docstring/tests/test_google.py +1007 -0
- singlestoredb/docstring/tests/test_numpydoc.py +1100 -0
- singlestoredb/docstring/tests/test_parse_from_object.py +109 -0
- singlestoredb/docstring/tests/test_parser.py +248 -0
- singlestoredb/docstring/tests/test_rest.py +547 -0
- singlestoredb/docstring/tests/test_util.py +70 -0
- singlestoredb/docstring/util.py +141 -0
- singlestoredb/functions/decorator.py +19 -18
- singlestoredb/functions/ext/asgi.py +97 -11
- singlestoredb/functions/signature.py +374 -241
- singlestoredb/fusion/handlers/files.py +4 -4
- singlestoredb/fusion/handlers/models.py +1 -1
- singlestoredb/fusion/handlers/stage.py +4 -4
- singlestoredb/management/cluster.py +1 -1
- singlestoredb/management/manager.py +15 -5
- singlestoredb/management/region.py +12 -2
- singlestoredb/management/workspace.py +17 -25
- singlestoredb/tests/ext_funcs/__init__.py +39 -0
- singlestoredb/tests/test_connection.py +18 -8
- singlestoredb/tests/test_management.py +24 -57
- singlestoredb/tests/test_udf.py +43 -15
- {singlestoredb-1.15.0.dist-info → singlestoredb-1.15.1.dist-info}/METADATA +1 -1
- {singlestoredb-1.15.0.dist-info → singlestoredb-1.15.1.dist-info}/RECORD +42 -23
- {singlestoredb-1.15.0.dist-info → singlestoredb-1.15.1.dist-info}/LICENSE +0 -0
- {singlestoredb-1.15.0.dist-info → singlestoredb-1.15.1.dist-info}/WHEEL +0 -0
- {singlestoredb-1.15.0.dist-info → singlestoredb-1.15.1.dist-info}/entry_points.txt +0 -0
- {singlestoredb-1.15.0.dist-info → singlestoredb-1.15.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
singlestoredb/__init__.py,sha256=
|
|
1
|
+
singlestoredb/__init__.py,sha256=0oMPzlsB1ZxWKQ0Gjrn1mLxlbPjH_dKuwkTsEX44TUU,2272
|
|
2
2
|
singlestoredb/auth.py,sha256=u8D9tpKzrqa4ssaHjyZnGDX1q8XBpGtuoOkTkSv7B28,7599
|
|
3
|
-
singlestoredb/config.py,sha256=
|
|
3
|
+
singlestoredb/config.py,sha256=kas72OMNhvjpXSHxY5a0JaEIx9L5-M-Q8ZLVdA-W-Wo,13368
|
|
4
4
|
singlestoredb/connection.py,sha256=ELk3-UpM6RaB993aIt08MydKiiDnejHQ1s8EFiacrAI,46055
|
|
5
5
|
singlestoredb/converters.py,sha256=Ui-AqdW3pRAQ8A_YcK9EqVYyM4Pt1_Q-tjlotbpK6Cw,20686
|
|
6
6
|
singlestoredb/exceptions.py,sha256=HuoA6sMRL5qiCiee-_5ddTGmFbYC9Euk8TYUsh5GvTw,3234
|
|
@@ -9,7 +9,7 @@ singlestoredb/pytest.py,sha256=OyF3BO9mgxenifYhOihnzGk8WzCJ_zN5_mxe8XyFPOc,9074
|
|
|
9
9
|
singlestoredb/types.py,sha256=Qp_PWYjSYG6PRnmXAZZ7K2QehUqfoG4KSllI3O1stPE,10397
|
|
10
10
|
singlestoredb/vectorstore.py,sha256=BZb8e7m02_XVHqOyu8tA94R6kHb3n-BC8F08JyJwDzY,8408
|
|
11
11
|
singlestoredb/ai/__init__.py,sha256=-uNcq-bY-AiWhZ5Plq2ZXtfIVL4PaifMJsJf58rdN8I,114
|
|
12
|
-
singlestoredb/ai/chat.py,sha256=
|
|
12
|
+
singlestoredb/ai/chat.py,sha256=5vi_jVSH8xJ_WIn_mst8uw5cv9tJJBn3AFYRM4LhYI8,1268
|
|
13
13
|
singlestoredb/ai/embeddings.py,sha256=X3g0sJNDVOzXzZwoXz3M3ch-IERQXNkHxuH4cj125I8,815
|
|
14
14
|
singlestoredb/alchemy/__init__.py,sha256=dXRThusYrs_9GjrhPOw0-vw94in_T8yY9jE7SGCqiQk,2523
|
|
15
15
|
singlestoredb/apps/__init__.py,sha256=dfN97AZz7Np6JML3i9GJrv22ZbNCUletXmsJpQnKhKg,170
|
|
@@ -21,14 +21,33 @@ singlestoredb/apps/_process.py,sha256=G37fk6bzIxzhfEqp2aJBk3JCij-T2HFtTd078k5Xq9
|
|
|
21
21
|
singlestoredb/apps/_python_udfs.py,sha256=hwncnfx7MpOsvCH0Ic64otDIo-GGPT3UC89y2uAA_Uw,2773
|
|
22
22
|
singlestoredb/apps/_stdout_supress.py,sha256=8s9zMIIRPpeu44yluJFc_0VueAxZDmr9QVGT6TGiFeY,659
|
|
23
23
|
singlestoredb/apps/_uvicorn_util.py,sha256=rEK4nEmq5hbpRgsmK16UVlxe2DyQSq7C5w5WZSp0kX8,962
|
|
24
|
+
singlestoredb/docstring/__init__.py,sha256=tTkEitbunkZ-yw2h620BRB1RSTnSmB47UYa6yyNcksM,843
|
|
25
|
+
singlestoredb/docstring/attrdoc.py,sha256=1eE5JmEQv3TkyYfq4OOQ9tuFOzuCFi3Yx4ehuVvMwsA,4221
|
|
26
|
+
singlestoredb/docstring/common.py,sha256=EQntxc6bsqCwzwOSO_qiIQog-W19dDKeeGUrUVkZmBg,6407
|
|
27
|
+
singlestoredb/docstring/epydoc.py,sha256=gSZmM4Xn1G6JAgg70p2aH5CXjHz644RZ_3lr7nn667c,9103
|
|
28
|
+
singlestoredb/docstring/google.py,sha256=_64n5rc4yCVNJvLah5DkQn7qORKYeQ3-nWRq4CcaHWQ,13813
|
|
29
|
+
singlestoredb/docstring/numpydoc.py,sha256=6B-cpSvJEPnnc80TLzyx5YNLtGpiIujYBngQUmxIDH0,17403
|
|
30
|
+
singlestoredb/docstring/parser.py,sha256=Vmrzsh5TSBzBR4zJgxC-lSXk6PAbZXy5FUs2rN5Efrk,3064
|
|
31
|
+
singlestoredb/docstring/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
|
32
|
+
singlestoredb/docstring/rest.py,sha256=yrZp-tmeTPGD_M0BhmXNSurpfMvwMfI_K3ruxVG8eUs,8492
|
|
33
|
+
singlestoredb/docstring/util.py,sha256=Hrc90jdu1bN3MCYeLScJ_ynTBDpWWLBKofrLAWk8KvA,4664
|
|
34
|
+
singlestoredb/docstring/tests/__init__.py,sha256=6VULghkufHkqtZfyiBamwZQNBA3z7f4TMEcBclUqTKE,34
|
|
35
|
+
singlestoredb/docstring/tests/_pydoctor.py,sha256=SC-bFHFocEC3jdrXiD0-HV88Ff2XI96K2LvufeweCNQ,790
|
|
36
|
+
singlestoredb/docstring/tests/test_epydoc.py,sha256=1oLC7L9Uc1XhePLr3G_ie5KIuXPAuSieoLq1dWUSz30,19290
|
|
37
|
+
singlestoredb/docstring/tests/test_google.py,sha256=2dVyFN-NjiuyUC3ZcGEm33aENAZNh9F7Eq_ErmyneIA,27955
|
|
38
|
+
singlestoredb/docstring/tests/test_numpydoc.py,sha256=9qr9jHr4feTF1E09c8J6SHWSXUTHsnoln2_DImYKAYM,29680
|
|
39
|
+
singlestoredb/docstring/tests/test_parse_from_object.py,sha256=gZnfgraFb4CGNaoXpQKTZT-QZet0CKdhikZtN148e84,3862
|
|
40
|
+
singlestoredb/docstring/tests/test_parser.py,sha256=1QAB125mmp5sDImafGDa34hhwTPQNOtkQxp75NJJov4,7445
|
|
41
|
+
singlestoredb/docstring/tests/test_rest.py,sha256=ljbY0zi7Wdk90eCg1xgS3aD9GvzB0TdTRhzHGuykaeM,15389
|
|
42
|
+
singlestoredb/docstring/tests/test_util.py,sha256=ES-bb99Qt1AXtCTDO8CdcWInJJLhH1Mh0e4I8MUsabA,1946
|
|
24
43
|
singlestoredb/functions/__init__.py,sha256=I2GnxOhLb4_7xhgOxdIwmwD5NiK7QYPYaE3PUIX-7xk,471
|
|
25
|
-
singlestoredb/functions/decorator.py,sha256=
|
|
44
|
+
singlestoredb/functions/decorator.py,sha256=GrbTMIhXRPlVeVlENrgCjt9aZjZQC7Z4tLOvODAre5Y,6396
|
|
26
45
|
singlestoredb/functions/dtypes.py,sha256=DgJaNXouJ2t-qIqDiQlUYU9IhkXXUTigWeE_MAcmvHM,39814
|
|
27
|
-
singlestoredb/functions/signature.py,sha256=
|
|
46
|
+
singlestoredb/functions/signature.py,sha256=h2vFVNP07d5a3gi7zMiM_sztDUNK_HlJWR-Rl3nMxPA,45545
|
|
28
47
|
singlestoredb/functions/utils.py,sha256=1L0Phgzq0XdWK3ecfOOydq4zV955yCwpDoAaCYRGldk,10769
|
|
29
48
|
singlestoredb/functions/ext/__init__.py,sha256=1oLL20yLB1GL9IbFiZD8OReDqiCpFr-yetIR6x1cNkI,23
|
|
30
49
|
singlestoredb/functions/ext/arrow.py,sha256=WB7n1ACslyd8nlbFzUvlbxn1BVuEjA9-BGBEqCWlSOo,9061
|
|
31
|
-
singlestoredb/functions/ext/asgi.py,sha256=
|
|
50
|
+
singlestoredb/functions/ext/asgi.py,sha256=SuaNnatHY7Y5v2YtioSc6UHsOyYozK14xqKI-LbMy1I,64299
|
|
32
51
|
singlestoredb/functions/ext/json.py,sha256=RIuZdDybEdHuC-f2p6BdjhFjM3iGb3a1PRQ4k11P6N8,10102
|
|
33
52
|
singlestoredb/functions/ext/mmap.py,sha256=RzyNSLRpI5ZJ8YN6k-AvZlRTLjj80j52byHLtW8c3ps,13710
|
|
34
53
|
singlestoredb/functions/ext/rowdat_1.py,sha256=SlXbJ2042jEoaXw81y5llw1625w0aU2nZ8vI_O3qA-M,21112
|
|
@@ -46,10 +65,10 @@ singlestoredb/fusion/registry.py,sha256=jjdRTYZ3ylhy6gAoW5xBj0tkxGFBT-2yLQ0tztTg
|
|
|
46
65
|
singlestoredb/fusion/result.py,sha256=p5I65C-Dhhl1yeZwetXXZabwritr8Ph2mFvJJ3ovcBM,11790
|
|
47
66
|
singlestoredb/fusion/handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
48
67
|
singlestoredb/fusion/handlers/export.py,sha256=Af4eIMPGKEOpmf4LXnvQsgmnvx5F8B5FkRI20RvEa7o,15309
|
|
49
|
-
singlestoredb/fusion/handlers/files.py,sha256=
|
|
68
|
+
singlestoredb/fusion/handlers/files.py,sha256=6SMVn80DrnBWabbd1vevicR827P0Y6-B1bTfqr4VuL4,18971
|
|
50
69
|
singlestoredb/fusion/handlers/job.py,sha256=r0KdOD55VUDw-SymC__5Mn-fzJTZE_xcBgH-O8DYVHc,21095
|
|
51
|
-
singlestoredb/fusion/handlers/models.py,sha256=
|
|
52
|
-
singlestoredb/fusion/handlers/stage.py,sha256=
|
|
70
|
+
singlestoredb/fusion/handlers/models.py,sha256=2LWx7da7qVc65xFIKPsFikvvA9zF-QxMZJ76HV5inNw,6231
|
|
71
|
+
singlestoredb/fusion/handlers/stage.py,sha256=edViRGlBF7xZUd3ClmpBlMcBc6O4JKdvA9DGgnbGFdU,14272
|
|
53
72
|
singlestoredb/fusion/handlers/utils.py,sha256=ozHOWUraoN8XGTK9JZdhv5HV8AQR8zfUd1yh1kLvUXY,10685
|
|
54
73
|
singlestoredb/fusion/handlers/workspace.py,sha256=4xN2TFO4yF7KZB2Fcht7IuvoDdAT6fDfDLjixiHZN8w,27506
|
|
55
74
|
singlestoredb/http/__init__.py,sha256=A_2ZUCCpvRYIA6YDpPy57wL5R1eZ5SfP6I1To5nfJ2s,912
|
|
@@ -59,16 +78,16 @@ singlestoredb/magics/run_personal.py,sha256=Y5lVpJ8vqOyEjtZkip04Hwi4uZ7CQLU5Rd1M
|
|
|
59
78
|
singlestoredb/magics/run_shared.py,sha256=czoO4z6gtoq9ek_41efRBRk-XQiHKuHdY0BOdfKkFrc,5130
|
|
60
79
|
singlestoredb/management/__init__.py,sha256=8q7i6-Cr9x-oZ8-NVAvTo_qtfHEndX4wx2g6GMAAgPQ,304
|
|
61
80
|
singlestoredb/management/billing_usage.py,sha256=9ighjIpcopgIyJOktBYQ6pahBZmWGHOPyyCW4gu9FGs,3735
|
|
62
|
-
singlestoredb/management/cluster.py,sha256=
|
|
81
|
+
singlestoredb/management/cluster.py,sha256=vDefpp2IMZRawvueIqZK2pePWVNnPWb6Szrt8mO8gmg,14419
|
|
63
82
|
singlestoredb/management/export.py,sha256=yR-yZUE9USFrP5OR_5iLFqEc8GLiKDQypSEp08CmT5k,9083
|
|
64
83
|
singlestoredb/management/files.py,sha256=89IhpGw9WdwxVeksavHEDMVn9wb_jxb-utZuIDqkLHw,30477
|
|
65
84
|
singlestoredb/management/inference_api.py,sha256=L6eFqaUaPugF_cmrZ4xlArj8CIv25vWqQs1vwgKPEF4,2583
|
|
66
85
|
singlestoredb/management/job.py,sha256=4-xLWzbE8odQogVVaFer80UEoTAZY1T28VZ9Ug4rbmM,24611
|
|
67
|
-
singlestoredb/management/manager.py,sha256=
|
|
86
|
+
singlestoredb/management/manager.py,sha256=k8JKPXyJVHI7gFwqIhxhUtQr_KdBCXw7Dw4GCdCtdKg,9352
|
|
68
87
|
singlestoredb/management/organization.py,sha256=_JvW0Znu5emR5uYGVEcZvakQqftNb_vRhzmkOoPRPfc,5869
|
|
69
|
-
singlestoredb/management/region.py,sha256=
|
|
88
|
+
singlestoredb/management/region.py,sha256=ji3u6ZjQoNJ9i_X4C9ojciYPq4Oz7gKkeeUDndO8dZU,4114
|
|
70
89
|
singlestoredb/management/utils.py,sha256=QIhZCZSRaDbAG35xu1_n7ihmRXON8swc-gEK2FGYutI,13203
|
|
71
|
-
singlestoredb/management/workspace.py,sha256=
|
|
90
|
+
singlestoredb/management/workspace.py,sha256=XoguxUm2k2MP6Fct8am_735ZgPqUXBkIjPwBOVtIBIY,61931
|
|
72
91
|
singlestoredb/mysql/__init__.py,sha256=olUTAvkiERhDW41JXQMawkg-i0tvBEkoTkII1tt6lxU,4492
|
|
73
92
|
singlestoredb/mysql/_auth.py,sha256=AugRitoUwgRIDFuJxuAH4MWIAmckY7Ji2pP6r_Ng9dY,8043
|
|
74
93
|
singlestoredb/mysql/charset.py,sha256=-FlONDS_oAUF5B3mIgeHBPb_SCt4zHD33arUeBNctU0,10510
|
|
@@ -125,23 +144,23 @@ singlestoredb/tests/test2.ipynb,sha256=yd1PE1VK-DwiRd6mYS4_0cPBtuVkvcDtycvTwD-Yn
|
|
|
125
144
|
singlestoredb/tests/test2.sql,sha256=D4U2GSlOVeo39U8-RMM4YziJzYFfi4Ztm2YXJVJVAS8,37
|
|
126
145
|
singlestoredb/tests/test_basics.py,sha256=Dw1irrtf3gWN7tqGruSH6uhWi5zkmCpJl6ZMQxMqlf4,48446
|
|
127
146
|
singlestoredb/tests/test_config.py,sha256=63lyIQ2KrvGE6C9403B_4Mc90mX4tp42ys5Bih2sXrE,11184
|
|
128
|
-
singlestoredb/tests/test_connection.py,sha256=
|
|
147
|
+
singlestoredb/tests/test_connection.py,sha256=ax2hBPahn0rFENBbYLoph_JIAR20eYeJLyQPIQGIdX4,120237
|
|
129
148
|
singlestoredb/tests/test_dbapi.py,sha256=IKq5Hcwx8WikASP8_AB5fo3TXv7ryWPCVGonoly00gI,652
|
|
130
149
|
singlestoredb/tests/test_exceptions.py,sha256=tfr_8X2w1UmG4nkSBzWGB0C7ehrf1GAVgj6_ODaG-TM,1131
|
|
131
150
|
singlestoredb/tests/test_ext_func.py,sha256=_YREceW1Llwx9Wcamj0up2IXLuBTnuvQqCFOWphckKI,46271
|
|
132
151
|
singlestoredb/tests/test_ext_func_data.py,sha256=yTADD93nPxX6_rZXXLZaOWEI_yPvYyir9psn5PK9ctU,47695
|
|
133
152
|
singlestoredb/tests/test_fusion.py,sha256=7YQ_nOQoV_7yD4OEpJz2Ov-zok-cBFK9IOJ3FgZ0xo0,50593
|
|
134
153
|
singlestoredb/tests/test_http.py,sha256=RXasTqBWRn__omj0eLFTJYIbZjd0PPdIV2d4Cqz0MC8,8580
|
|
135
|
-
singlestoredb/tests/test_management.py,sha256=
|
|
154
|
+
singlestoredb/tests/test_management.py,sha256=R5g5QHWCSPxCrwMUOD0BL-touGIDvqQfDve-YmZyhX4,51973
|
|
136
155
|
singlestoredb/tests/test_plugin.py,sha256=qpO9wmWc62VaijN1sJ97YSYIX7I7Y5C6sY-WzwrutDQ,812
|
|
137
156
|
singlestoredb/tests/test_results.py,sha256=wg93sujwt-R9_eJCgSCElgAZhLDkIiAo3qPkPydOv78,6582
|
|
138
157
|
singlestoredb/tests/test_types.py,sha256=jqoAaSjhbgwB3vt0KsTcl7XBWoMMIa0mPFKhEi5bBjo,4500
|
|
139
|
-
singlestoredb/tests/test_udf.py,sha256=
|
|
158
|
+
singlestoredb/tests/test_udf.py,sha256=ycqSwwwCw3Mq4r0cyIylg63ReSjP4KbMX_7XqoYm-dg,29676
|
|
140
159
|
singlestoredb/tests/test_udf_returns.py,sha256=k31L6Ir2Xw8MEZ18upuu0p_D_OpbrPAzWhDQXVFDS7I,15541
|
|
141
160
|
singlestoredb/tests/test_vectorstore.py,sha256=anHfp5gQrQy8Iw3Ub4mxFEkaZWahs566OXuKqjpkozM,1554
|
|
142
161
|
singlestoredb/tests/test_xdict.py,sha256=fqHspoi39nbX3fIDVkkRXcd5H50xdOsSvK0bxAMQnaE,10408
|
|
143
162
|
singlestoredb/tests/utils.py,sha256=2A2tEdD3t8aXWUnHtAIcFlWrflsz2MlMcCbUDaAG29c,4995
|
|
144
|
-
singlestoredb/tests/ext_funcs/__init__.py,sha256=
|
|
163
|
+
singlestoredb/tests/ext_funcs/__init__.py,sha256=Gg15gcphVnW5ZXgFT8P8hYSOmgvmVIaUA8jxTC_UgRc,15581
|
|
145
164
|
singlestoredb/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
146
165
|
singlestoredb/utils/config.py,sha256=m3Xn6hsbdKyLufSnbokhFJ9Vfaz9Qpkj1IEnIiH9oJQ,24503
|
|
147
166
|
singlestoredb/utils/convert_rows.py,sha256=A6up7a8Bq-eV2BXdGCotQviqp1Q7XdJ2MA9339hLYVQ,1816
|
|
@@ -153,9 +172,9 @@ singlestoredb/utils/results.py,sha256=bJtaUaDiFq26IsPAKZ2FHGB7csMn94EAxLKrP4HaEE
|
|
|
153
172
|
singlestoredb/utils/xdict.py,sha256=S9HKgrPrnu_6b7iOwa2KrW8CmU1Uqx0BWdEyogFzWbE,12896
|
|
154
173
|
sqlx/__init__.py,sha256=aBYiU8DZXCogvWu3yWafOz7bZS5WWwLZXj7oL0dXGyU,85
|
|
155
174
|
sqlx/magic.py,sha256=JsS9_9aBFaOt91Torm1JPN0c8qB2QmYJmNSKtbSQIY0,3509
|
|
156
|
-
singlestoredb-1.15.
|
|
157
|
-
singlestoredb-1.15.
|
|
158
|
-
singlestoredb-1.15.
|
|
159
|
-
singlestoredb-1.15.
|
|
160
|
-
singlestoredb-1.15.
|
|
161
|
-
singlestoredb-1.15.
|
|
175
|
+
singlestoredb-1.15.1.dist-info/LICENSE,sha256=Mlq78idURT-9G026aMYswwwnnrLcgzTLuXeAs5hjDLM,11341
|
|
176
|
+
singlestoredb-1.15.1.dist-info/METADATA,sha256=Jv3BREq0woLIxNAFWlMQ_CCNP9XyQuK81oG57-4FCxg,5786
|
|
177
|
+
singlestoredb-1.15.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
178
|
+
singlestoredb-1.15.1.dist-info/entry_points.txt,sha256=bSLaTWB5zGjpVYPAaI46MkkDup0su-eb3uAhCNYuRV0,48
|
|
179
|
+
singlestoredb-1.15.1.dist-info/top_level.txt,sha256=DfFGz7bM4XrshloiCeTABgylT3BUnS8T5pJam3ewT6Q,19
|
|
180
|
+
singlestoredb-1.15.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|