python-base-toolkit 1.1.1__py3-none-any.whl → 1.1.2__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.
@@ -7,7 +7,7 @@ from typing import Any
7
7
 
8
8
  from custom_python_logger import get_logger
9
9
 
10
- from python_base_toolkit.consts import LOGGER_NAME
10
+ from python_base_toolkit.consts.general import LOGGER_NAME
11
11
 
12
12
  logger = get_logger(LOGGER_NAME)
13
13
 
@@ -5,7 +5,7 @@ from typing import Any
5
5
 
6
6
  from custom_python_logger import get_logger
7
7
 
8
- from python_base_toolkit.consts import LOGGER_NAME
8
+ from python_base_toolkit.consts.general import LOGGER_NAME
9
9
 
10
10
  logger = get_logger(LOGGER_NAME)
11
11
 
@@ -1,6 +1,6 @@
1
1
  from custom_python_logger.logger import get_logger
2
2
 
3
- from python_base_toolkit.consts import LOGGER_NAME
3
+ from python_base_toolkit.consts.general import LOGGER_NAME
4
4
 
5
5
 
6
6
  class InstanceManager:
@@ -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
 
@@ -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
 
@@ -4,7 +4,7 @@ from datetime import datetime
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
 
9
9
  logger = get_logger(LOGGER_NAME)
10
10
 
@@ -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)
@@ -5,7 +5,7 @@ from typing import Any
5
5
 
6
6
  from custom_python_logger import get_logger
7
7
 
8
- from python_base_toolkit.consts import LOGGER_NAME
8
+ from python_base_toolkit.consts.general import LOGGER_NAME
9
9
 
10
10
  logger = get_logger(LOGGER_NAME)
11
11
 
@@ -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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-base-toolkit
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: A Python package for managing pytest plugins.
5
5
  Author: Avi Zaguri
6
6
  License: MIT
@@ -1,5 +1,4 @@
1
1
  python_base_toolkit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- python_base_toolkit/consts.py,sha256=kbrqVucBNdTiyLucm4oQ13aI7nPsDRfLhCUZB6bCA9s,36
3
2
  python_base_toolkit/base_structures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
3
  python_base_toolkit/base_structures/base_enum.py,sha256=pnKIBvGGudkwAbbE7C2dITVdZGclXWOvvVuat3erLMo,1324
5
4
  python_base_toolkit/base_structures/base_pydantic_model.py,sha256=kS_cXzlXFxJUbMnxANqSvxiRo0hfp0575KHTw1RP2t0,1239
@@ -12,33 +11,34 @@ python_base_toolkit/ci/task_files/install.yml,sha256=D5SmBR4wKvnN57f-4ZDb98xxRpd
12
11
  python_base_toolkit/ci/task_files/lint.yml,sha256=gZ8v2WefQ0fZgp5AO4FDc7XV4Oj0lRzRi1w-fpdlr4s,226
13
12
  python_base_toolkit/ci/task_files/vars.yml,sha256=AP-OMdJdfsnLsjooYPZCM9hGII6F6FDL_8ziXf24wBs,889
14
13
  python_base_toolkit/consts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
+ python_base_toolkit/consts/general.py,sha256=kbrqVucBNdTiyLucm4oQ13aI7nPsDRfLhCUZB6bCA9s,36
15
15
  python_base_toolkit/consts/operating_system.py,sha256=8cnaHVz80AecTDhQjhU-i-s88bf1UZ-u0ouxHXxDsmA,80
16
16
  python_base_toolkit/consts/units/__init__.py,sha256=1sTK8_l5mO1Osk5dD9aWkyPVXrvYjRJU1brnCmpLdRk,157
17
17
  python_base_toolkit/consts/units/binary_units.py,sha256=fgRAP6HXIis6OX4uK8woD-OVD7HtBOBDuhDxJ6AGZVE,412
18
18
  python_base_toolkit/consts/units/time_units.py,sha256=aDwRnRR_mbOn2B7NUB9b2-qO98CLFzNE8-ZKfwUZ09Q,216
19
19
  python_base_toolkit/decorators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
- python_base_toolkit/decorators/telemetry.py,sha256=pMB9TFCamWqXz-U6uAKe9P-yI7Y-SnfFn37FtzpOjDI,1471
21
- python_base_toolkit/decorators/timer.py,sha256=5YT3Oq3Wk3EFaNzhFzGsBORsFP7LQaEXx1qqvXgDZc4,1159
20
+ python_base_toolkit/decorators/telemetry.py,sha256=X-E-9hSyL1qKc7lT4BiuD8uZumM9XpBwoONr0Wz95V4,1479
21
+ python_base_toolkit/decorators/timer.py,sha256=7ndxswCP6XfarnW0KO_d-E0CqHwDCKJS5jWjQphaelY,1167
22
22
  python_base_toolkit/instances/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
- python_base_toolkit/instances/instance_manager.py,sha256=eJuEwC6pRbrRhCUw1-EL67ofxkPgY-16abmPWPf4bHQ,2316
23
+ python_base_toolkit/instances/instance_manager.py,sha256=u8Tj2LlNnMfe2VRCbEcJkRj352G0DlIWU_LGjrO0lUs,2324
24
24
  python_base_toolkit/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
