pythonLogs 6.0.2__py3-none-any.whl → 6.0.3__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.
- pythonLogs/__init__.py +1 -1
- {pythonlogs-6.0.2.dist-info → pythonlogs-6.0.3.dist-info}/METADATA +9 -12
- {pythonlogs-6.0.2.dist-info → pythonlogs-6.0.3.dist-info}/RECORD +5 -5
- {pythonlogs-6.0.2.dist-info → pythonlogs-6.0.3.dist-info}/WHEEL +1 -1
- {pythonlogs-6.0.2.dist-info → pythonlogs-6.0.3.dist-info}/licenses/LICENSE +0 -0
pythonLogs/__init__.py
CHANGED
|
@@ -16,7 +16,7 @@ __all__ = (
|
|
|
16
16
|
|
|
17
17
|
__title__ = "pythonLogs"
|
|
18
18
|
__author__ = "Daniel Costa"
|
|
19
|
-
__email__ = "ddcsoftwares
|
|
19
|
+
__email__ = "daniel@ddcsoftwares.com"
|
|
20
20
|
__license__ = "MIT"
|
|
21
21
|
__copyright__ = "Copyright 2024-present DDC Softwares"
|
|
22
22
|
__version__ = version(__title__)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pythonLogs
|
|
3
|
-
Version: 6.0.
|
|
3
|
+
Version: 6.0.3
|
|
4
4
|
Summary: High-performance Python logging library with file rotation and optimized caching for better performance
|
|
5
5
|
Project-URL: Repository, https://github.com/ddc/pythonLogs
|
|
6
6
|
Project-URL: Homepage, https://pypi.org/project/pythonLogs
|
|
7
|
-
Author-email: Daniel Costa <ddcsoftwares
|
|
7
|
+
Author-email: Daniel Costa <daniel@ddcsoftwares.com>
|
|
8
8
|
Maintainer: Daniel Costa
|
|
9
9
|
License: MIT
|
|
10
10
|
License-File: LICENSE
|
|
@@ -35,15 +35,14 @@ Description-Content-Type: text/markdown
|
|
|
35
35
|
<a href="https://www.paypal.com/ncp/payment/6G9Z78QHUD4RJ"><img src="https://img.shields.io/badge/Donate-PayPal-brightgreen.svg?style=plastic" alt="Donate"/></a>
|
|
36
36
|
<a href="https://github.com/sponsors/ddc"><img src="https://img.shields.io/static/v1?style=plastic&label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=ff69b4" alt="Sponsor"/></a>
|
|
37
37
|
<br>
|
|
38
|
-
<a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg?style=plastic" alt="Code style: black"/></a>
|
|
39
|
-
<a href="https://github.com/astral-sh/uv"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json?style=plastic" alt="uv"/></a>
|
|
40
|
-
<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json?style=plastic" alt="Ruff"/></a>
|
|
41
|
-
<br>
|
|
42
|
-
<a href="https://www.python.org/downloads"><img src="https://img.shields.io/pypi/pyversions/pythonLogs.svg?style=plastic&logo=python&cacheSeconds=3600" alt="Python"/></a>
|
|
43
38
|
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg?style=plastic" alt="License: MIT"/></a>
|
|
44
39
|
<a href="https://pepy.tech/projects/pythonLogs"><img src="https://static.pepy.tech/badge/pythonLogs?style=plastic" alt="PyPI Downloads"/></a>
|
|
45
40
|
<a href="https://pypi.python.org/pypi/pythonLogs"><img src="https://img.shields.io/pypi/v/pythonLogs.svg?style=plastic&logo=python&cacheSeconds=3600" alt="PyPi"/></a>
|
|
46
41
|
<br>
|
|
42
|
+
<a href="https://www.python.org/downloads"><img src="https://img.shields.io/pypi/pyversions/pythonLogs.svg?style=plastic&logo=python&cacheSeconds=3600" alt="Python"/></a>
|
|
43
|
+
<a href="https://github.com/astral-sh/uv"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json?style=plastic" alt="uv"/></a>
|
|
44
|
+
<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json?style=plastic" alt="Ruff"/></a>
|
|
45
|
+
<br>
|
|
47
46
|
<a href="https://github.com/ddc/pythonLogs/issues"><img src="https://img.shields.io/github/issues/ddc/pythonLogs?style=plastic" alt="issues"/></a>
|
|
48
47
|
<a href="https://codecov.io/gh/ddc/pythonLogs"><img src="https://codecov.io/gh/ddc/pythonLogs/graph/badge.svg?token=XWB53034GI&style=plastic" alt="codecov"/></a>
|
|
49
48
|
<a href="https://sonarcloud.io/dashboard?id=ddc_pythonLogs"><img src="https://sonarcloud.io/api/project_badges/measure?project=ddc_pythonLogs&metric=alert_status&style=plastic" alt="Quality Gate Status"/></a>
|
|
@@ -67,7 +66,7 @@ Description-Content-Type: text/markdown
|
|
|
67
66
|
- [Environment Variables](#env-variables-optional)
|
|
68
67
|
- [Settings Cache Management](#settings-cache-management)
|
|
69
68
|
- [Flexible Configuration Options](#flexible-configuration-options)
|
|
70
|
-
- [Development](#development)
|
|
69
|
+
- [Development and Testing](#development-and-testing)
|
|
71
70
|
- [Create DEV Environment and Running Tests](#create-dev-environment-and-running-tests)
|
|
72
71
|
- [Update DEV Environment Packages](#update-dev-environment-packages)
|
|
73
72
|
- [Building Wheel](#building-wheel)
|
|
@@ -376,17 +375,15 @@ RotateWhen.MONDAY # "W0"
|
|
|
376
375
|
|
|
377
376
|
|
|
378
377
|
|
|
379
|
-
# Development
|
|
378
|
+
# Development and Testing
|
|
380
379
|
|
|
381
380
|
Must have [UV](https://uv.run/docs/getting-started/installation) installed.
|
|
382
381
|
|
|
383
382
|
## Create DEV Environment and Running Tests
|
|
384
383
|
|
|
385
|
-
> **Note:** All poe tasks automatically run ruff linter along with Black formatting
|
|
386
|
-
|
|
387
384
|
```shell
|
|
388
385
|
uv sync --all-extras --all-groups
|
|
389
|
-
poe
|
|
386
|
+
poe tests
|
|
390
387
|
```
|
|
391
388
|
|
|
392
389
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
pythonLogs/.env.example,sha256=oEj_KFZ_ak8Wl7DPaQR4peMyok9ydOwkw_7A50XxBtI,1092
|
|
2
|
-
pythonLogs/__init__.py,sha256=
|
|
2
|
+
pythonLogs/__init__.py,sha256=lkJYReVOsaIRAS7bVn6xddu1C-sjgC6PvYGT10xlSFI,696
|
|
3
3
|
pythonLogs/basic_log.py,sha256=qT3N5I3yOO5kNVxB8kUa1JoM3xTgpiy-HBUbMDX4j-4,2391
|
|
4
4
|
pythonLogs/size_rotating.py,sha256=j-_LrGoqV-cJ9lFqLUMN4pzxcDDGYuKydAtRsDROnAs,4515
|
|
5
5
|
pythonLogs/timed_rotating.py,sha256=iy-xtn2BykWL3pIZtQVInkF_pMSC8eCSSZG6OhXalFs,3964
|
|
@@ -10,7 +10,7 @@ pythonLogs/core/log_utils.py,sha256=5SB5r42y1ORQJI0XwpvnH1p9knGOtlAUWn0JoMTyc30,
|
|
|
10
10
|
pythonLogs/core/memory_utils.py,sha256=Y4Me9dOHQE9I5oJTfyqIbVt-LJhH4xs7z3nhIoHjjtk,5761
|
|
11
11
|
pythonLogs/core/settings.py,sha256=fmEWlw-G7hDU7oX7qG67Os2uJQcjPclBcfzOUq2aYx4,3677
|
|
12
12
|
pythonLogs/core/thread_safety.py,sha256=5BCUtZ3sorFLwMKf9eibcJCu5lgwcrLrxrRkj23Li8s,5202
|
|
13
|
-
pythonlogs-6.0.
|
|
14
|
-
pythonlogs-6.0.
|
|
15
|
-
pythonlogs-6.0.
|
|
16
|
-
pythonlogs-6.0.
|
|
13
|
+
pythonlogs-6.0.3.dist-info/METADATA,sha256=kQvgGzKXAwek6pVgZaCHcWOtkZEw81GvyWq2rayb5M0,13623
|
|
14
|
+
pythonlogs-6.0.3.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
15
|
+
pythonlogs-6.0.3.dist-info/licenses/LICENSE,sha256=3fEBeO1ARuqTVV1QJzrGVVmXZz_okGweH0a-MeA0Qpc,1068
|
|
16
|
+
pythonlogs-6.0.3.dist-info/RECORD,,
|
|
File without changes
|