malevich-coretools 0.3.13__tar.gz → 0.3.14__tar.gz
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.
- {malevich_coretools-0.3.13/malevich_coretools.egg-info → malevich_coretools-0.3.14}/PKG-INFO +1 -1
- malevich_coretools-0.3.14/VERSION +1 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/abstract/__init__.py +1 -1
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/abstract/pipeline.py +10 -5
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14/malevich_coretools.egg-info}/PKG-INFO +1 -1
- malevich_coretools-0.3.13/VERSION +0 -1
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/LICENSE +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/MANIFEST.in +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/README.md +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/__init__.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/abstract/abstract.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/abstract/statuses.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/admin/__init__.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/admin/utils.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/batch/__init__.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/batch/utils.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/funcs/__init__.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/funcs/checks.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/funcs/funcs.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/funcs/helpers.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/secondary/__init__.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/secondary/config.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/secondary/const.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/secondary/helpers.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/secondary/kafka_utils.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/tools/__init__.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/tools/abstract.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/tools/vast.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/utils.py +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools.egg-info/SOURCES.txt +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools.egg-info/dependency_links.txt +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools.egg-info/requires.txt +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools.egg-info/top_level.txt +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/pyproject.toml +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/requirements.txt +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/setup.cfg +0 -0
- {malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/setup.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.3.14
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/abstract/__init__.py
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
from .abstract import * # noqa: F403
|
|
2
|
-
from .pipeline import *
|
|
2
|
+
from .pipeline import * # noqa: F403
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/abstract/pipeline.py
RENAMED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
from enum import IntEnum
|
|
2
|
-
from typing import
|
|
3
|
-
from malevich_coretools.abstract import JsonImage
|
|
2
|
+
from typing import Dict, List, Optional
|
|
4
3
|
|
|
5
4
|
from pydantic import BaseModel
|
|
6
5
|
|
|
7
|
-
from malevich_coretools.abstract
|
|
6
|
+
from malevich_coretools.abstract import JsonImage
|
|
7
|
+
from malevich_coretools.abstract.abstract import ( # noqa: F401
|
|
8
|
+
Restrictions,
|
|
9
|
+
ScaleInfo,
|
|
10
|
+
TaskComponent,
|
|
11
|
+
TaskPolicy,
|
|
12
|
+
)
|
|
8
13
|
|
|
9
14
|
|
|
10
15
|
class PullCollectionPolicy(IntEnum):
|
|
@@ -22,14 +27,14 @@ class BaseArgument(BaseModel):
|
|
|
22
27
|
# or
|
|
23
28
|
collectionId: Optional[str] = None # hardcode collection with id (or obj path)
|
|
24
29
|
|
|
25
|
-
def validation(self):
|
|
30
|
+
def validation(self) -> None:
|
|
26
31
|
assert (self.id is not None) + (self.collectionName is not None) + (self.collectionId is not None) == 1, "one way of constructing the argument must be chosen"
|
|
27
32
|
|
|
28
33
|
|
|
29
34
|
class Argument(BaseArgument):
|
|
30
35
|
group: Optional[List[BaseArgument]] = None # for constructed dfs, sink
|
|
31
36
|
|
|
32
|
-
def validation(self):
|
|
37
|
+
def validation(self) -> None:
|
|
33
38
|
if self.group is not None:
|
|
34
39
|
assert self.id is None and self.collectionName is None and self.collectionId is None, "one way of constructing the argument must be chosen"
|
|
35
40
|
for subarg in self.group:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.3.13
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/abstract/abstract.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/abstract/statuses.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/admin/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/batch/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/funcs/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/secondary/__init__.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/secondary/config.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/secondary/const.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/secondary/helpers.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/secondary/kafka_utils.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/tools/__init__.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools/tools/abstract.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools.egg-info/requires.txt
RENAMED
|
File without changes
|
{malevich_coretools-0.3.13 → malevich_coretools-0.3.14}/malevich_coretools.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|