malevich-coretools 0.3.15__tar.gz → 0.3.16__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.15/malevich_coretools.egg-info → malevich_coretools-0.3.16}/PKG-INFO +1 -1
- malevich_coretools-0.3.16/VERSION +1 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/batch/__init__.py +1 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/secondary/const.py +2 -2
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16/malevich_coretools.egg-info}/PKG-INFO +1 -1
- malevich_coretools-0.3.15/VERSION +0 -1
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/LICENSE +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/MANIFEST.in +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/README.md +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/__init__.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/abstract/__init__.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/abstract/abstract.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/abstract/pipeline.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/abstract/statuses.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/admin/__init__.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/admin/utils.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/batch/utils.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/funcs/__init__.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/funcs/checks.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/funcs/funcs.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/funcs/helpers.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/secondary/__init__.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/secondary/config.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/secondary/helpers.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/secondary/kafka_utils.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/tools/__init__.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/tools/abstract.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/tools/vast.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/utils.py +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools.egg-info/SOURCES.txt +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools.egg-info/dependency_links.txt +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools.egg-info/requires.txt +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools.egg-info/top_level.txt +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/pyproject.toml +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/requirements.txt +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/setup.cfg +0 -0
- {malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/setup.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.3.16
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/secondary/const.py
RENAMED
|
@@ -3,7 +3,7 @@ from typing import Dict, Optional
|
|
|
3
3
|
|
|
4
4
|
import aiohttp
|
|
5
5
|
|
|
6
|
-
from malevich_coretools.batch import
|
|
6
|
+
from malevich_coretools.batch import DefferOperationInternal
|
|
7
7
|
from malevich_coretools.secondary.helpers import bool_to_str
|
|
8
8
|
|
|
9
9
|
# const
|
|
@@ -26,7 +26,7 @@ def with_key_values(url: str, key_values: Dict[str, Optional[str]]) -> str:
|
|
|
26
26
|
sep = "?"
|
|
27
27
|
for key, value in key_values.items():
|
|
28
28
|
if value is not None:
|
|
29
|
-
if isinstance(value,
|
|
29
|
+
if isinstance(value, DefferOperationInternal):
|
|
30
30
|
value = urllib.parse.quote(str(value), safe='')
|
|
31
31
|
elif isinstance(value, str):
|
|
32
32
|
value = urllib.parse.quote(value, safe='')
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.3.15
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/abstract/__init__.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/abstract/abstract.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/abstract/pipeline.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/abstract/statuses.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/admin/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/funcs/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/secondary/__init__.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/secondary/config.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/secondary/helpers.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/secondary/kafka_utils.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/tools/__init__.py
RENAMED
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools/tools/abstract.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools.egg-info/requires.txt
RENAMED
|
File without changes
|
{malevich_coretools-0.3.15 → malevich_coretools-0.3.16}/malevich_coretools.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|