custom-python-logger 0.1.5__tar.gz → 0.2.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.
- {custom_python_logger-0.1.5/custom_python_logger.egg-info → custom_python_logger-0.2.1}/PKG-INFO +16 -1
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/README.md +15 -0
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1/custom_python_logger.egg-info}/PKG-INFO +16 -1
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/setup.py +1 -1
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/LICENSE +0 -0
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/MANIFEST.in +0 -0
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/custom_python_logger/__init__.py +0 -0
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/custom_python_logger/logger.py +0 -0
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/custom_python_logger/usage_example.py +0 -0
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/custom_python_logger.egg-info/SOURCES.txt +0 -0
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/custom_python_logger.egg-info/dependency_links.txt +0 -0
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/custom_python_logger.egg-info/requires.txt +0 -0
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/custom_python_logger.egg-info/top_level.txt +0 -0
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/pyproject.toml +0 -0
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/setup.cfg +0 -0
- {custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/tests/test_logger.py +0 -0
{custom_python_logger-0.1.5/custom_python_logger.egg-info → custom_python_logger-0.2.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: custom-python-logger
|
|
3
|
-
Version: 0.1
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A custom logger with color support and additional features.
|
|
5
5
|
Home-page: https://github.com/aviz92/custom-python-logger
|
|
6
6
|
Author: Avi Zaguri
|
|
@@ -68,3 +68,18 @@ def main():
|
|
|
68
68
|
if __name__ == '__main__':
|
|
69
69
|
main()
|
|
70
70
|
```
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## 🤝 Contributing
|
|
75
|
+
If you have a helpful tool, pattern, or improvement to suggest:
|
|
76
|
+
Fork the repo <br>
|
|
77
|
+
Create a new branch <br>
|
|
78
|
+
Submit a pull request <br>
|
|
79
|
+
I welcome additions that promote clean, productive, and maintainable development. <br>
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
## 🙏 Thanks
|
|
84
|
+
Thanks for exploring this repository! <br>
|
|
85
|
+
Happy coding! <br>
|
|
@@ -36,3 +36,18 @@ def main():
|
|
|
36
36
|
if __name__ == '__main__':
|
|
37
37
|
main()
|
|
38
38
|
```
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## 🤝 Contributing
|
|
43
|
+
If you have a helpful tool, pattern, or improvement to suggest:
|
|
44
|
+
Fork the repo <br>
|
|
45
|
+
Create a new branch <br>
|
|
46
|
+
Submit a pull request <br>
|
|
47
|
+
I welcome additions that promote clean, productive, and maintainable development. <br>
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## 🙏 Thanks
|
|
52
|
+
Thanks for exploring this repository! <br>
|
|
53
|
+
Happy coding! <br>
|
{custom_python_logger-0.1.5 → custom_python_logger-0.2.1/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: 0.1
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A custom logger with color support and additional features.
|
|
5
5
|
Home-page: https://github.com/aviz92/custom-python-logger
|
|
6
6
|
Author: Avi Zaguri
|
|
@@ -68,3 +68,18 @@ def main():
|
|
|
68
68
|
if __name__ == '__main__':
|
|
69
69
|
main()
|
|
70
70
|
```
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## 🤝 Contributing
|
|
75
|
+
If you have a helpful tool, pattern, or improvement to suggest:
|
|
76
|
+
Fork the repo <br>
|
|
77
|
+
Create a new branch <br>
|
|
78
|
+
Submit a pull request <br>
|
|
79
|
+
I welcome additions that promote clean, productive, and maintainable development. <br>
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
## 🙏 Thanks
|
|
84
|
+
Thanks for exploring this repository! <br>
|
|
85
|
+
Happy coding! <br>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/custom_python_logger/usage_example.py
RENAMED
|
File without changes
|
{custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/custom_python_logger.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{custom_python_logger-0.1.5 → custom_python_logger-0.2.1}/custom_python_logger.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|