python-base-toolkit 1.1.1__tar.gz → 1.1.2__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.
- {python_base_toolkit-1.1.1/python_base_toolkit.egg-info → python_base_toolkit-1.1.2}/PKG-INFO +1 -1
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/pyproject.toml +1 -1
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/decorators/telemetry.py +1 -1
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/decorators/timer.py +1 -1
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/instances/instance_manager.py +1 -1
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/data_serialization.py +1 -1
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/file_utils.py +1 -1
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/generate_id.py +1 -1
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/network.py +1 -1
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/pretty_print.py +1 -1
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/pycache.py +1 -1
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2/python_base_toolkit.egg-info}/PKG-INFO +1 -1
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit.egg-info/SOURCES.txt +1 -1
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/LICENSE +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/MANIFEST.in +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/README.md +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/Taskfile.yml +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/__init__.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/base_structures/__init__.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/base_structures/base_enum.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/base_structures/base_pydantic_model.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/ci/task_files/default.yml +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/ci/task_files/dependencies.yml +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/ci/task_files/deploy.yml +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/ci/task_files/docker.yml +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/ci/task_files/includes.yml +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/ci/task_files/install.yml +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/ci/task_files/lint.yml +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/ci/task_files/vars.yml +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/consts/__init__.py +0 -0
- /python_base_toolkit-1.1.1/python_base_toolkit/consts.py → /python_base_toolkit-1.1.2/python_base_toolkit/consts/general.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/consts/operating_system.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/consts/units/__init__.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/consts/units/binary_units.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/consts/units/time_units.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/decorators/__init__.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/instances/__init__.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/scripts/__init__.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/scripts/remove_build_files.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/__init__.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/date_time.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/execute.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/logo.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/path_utils.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/random_utils.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/shorten_url.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/venv_details.py +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit.egg-info/dependency_links.txt +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit.egg-info/not-zip-safe +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit.egg-info/requires.txt +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit.egg-info/top_level.txt +0 -0
- {python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/setup.cfg +0 -0
|
@@ -10,7 +10,7 @@ import pandas as pd
|
|
|
10
10
|
from custom_python_logger import get_logger
|
|
11
11
|
from pydantic import BaseModel
|
|
12
12
|
|
|
13
|
-
from python_base_toolkit.consts import LOGGER_NAME
|
|
13
|
+
from python_base_toolkit.consts.general import LOGGER_NAME
|
|
14
14
|
|
|
15
15
|
logger = get_logger(LOGGER_NAME)
|
|
16
16
|
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/file_utils.py
RENAMED
|
@@ -12,7 +12,7 @@ from typing import Any, BinaryIO, TextIO, cast
|
|
|
12
12
|
import yaml
|
|
13
13
|
from custom_python_logger import get_logger
|
|
14
14
|
|
|
15
|
-
from python_base_toolkit.consts import LOGGER_NAME
|
|
15
|
+
from python_base_toolkit.consts.general import LOGGER_NAME
|
|
16
16
|
|
|
17
17
|
logger = get_logger(LOGGER_NAME)
|
|
18
18
|
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/network.py
RENAMED
|
@@ -4,7 +4,7 @@ import re
|
|
|
4
4
|
|
|
5
5
|
from custom_python_logger import get_logger
|
|
6
6
|
|
|
7
|
-
from python_base_toolkit.consts import LOGGER_NAME
|
|
7
|
+
from python_base_toolkit.consts.general import LOGGER_NAME
|
|
8
8
|
from python_base_toolkit.consts.operating_system import Platform
|
|
9
9
|
|
|
10
10
|
logger = get_logger(LOGGER_NAME)
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/pycache.py
RENAMED
|
@@ -3,7 +3,7 @@ from pathlib import Path
|
|
|
3
3
|
|
|
4
4
|
from custom_python_logger.logger import get_logger
|
|
5
5
|
|
|
6
|
-
from python_base_toolkit.consts import LOGGER_NAME
|
|
6
|
+
from python_base_toolkit.consts.general import LOGGER_NAME
|
|
7
7
|
from python_base_toolkit.utils.path_utils import get_project_path_by_file
|
|
8
8
|
|
|
9
9
|
logger = get_logger(LOGGER_NAME)
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit.egg-info/SOURCES.txt
RENAMED
|
@@ -4,7 +4,6 @@ README.md
|
|
|
4
4
|
Taskfile.yml
|
|
5
5
|
pyproject.toml
|
|
6
6
|
python_base_toolkit/__init__.py
|
|
7
|
-
python_base_toolkit/consts.py
|
|
8
7
|
python_base_toolkit.egg-info/PKG-INFO
|
|
9
8
|
python_base_toolkit.egg-info/SOURCES.txt
|
|
10
9
|
python_base_toolkit.egg-info/dependency_links.txt
|
|
@@ -23,6 +22,7 @@ python_base_toolkit/ci/task_files/install.yml
|
|
|
23
22
|
python_base_toolkit/ci/task_files/lint.yml
|
|
24
23
|
python_base_toolkit/ci/task_files/vars.yml
|
|
25
24
|
python_base_toolkit/consts/__init__.py
|
|
25
|
+
python_base_toolkit/consts/general.py
|
|
26
26
|
python_base_toolkit/consts/operating_system.py
|
|
27
27
|
python_base_toolkit/consts/units/__init__.py
|
|
28
28
|
python_base_toolkit/consts/units/binary_units.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/ci/task_files/deploy.yml
RENAMED
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/ci/task_files/docker.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/ci/task_files/lint.yml
RENAMED
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/ci/task_files/vars.yml
RENAMED
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/consts/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/consts/units/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/decorators/__init__.py
RENAMED
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/instances/__init__.py
RENAMED
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/scripts/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/__init__.py
RENAMED
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/date_time.py
RENAMED
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/execute.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/path_utils.py
RENAMED
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/random_utils.py
RENAMED
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/shorten_url.py
RENAMED
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit/utils/venv_details.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit.egg-info/requires.txt
RENAMED
|
File without changes
|
{python_base_toolkit-1.1.1 → python_base_toolkit-1.1.2}/python_base_toolkit.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|