python-base-toolkit 0.0.18__tar.gz → 1.0.1__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-0.0.18/python_base_toolkit.egg-info → python_base_toolkit-1.0.1}/PKG-INFO +12 -1
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/README.md +9 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/pyproject.toml +3 -1
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/data_serialization.py +3 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1/python_base_toolkit.egg-info}/PKG-INFO +12 -1
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit.egg-info/requires.txt +1 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/LICENSE +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/MANIFEST.in +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/Taskfile.yml +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/__init__.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/base_structures/__init__.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/base_structures/base_enum.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/ci/task_files/default.yml +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/ci/task_files/dependencies.yml +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/ci/task_files/deploy.yml +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/ci/task_files/docker.yml +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/ci/task_files/includes.yml +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/ci/task_files/install.yml +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/ci/task_files/lint.yml +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/ci/task_files/vars.yml +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/consts/__init__.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/consts/operating_system.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/consts/units/__init__.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/consts/units/binary_units.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/consts/units/time_units.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/decorators/__init__.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/decorators/telemetry.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/decorators/timer.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/instances/__init__.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/instances/instance_manager.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/scripts/__init__.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/scripts/remove_build_files.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/__init__.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/date_time.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/execute.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/file_utils.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/generate_id.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/logo.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/network.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/path_utils.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/pretty_print.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/pycache.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/random_utils.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/shorten_url.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/venv_details.py +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit.egg-info/SOURCES.txt +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit.egg-info/dependency_links.txt +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit.egg-info/not-zip-safe +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit.egg-info/top_level.txt +0 -0
- {python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/setup.cfg +0 -0
{python_base_toolkit-0.0.18/python_base_toolkit.egg-info → python_base_toolkit-1.0.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-base-toolkit
|
|
3
|
-
Version:
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: A Python package for managing pytest plugins.
|
|
5
5
|
Author: Avi Zaguri
|
|
6
6
|
License: MIT
|
|
@@ -12,6 +12,7 @@ Classifier: Development Status :: 5 - Production/Stable
|
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
15
16
|
Requires-Python: >=3.12
|
|
16
17
|
Description-Content-Type: text/markdown
|
|
17
18
|
License-File: LICENSE
|
|
@@ -21,6 +22,7 @@ Requires-Dist: custom-python-logger>=2.0.11
|
|
|
21
22
|
Requires-Dist: pandas>=2.3.3
|
|
22
23
|
Requires-Dist: pathlib>=1.0.1
|
|
23
24
|
Requires-Dist: pre-commit>=4.5.0
|
|
25
|
+
Requires-Dist: pydantic>=2.12.5
|
|
24
26
|
Requires-Dist: pyfiglet>=1.0.4
|
|
25
27
|
Requires-Dist: python-dotenv>=1.2.1
|
|
26
28
|
Requires-Dist: pyyaml>=6.0.3
|
|
@@ -31,6 +33,15 @@ Requires-Dist: twine>=6.2.0
|
|
|
31
33
|
Requires-Dist: wheel>=0.45.1
|
|
32
34
|
Dynamic: license-file
|
|
33
35
|
|
|
36
|
+

|
|
37
|
+

|
|
38
|
+

|
|
39
|
+

|
|
40
|
+

|
|
41
|
+

|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
34
45
|
# Python Toolkit
|
|
35
46
|
A powerful, production-ready Python toolkit designed to accelerate development by providing essential utilities and common functionality across multiple domains. <br>
|
|
36
47
|
Built with type safety, comprehensive error handling, and modern Python practices, this toolkit streamlines everyday development tasks including file operations, network utilities, data manipulation, performance monitoring, resource management, and more.
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+

|
|
2
|
+

|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+

|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
1
10
|
# Python Toolkit
|
|
2
11
|
A powerful, production-ready Python toolkit designed to accelerate development by providing essential utilities and common functionality across multiple domains. <br>
|
|
3
12
|
Built with type safety, comprehensive error handling, and modern Python practices, this toolkit streamlines everyday development tasks including file operations, network utilities, data manipulation, performance monitoring, resource management, and more.
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "python-base-toolkit"
|
|
7
|
-
version = "
|
|
7
|
+
version = "1.0.1"
|
|
8
8
|
description = "A Python package for managing pytest plugins."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.12"
|
|
@@ -17,6 +17,7 @@ classifiers = [
|
|
|
17
17
|
"Intended Audience :: Developers",
|
|
18
18
|
"Programming Language :: Python :: 3.12",
|
|
19
19
|
"Operating System :: OS Independent",
|
|
20
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
20
21
|
]
|
|
21
22
|
|
|
22
23
|
dependencies = [
|
|
@@ -26,6 +27,7 @@ dependencies = [
|
|
|
26
27
|
"pandas>=2.3.3",
|
|
27
28
|
"pathlib>=1.0.1",
|
|
28
29
|
"pre-commit>=4.5.0",
|
|
30
|
+
"pydantic>=2.12.5",
|
|
29
31
|
"pyfiglet>=1.0.4",
|
|
30
32
|
"python-dotenv>=1.2.1",
|
|
31
33
|
"pyyaml>=6.0.3",
|
|
@@ -8,11 +8,14 @@ from typing import Any
|
|
|
8
8
|
|
|
9
9
|
import pandas as pd
|
|
10
10
|
from custom_python_logger import get_logger
|
|
11
|
+
from pydantic import BaseModel
|
|
11
12
|
|
|
12
13
|
logger = get_logger(__name__)
|
|
13
14
|
|
|
14
15
|
|
|
15
16
|
def default_serialize(obj: object) -> object:
|
|
17
|
+
if isinstance(obj, BaseModel):
|
|
18
|
+
return obj.model_dump()
|
|
16
19
|
if isinstance(obj, type):
|
|
17
20
|
return obj.__name__
|
|
18
21
|
if is_dataclass(obj) and not isinstance(obj, type):
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1/python_base_toolkit.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-base-toolkit
|
|
3
|
-
Version:
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: A Python package for managing pytest plugins.
|
|
5
5
|
Author: Avi Zaguri
|
|
6
6
|
License: MIT
|
|
@@ -12,6 +12,7 @@ Classifier: Development Status :: 5 - Production/Stable
|
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
15
16
|
Requires-Python: >=3.12
|
|
16
17
|
Description-Content-Type: text/markdown
|
|
17
18
|
License-File: LICENSE
|
|
@@ -21,6 +22,7 @@ Requires-Dist: custom-python-logger>=2.0.11
|
|
|
21
22
|
Requires-Dist: pandas>=2.3.3
|
|
22
23
|
Requires-Dist: pathlib>=1.0.1
|
|
23
24
|
Requires-Dist: pre-commit>=4.5.0
|
|
25
|
+
Requires-Dist: pydantic>=2.12.5
|
|
24
26
|
Requires-Dist: pyfiglet>=1.0.4
|
|
25
27
|
Requires-Dist: python-dotenv>=1.2.1
|
|
26
28
|
Requires-Dist: pyyaml>=6.0.3
|
|
@@ -31,6 +33,15 @@ Requires-Dist: twine>=6.2.0
|
|
|
31
33
|
Requires-Dist: wheel>=0.45.1
|
|
32
34
|
Dynamic: license-file
|
|
33
35
|
|
|
36
|
+

|
|
37
|
+

|
|
38
|
+

|
|
39
|
+

|
|
40
|
+

|
|
41
|
+

|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
34
45
|
# Python Toolkit
|
|
35
46
|
A powerful, production-ready Python toolkit designed to accelerate development by providing essential utilities and common functionality across multiple domains. <br>
|
|
36
47
|
Built with type safety, comprehensive error handling, and modern Python practices, this toolkit streamlines everyday development tasks including file operations, network utilities, data manipulation, performance monitoring, resource management, and more.
|
|
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
|
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/ci/task_files/lint.yml
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/ci/task_files/vars.yml
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/consts/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/decorators/__init__.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/decorators/telemetry.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/decorators/timer.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/instances/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/scripts/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/__init__.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/date_time.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/execute.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/file_utils.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/generate_id.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/network.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/path_utils.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/pretty_print.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/pycache.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/random_utils.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/shorten_url.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit/utils/venv_details.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.18 → python_base_toolkit-1.0.1}/python_base_toolkit.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|