malevich-coretools 0.3.26__py3-none-any.whl → 0.3.27__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 malevich-coretools might be problematic. Click here for more details.

@@ -281,6 +281,7 @@ class ResultCollection(BaseModel):
281
281
  length: int
282
282
  scheme: Optional[Scheme] = None
283
283
  metadata: Optional[Alias.Json] = None
284
+ fromDocs: bool = False
284
285
 
285
286
 
286
287
  class ResultCollections(BaseModel):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: malevich-coretools
3
- Version: 0.3.26
3
+ Version: 0.3.27
4
4
  Author: Andrew Pogrebnoj
5
5
  Author-email: andrew@onjulius.co
6
6
  License-File: LICENSE
@@ -1,7 +1,7 @@
1
1
  malevich_coretools/__init__.py,sha256=DJtPESxkCZD2SbTZTrR_x0TKDQ4MJpmBqGw5YpKYidM,134
2
2
  malevich_coretools/utils.py,sha256=yIFBlvBZe_HqcyTGeWtZdEIz9ABs41sCNPO7SFDH9Kk,107271
3
3
  malevich_coretools/abstract/__init__.py,sha256=8AC5ZukRGkTtN-XP14DY5z2HrJqN5LLlnmcMqvWwtWU,76
4
- malevich_coretools/abstract/abstract.py,sha256=Tw0MTFw7VA7jKw4iv6WJesPtnuGJ18v3LaU1b1ShtR4,14280
4
+ malevich_coretools/abstract/abstract.py,sha256=v012y0NCwgl6vjb0Zir31Vn6tgFrbYHU_IfV_xrWjNM,14307
5
5
  malevich_coretools/abstract/pipeline.py,sha256=AdHQIpOMZMNJt6f17MK_s2k6FM2Kc_ImAn4LJuDbZAM,3279
6
6
  malevich_coretools/abstract/statuses.py,sha256=9ISSw_evsylBshLXoU44TCoFOrZm4bXIxyAFFDqdUWc,333
7
7
  malevich_coretools/admin/__init__.py,sha256=zdIcHs3T_NZ8HYWts-O7OpBEWHIu779QDZMGF5HRCLg,35
@@ -20,8 +20,8 @@ malevich_coretools/secondary/kafka_utils.py,sha256=SIUnBFyfwsquN6MAUrEkKCw-1l797
20
20
  malevich_coretools/tools/__init__.py,sha256=jDxlCa5Dr6Y43qlI7JwsRAlBkKmFeTHTEnjNUvu-0iw,46
21
21
  malevich_coretools/tools/abstract.py,sha256=B1RW1FeNHrQ6r1k-cQZ4k4noCRXkIGt-JUwVoXEDkAg,4466
22
22
  malevich_coretools/tools/vast.py,sha256=63tvy70qQV9vnK0eWytlgjBGSnfA7l3kSIDgACBbMMs,12893
23
- malevich_coretools-0.3.26.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
24
- malevich_coretools-0.3.26.dist-info/METADATA,sha256=f2QnMQr0h975SeqpdLR9sO6uXLk1ccepIdPJ6TLMVik,265
25
- malevich_coretools-0.3.26.dist-info/WHEEL,sha256=-oYQCr74JF3a37z2nRlQays_SX2MqOANoqVjBBAP2yE,91
26
- malevich_coretools-0.3.26.dist-info/top_level.txt,sha256=wDX3s1Tso0otBPNrFRfXqyNpm48W4Bp5v6JfbITO2Z8,19
27
- malevich_coretools-0.3.26.dist-info/RECORD,,
23
+ malevich_coretools-0.3.27.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
24
+ malevich_coretools-0.3.27.dist-info/METADATA,sha256=w3jWmC4S3qMCGi7e_p5oU5TFWsIc42AtRSX37CvZuUQ,265
25
+ malevich_coretools-0.3.27.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
26
+ malevich_coretools-0.3.27.dist-info/top_level.txt,sha256=wDX3s1Tso0otBPNrFRfXqyNpm48W4Bp5v6JfbITO2Z8,19
27
+ malevich_coretools-0.3.27.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.0.3)
2
+ Generator: setuptools (71.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5