fluidattacks_utils_logger 3.0.2__tar.gz → 3.0.3__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.
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/PKG-INFO +2 -2
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/fluidattacks_utils_logger/__init__.py +1 -1
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/pyproject.toml +1 -1
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/uv.lock +19 -11
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/.envrc +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/build/default.nix +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/build/filter.nix +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/flake.lock +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/flake.nix +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/fluidattacks_utils_logger/env.py +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/fluidattacks_utils_logger/handlers.py +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/fluidattacks_utils_logger/levels.py +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/fluidattacks_utils_logger/logger.py +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/fluidattacks_utils_logger/py.typed +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/mypy.ini +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/ruff.toml +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/tests/__init__.py +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/tests/arch/__init__.py +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/tests/arch/arch.py +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/tests/arch/test_arch.py +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/tests/py.typed +0 -0
- {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/tests/test_logger.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fluidattacks_utils_logger
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.3
|
|
4
4
|
Summary: Common logger handlers
|
|
5
5
|
Author-email: Product Team <development@fluidattacks.com>
|
|
6
6
|
Requires-Python: >=3.11
|
|
7
7
|
Classifier: License :: OSI Approved :: MIT License
|
|
8
|
-
Requires-Dist: fluidattacks-core >=
|
|
8
|
+
Requires-Dist: fluidattacks-core >=9.0.0, <10.0.0
|
|
9
9
|
Requires-Dist: fa-purity >=2.5.2, <3.0.0
|
|
10
10
|
Requires-Dist: python-json-logger >=3.3.0, <5.0.0
|
|
@@ -4,7 +4,7 @@ authors = [{ name = "Product Team", email = "development@fluidattacks.com" }]
|
|
|
4
4
|
classifiers = ["License :: OSI Approved :: MIT License"]
|
|
5
5
|
requires-python = ">=3.11"
|
|
6
6
|
dependencies = [
|
|
7
|
-
"fluidattacks-core >=
|
|
7
|
+
"fluidattacks-core >=9.0.0, <10.0.0",
|
|
8
8
|
"fa-purity >=2.5.2, <3.0.0",
|
|
9
9
|
"python-json-logger >=3.3.0, <5.0.0",
|
|
10
10
|
]
|
|
@@ -6,6 +6,14 @@ resolution-markers = [
|
|
|
6
6
|
"python_full_version < '3.15'",
|
|
7
7
|
]
|
|
8
8
|
|
|
9
|
+
[options]
|
|
10
|
+
exclude-newer = "2026-06-26T20:20:50.666646Z"
|
|
11
|
+
exclude-newer-span = "P7D"
|
|
12
|
+
|
|
13
|
+
[options.exclude-newer-package]
|
|
14
|
+
fluid-blends = "2099-01-02T05:00:00Z"
|
|
15
|
+
fluidattacks-core = "2099-01-02T05:00:00Z"
|
|
16
|
+
|
|
9
17
|
[[package]]
|
|
10
18
|
name = "arch-lint"
|
|
11
19
|
version = "5.0.1"
|
|
@@ -159,18 +167,18 @@ wheels = [
|
|
|
159
167
|
|
|
160
168
|
[[package]]
|
|
161
169
|
name = "fluidattacks-core"
|
|
162
|
-
version = "
|
|
170
|
+
version = "9.0.0"
|
|
163
171
|
source = { registry = "https://pypi.org/simple" }
|
|
164
172
|
wheels = [
|
|
165
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
166
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
167
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
168
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
169
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
170
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
171
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
172
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
173
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
173
|
+
{ url = "https://files.pythonhosted.org/packages/18/3e/de460449f4f9a671f15809240a78a0d8a94016cfd2adb89a2ee892fa4f70/fluidattacks_core-9.0.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f17cf6080230ac77b4146cededa22924e2e6d43abede90f3016a79e774b350d9", size = 6391353, upload-time = "2026-07-03T17:47:30.889Z" },
|
|
174
|
+
{ url = "https://files.pythonhosted.org/packages/df/ab/6628a22fab65484a39d6f923d3e9dfdddfef1fac91f655f9601c8d0e7529/fluidattacks_core-9.0.0-cp311-cp311-manylinux_2_39_aarch64.whl", hash = "sha256:794943fac0a0b435dff9b1d16119d7365299978b97e16251d1e49abd36ba5f75", size = 7292655, upload-time = "2026-07-03T17:47:38.163Z" },
|
|
175
|
+
{ url = "https://files.pythonhosted.org/packages/c7/d9/934d7b73a5828a61cc7170d77acc9f8c793abb9ced081ab1a00a24071fd7/fluidattacks_core-9.0.0-cp311-cp311-manylinux_2_39_x86_64.whl", hash = "sha256:33f0eecc272426cc182c3b4e105beb46c203c50ddee831a53070d405ef698053", size = 7304574, upload-time = "2026-07-03T17:47:36.773Z" },
|
|
176
|
+
{ url = "https://files.pythonhosted.org/packages/6c/98/3c9e265ae1d1b56464849aaf70976c9a9a2655e4d8d8832fb171634171fe/fluidattacks_core-9.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:3fa4d131b5e82fd5b7d476b52c6dc287fcdcdf65249f9c9a5a0e86bc566b12a9", size = 6389791, upload-time = "2026-07-03T17:47:28.086Z" },
|
|
177
|
+
{ url = "https://files.pythonhosted.org/packages/84/4c/33c9495cbb64f90b50bca77c800c1ee5df68d95cd76f6afca2387c344097/fluidattacks_core-9.0.0-cp312-cp312-manylinux_2_39_aarch64.whl", hash = "sha256:5fb102b128df7167a07f2a32d1076cb3ec16b8d8cc09e662f09b99e5905f9607", size = 7285550, upload-time = "2026-07-03T17:47:35.385Z" },
|
|
178
|
+
{ url = "https://files.pythonhosted.org/packages/97/f6/e0e50dce211dc613c70211e43714e9be5cb4cbae8e4b16fa3628e4625e86/fluidattacks_core-9.0.0-cp312-cp312-manylinux_2_39_x86_64.whl", hash = "sha256:7ffa82e47d2a960524bf9e73a1f25641fc52e6c91f5408e2bd2b8da9523050c7", size = 7298861, upload-time = "2026-07-03T17:47:32.365Z" },
|
|
179
|
+
{ url = "https://files.pythonhosted.org/packages/2f/6b/3036d9f4a96d82ff9e9722188ae55717ecaf0dcfb7d86343eb339379d740/fluidattacks_core-9.0.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:44ba3aede27d995f76e63eba1e5527408a142950eeb184e11ae08762eaea7a5d", size = 6388752, upload-time = "2026-07-03T17:47:29.558Z" },
|
|
180
|
+
{ url = "https://files.pythonhosted.org/packages/06/16/f95d36e519bd57ec1d3413387ac3199ee271ed8337df8650aa607cf0011e/fluidattacks_core-9.0.0-cp313-cp313-manylinux_2_39_aarch64.whl", hash = "sha256:d8178dbbf3d50499ed4120d0297382e0fbd35eec46ba4c7b75f0c40cd31dba9e", size = 7286041, upload-time = "2026-07-03T17:47:26.164Z" },
|
|
181
|
+
{ url = "https://files.pythonhosted.org/packages/22/3b/b9922c9bddcff95a7c2a528915758dc3bce8e9cfa0edcafbc0014f11916a/fluidattacks_core-9.0.0-cp313-cp313-manylinux_2_39_x86_64.whl", hash = "sha256:02adb2242beb06e27a04044f43c4382451ef6a665224c367f58660d733c7c0a9", size = 7297371, upload-time = "2026-07-03T17:47:33.816Z" },
|
|
174
182
|
]
|
|
175
183
|
|
|
176
184
|
[[package]]
|
|
@@ -194,7 +202,7 @@ dev = [
|
|
|
194
202
|
[package.metadata]
|
|
195
203
|
requires-dist = [
|
|
196
204
|
{ name = "fa-purity", specifier = ">=2.5.2,<3.0.0" },
|
|
197
|
-
{ name = "fluidattacks-core", specifier = ">=
|
|
205
|
+
{ name = "fluidattacks-core", specifier = ">=9.0.0,<10.0.0" },
|
|
198
206
|
{ name = "python-json-logger", specifier = ">=3.3.0,<5.0.0" },
|
|
199
207
|
]
|
|
200
208
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/fluidattacks_utils_logger/env.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
|
|
File without changes
|
|
File without changes
|