python-base-toolkit 1.1.0__py3-none-any.whl → 1.1.1__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.
@@ -0,0 +1 @@
1
+ LOGGER_NAME = "python_base_toolkit"
@@ -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.const import LOGGER_NAME
10
+ from python_base_toolkit.consts 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.const import LOGGER_NAME
8
+ from python_base_toolkit.consts 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.const import LOGGER_NAME
3
+ from python_base_toolkit.consts 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.const import LOGGER_NAME
13
+ from python_base_toolkit.consts 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.const import LOGGER_NAME
15
+ from python_base_toolkit.consts 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.const import LOGGER_NAME
7
+ from python_base_toolkit.consts 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.const import LOGGER_NAME
7
+ from python_base_toolkit.consts 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.const import LOGGER_NAME
8
+ from python_base_toolkit.consts 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.const import LOGGER_NAME
6
+ from python_base_toolkit.consts 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.0
3
+ Version: 1.1.1
4
4
  Summary: A Python package for managing pytest plugins.
5
5
  Author: Avi Zaguri
6
6
  License: MIT
@@ -1,5 +1,5 @@
1
1
  python_base_toolkit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- python_base_toolkit/const.py,sha256=lS3kH5jzxhNlJf_jfvH3bc98jQGmpnHoDkJGdj7jLzI,34
2
+ python_base_toolkit/consts.py,sha256=kbrqVucBNdTiyLucm4oQ13aI7nPsDRfLhCUZB6bCA9s,36
3
3
  python_base_toolkit/base_structures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  python_base_toolkit/base_structures/base_enum.py,sha256=pnKIBvGGudkwAbbE7C2dITVdZGclXWOvvVuat3erLMo,1324
5
5
  python_base_toolkit/base_structures/base_pydantic_model.py,sha256=kS_cXzlXFxJUbMnxANqSvxiRo0hfp0575KHTw1RP2t0,1239
@@ -17,28 +17,28 @@ python_base_toolkit/consts/units/__init__.py,sha256=1sTK8_l5mO1Osk5dD9aWkyPVXrvY
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=zvHHUGfEACkFRaj9aI3-dmpjnsgz8uDxkuh_FLSExZM,1470
21
- python_base_toolkit/decorators/timer.py,sha256=uFfWWZUxCGSO_Reakl-vDAr2roraWnkBVewMATqhJog,1158
20
+ python_base_toolkit/decorators/telemetry.py,sha256=pMB9TFCamWqXz-U6uAKe9P-yI7Y-SnfFn37FtzpOjDI,1471
21
+ python_base_toolkit/decorators/timer.py,sha256=5YT3Oq3Wk3EFaNzhFzGsBORsFP7LQaEXx1qqvXgDZc4,1159
22
22
  python_base_toolkit/instances/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
- python_base_toolkit/instances/instance_manager.py,sha256=K7jVWDpjbkqHA6UqslbptHnZiGaWS648OLY-X-xENWY,2315
23
+ python_base_toolkit/instances/instance_manager.py,sha256=eJuEwC6pRbrRhCUw1-EL67ofxkPgY-16abmPWPf4bHQ,2316
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=-8a4OCV9nFSzt9FXDio3cJP8I5VfxZH3AucpalcykyI,1349
27
+ python_base_toolkit/utils/data_serialization.py,sha256=oNXnYGPNV0l4KMV5ijVBkmcuFQYdRsU_AZmm4ZMuKPo,1350
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=qj9cg3Sz1DPitaXCiPI_uxvmfXjzJNzyy6uWnUcIvpg,8847
31
- python_base_toolkit/utils/generate_id.py,sha256=quVQXpoh7l58YFOaulZ6xZR3e8ol7l3MYZkUwV886No,871
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
32
32
  python_base_toolkit/utils/logo.py,sha256=GXCSyPR7RXNshTuMUq1pqZGVZUSJfaktCOv8dWLSz5Q,140
33
- python_base_toolkit/utils/network.py,sha256=jySWcY8YurAc1HRh0Vl1Oe--8g_vI_z4MONfJZCTFd8,4975
33
+ python_base_toolkit/utils/network.py,sha256=knyCFkzA0Uzhe4AVz3aVBimzVbD6iKcFyYbXUC01GAM,4976
34
34
  python_base_toolkit/utils/path_utils.py,sha256=acuNOdWFtkW_XGyCj1bVgLCFt77lEuvpxyql7PVQk2w,1049
35
- python_base_toolkit/utils/pretty_print.py,sha256=MGxLRFvNWoWIJ64WBSygSZ-dFdESaQAs62Sh8hKklFY,609
36
- python_base_toolkit/utils/pycache.py,sha256=sFy63ovivmZYQH-tOKmMhxPdGTe3i5hj0eM5ewYfN3c,964
35
+ python_base_toolkit/utils/pretty_print.py,sha256=uLjK09fKzdpBoroFIcWmJs53rx1v3SU2T_RGFF0cZF4,610
36
+ python_base_toolkit/utils/pycache.py,sha256=DPqazuRDNHm9qGIIl8ia90YQINOxaKJOS8EmxAC2h_0,965
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.0.dist-info/licenses/LICENSE,sha256=cSikHY6SZFsPZSBizCDAJ0-Bjjzxt-JtX6TVbKxwimo,1067
41
- python_base_toolkit-1.1.0.dist-info/METADATA,sha256=FP2tM-PXJNCmKNNPb0iU158AcvOcu1GloEliRp0BYgs,2994
42
- python_base_toolkit-1.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
43
- python_base_toolkit-1.1.0.dist-info/top_level.txt,sha256=I9kK6FGKq_6z3aGySoWamY68GRgg0xsL6sS-uyaxJ2k,20
44
- python_base_toolkit-1.1.0.dist-info/RECORD,,
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,,
@@ -1 +0,0 @@
1
- LOGGER_NAME = "pytest_depends_on"