custom-python-logger 2.0.12__tar.gz → 2.0.13__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.
- {custom_python_logger-2.0.12/custom_python_logger.egg-info → custom_python_logger-2.0.13}/PKG-INFO +10 -1
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/README.md +9 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13/custom_python_logger.egg-info}/PKG-INFO +10 -1
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/pyproject.toml +1 -1
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/LICENSE +0 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/MANIFEST.in +0 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/custom_python_logger/__init__.py +0 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/custom_python_logger/consts.py +0 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/custom_python_logger/logger.py +0 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/custom_python_logger.egg-info/SOURCES.txt +0 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/custom_python_logger.egg-info/dependency_links.txt +0 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/custom_python_logger.egg-info/requires.txt +0 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/custom_python_logger.egg-info/top_level.txt +0 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/requirements.txt +0 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/setup.cfg +0 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/tests/test_logger.py +0 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/tests/test_logger_pytest.py +0 -0
- {custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/tests/test_usage_example_pytest.py +0 -0
{custom_python_logger-2.0.12/custom_python_logger.egg-info → custom_python_logger-2.0.13}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: custom-python-logger
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.13
|
|
4
4
|
Summary: A custom logger with color support and additional features.
|
|
5
5
|
Author: Avi Zaguri
|
|
6
6
|
License: MIT
|
|
@@ -26,6 +26,15 @@ Requires-Dist: setuptools>=80.9.0
|
|
|
26
26
|
Requires-Dist: wheel>=0.45.1
|
|
27
27
|
Dynamic: license-file
|
|
28
28
|
|
|
29
|
+

|
|
30
|
+

|
|
31
|
+

|
|
32
|
+

|
|
33
|
+

|
|
34
|
+

|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
29
38
|
# custom-python-logger
|
|
30
39
|
A powerful and flexible Python logger with colored output, custom log levels, and advanced configuration options. <br>
|
|
31
40
|
Easily integrate structured, readable, and context-rich logging into your Python projects for better debugging and monitoring.
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+

|
|
2
|
+

|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+

|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
1
10
|
# custom-python-logger
|
|
2
11
|
A powerful and flexible Python logger with colored output, custom log levels, and advanced configuration options. <br>
|
|
3
12
|
Easily integrate structured, readable, and context-rich logging into your Python projects for better debugging and monitoring.
|
{custom_python_logger-2.0.12 → custom_python_logger-2.0.13/custom_python_logger.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: custom-python-logger
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.13
|
|
4
4
|
Summary: A custom logger with color support and additional features.
|
|
5
5
|
Author: Avi Zaguri
|
|
6
6
|
License: MIT
|
|
@@ -26,6 +26,15 @@ Requires-Dist: setuptools>=80.9.0
|
|
|
26
26
|
Requires-Dist: wheel>=0.45.1
|
|
27
27
|
Dynamic: license-file
|
|
28
28
|
|
|
29
|
+

|
|
30
|
+

|
|
31
|
+

|
|
32
|
+

|
|
33
|
+

|
|
34
|
+

|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
29
38
|
# custom-python-logger
|
|
30
39
|
A powerful and flexible Python logger with colored output, custom log levels, and advanced configuration options. <br>
|
|
31
40
|
Easily integrate structured, readable, and context-rich logging into your Python projects for better debugging and monitoring.
|
|
File without changes
|
|
File without changes
|
{custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/custom_python_logger/__init__.py
RENAMED
|
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
|
{custom_python_logger-2.0.12 → custom_python_logger-2.0.13}/tests/test_usage_example_pytest.py
RENAMED
|
File without changes
|