25
  python_base_toolkit/scripts/remove_build_files.py,sha256=461h7BkuwhaCBK17fbxDc3n_nQhL5aCXm3VP52s8sW8,694
26
26
  python_base_toolkit/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
- python_base_toolkit/utils/data_serialization.py,sha256=oNXnYGPNV0l4KMV5ijVBkmcuFQYdRsU_AZmm4ZMuKPo,1350
27
+ python_base_toolkit/utils/data_serialization.py,sha256=xeXui1r0qFmDtCAyHWTV3KYEbeR5324E-Gb9l8ei3U0,1358
28
28
  python_base_toolkit/utils/date_time.py,sha256=MAJ1QQ5HGfwKSk5kPtViGkwC3jhZOdPUvdecvjWREnY,636
29
29
  python_base_toolkit/utils/execute.py,sha256=6QYQWd1Z15Ofb4gcAtXCx90l1D-REwTWDZNybU6OibM,1560
30
- python_base_toolkit/utils/file_utils.py,sha256=fjwhPtbhM4yRl9m8u_HEh5X61JWdyqsgygvYR9swm3U,8848
31
- python_base_toolkit/utils/generate_id.py,sha256=S_IzAoArXeX_kdkFBdvoW4Ldkr3ggw-7FM9F01eSRZo,872
30
+ python_base_toolkit/utils/file_utils.py,sha256=pv1bYhvn6EhShB_7S-y0x8g8hazpDUILIk_Bf9dwNnU,8856
31
+ python_base_toolkit/utils/generate_id.py,sha256=qOEFsjpOafCtKUbDZT0NABBbMcyNDUGgXPVi7lNVhAE,880
32
32
  python_base_toolkit/utils/logo.py,sha256=GXCSyPR7RXNshTuMUq1pqZGVZUSJfaktCOv8dWLSz5Q,140
33
- python_base_toolkit/utils/network.py,sha256=knyCFkzA0Uzhe4AVz3aVBimzVbD6iKcFyYbXUC01GAM,4976
33
+ python_base_toolkit/utils/network.py,sha256=a7TcWqnpCtdvrb16QWli_gg0UehOwjMB5Sxtu_7AwPU,4984
34
34
  python_base_toolkit/utils/path_utils.py,sha256=acuNOdWFtkW_XGyCj1bVgLCFt77lEuvpxyql7PVQk2w,1049
35
- python_base_toolkit/utils/pretty_print.py,sha256=uLjK09fKzdpBoroFIcWmJs53rx1v3SU2T_RGFF0cZF4,610
36
- python_base_toolkit/utils/pycache.py,sha256=DPqazuRDNHm9qGIIl8ia90YQINOxaKJOS8EmxAC2h_0,965
35
+ python_base_toolkit/utils/pretty_print.py,sha256=cOiT5JSmJcCKf5AB_cSU9SbP3MZCGJRr7P6I7uvwDCE,618
36
+ python_base_toolkit/utils/pycache.py,sha256=Stda4S2ZHwt4u67tue3_9brH_wd4mGM5t-0BtD1j8SA,973
37
37
  python_base_toolkit/utils/random_utils.py,sha256=gTH6k1MKKGNZvBTLc5H-eSmtEGvXEdLqtzXN9aHuu-A,2730
38
38
  python_base_toolkit/utils/shorten_url.py,sha256=zsyW3wloFJdVb9s3fhR-olL6ekT03FDlFm2xbFY4viw,359
39
39
  python_base_toolkit/utils/venv_details.py,sha256=d1WlZr1LuWz2SXdFP0Hqh6VHXXXSIuXB0oTmWXJrGqM,210
40
- python_base_toolkit-1.1.1.dist-info/licenses/LICENSE,sha256=cSikHY6SZFsPZSBizCDAJ0-Bjjzxt-JtX6TVbKxwimo,1067
41
- python_base_toolkit-1.1.1.dist-info/METADATA,sha256=PDewphdCVxEJ0tWy1lq4vKsWjTdYBrhwVEjZmh7Q3Uw,2994
42
- python_base_toolkit-1.1.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
43
- python_base_toolkit-1.1.1.dist-info/top_level.txt,sha256=I9kK6FGKq_6z3aGySoWamY68GRgg0xsL6sS-uyaxJ2k,20
44
- python_base_toolkit-1.1.1.dist-info/RECORD,,
40
+ python_base_toolkit-1.1.2.dist-info/licenses/LICENSE,sha256=cSikHY6SZFsPZSBizCDAJ0-Bjjzxt-JtX6TVbKxwimo,1067
41
+ python_base_toolkit-1.1.2.dist-info/METADATA,sha256=taaGkaO2WVnHKsMcL6NEiruW9VxrJVJXrCMG89an0DQ,2994
42
+ python_base_toolkit-1.1.2.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
43
+ python_base_toolkit-1.1.2.dist-info/top_level.txt,sha256=I9kK6FGKq_6z3aGySoWamY68GRgg0xsL6sS-uyaxJ2k,20
44
+ python_base_toolkit-1.1.2.dist-info/RECORD,,
File without changes