python3-commons 0.9.8__tar.gz → 0.9.10__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.
- {python3_commons-0.9.8 → python3_commons-0.9.10}/.pre-commit-config.yaml +1 -1
- {python3_commons-0.9.8 → python3_commons-0.9.10}/PKG-INFO +1 -1
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/helpers.py +23 -2
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons.egg-info/PKG-INFO +1 -1
- {python3_commons-0.9.8 → python3_commons-0.9.10}/uv.lock +68 -67
- {python3_commons-0.9.8 → python3_commons-0.9.10}/.coveragerc +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/.gitignore +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/.python-version +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/AUTHORS.rst +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/CHANGELOG.rst +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/LICENSE +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/README.md +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/README.rst +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/docs/Makefile +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/docs/_static/.gitignore +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/docs/authors.rst +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/docs/changelog.rst +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/docs/conf.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/docs/index.rst +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/docs/license.rst +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/pyproject.toml +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/setup.cfg +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons.egg-info/requires.txt +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/tests/conftest.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/tests/test_audit.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/tests/test_cache.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/tests/test_helpers.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/tests/test_msgpack.py +0 -0
- {python3_commons-0.9.8 → python3_commons-0.9.10}/tests/test_msgspec.py +0 -0
@@ -1,6 +1,9 @@
|
|
1
|
+
import functools
|
2
|
+
import inspect
|
1
3
|
import logging
|
2
4
|
import shlex
|
3
5
|
import threading
|
6
|
+
import time
|
4
7
|
from abc import ABCMeta
|
5
8
|
from collections import defaultdict
|
6
9
|
from datetime import date, datetime, timedelta
|
@@ -58,12 +61,12 @@ def date_range(start_date, end_date):
|
|
58
61
|
def tries(times):
|
59
62
|
def func_wrapper(f):
|
60
63
|
async def wrapper(*args, **kwargs):
|
61
|
-
for
|
64
|
+
for _time in range(times if times > 0 else 1):
|
62
65
|
# noinspection PyBroadException
|
63
66
|
try:
|
64
67
|
return await f(*args, **kwargs)
|
65
68
|
except Exception as exc:
|
66
|
-
if
|
69
|
+
if _time >= times:
|
67
70
|
raise exc
|
68
71
|
|
69
72
|
return wrapper
|
@@ -108,3 +111,21 @@ def request_to_curl(
|
|
108
111
|
curl_cmd.append(shlex.quote(data.decode('utf-8')))
|
109
112
|
|
110
113
|
return ' '.join(curl_cmd)
|
114
|
+
|
115
|
+
|
116
|
+
def log_execution_time(func):
|
117
|
+
_logger = logging.getLogger(func.__module__)
|
118
|
+
|
119
|
+
@functools.wraps(func)
|
120
|
+
async def wrapper(*args, **kwargs):
|
121
|
+
start_time = time.monotonic()
|
122
|
+
|
123
|
+
try:
|
124
|
+
return await func(*args, **kwargs)
|
125
|
+
finally:
|
126
|
+
elapsed = time.monotonic() - start_time
|
127
|
+
_logger.info(f'{func.__module__}.{func.__name__} executed in {elapsed:.4f} seconds')
|
128
|
+
|
129
|
+
wrapper.__signature__ = inspect.signature(func)
|
130
|
+
|
131
|
+
return wrapper
|
@@ -1,10 +1,10 @@
|
|
1
1
|
version = 1
|
2
|
-
revision =
|
2
|
+
revision = 3
|
3
3
|
requires-python = "==3.13.*"
|
4
4
|
|
5
5
|
[[package]]
|
6
6
|
name = "aiobotocore"
|
7
|
-
version = "2.24.
|
7
|
+
version = "2.24.1"
|
8
8
|
source = { registry = "https://pypi.org/simple" }
|
9
9
|
dependencies = [
|
10
10
|
{ name = "aiohttp" },
|
@@ -15,9 +15,9 @@ dependencies = [
|
|
15
15
|
{ name = "python-dateutil" },
|
16
16
|
{ name = "wrapt" },
|
17
17
|
]
|
18
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
18
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1b/02/b4ed1af4b3437c2fc6e6111e7fdee011b34cf1c0cc8f314474f843e10019/aiobotocore-2.24.1.tar.gz", hash = "sha256:59237f1b2d4ff619f9a9e78360b691d59b92fdd4d03d054dbd2eeff8ada5667e", size = 119754, upload-time = "2025-08-15T15:49:53.209Z" }
|
19
19
|
wheels = [
|
20
|
-
{ url = "https://files.pythonhosted.org/packages/
|
20
|
+
{ url = "https://files.pythonhosted.org/packages/20/26/c3c93209084e24990ad1b4214f67dce1c0183454cec9cd2cad9433f493bb/aiobotocore-2.24.1-py3-none-any.whl", hash = "sha256:557922823455ca65bbd065b363b54846f16b9c4b6bd0b61ecdfa01ca13a04531", size = 85216, upload-time = "2025-08-15T15:49:51.442Z" },
|
21
21
|
]
|
22
22
|
|
23
23
|
[[package]]
|
@@ -369,33 +369,33 @@ wheels = [
|
|
369
369
|
|
370
370
|
[[package]]
|
371
371
|
name = "coverage"
|
372
|
-
version = "7.10.
|
373
|
-
source = { registry = "https://pypi.org/simple" }
|
374
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
375
|
-
wheels = [
|
376
|
-
{ url = "https://files.pythonhosted.org/packages/
|
377
|
-
{ url = "https://files.pythonhosted.org/packages/
|
378
|
-
{ url = "https://files.pythonhosted.org/packages/
|
379
|
-
{ url = "https://files.pythonhosted.org/packages/
|
380
|
-
{ url = "https://files.pythonhosted.org/packages/
|
381
|
-
{ url = "https://files.pythonhosted.org/packages/
|
382
|
-
{ url = "https://files.pythonhosted.org/packages/
|
383
|
-
{ url = "https://files.pythonhosted.org/packages/
|
384
|
-
{ url = "https://files.pythonhosted.org/packages/
|
385
|
-
{ url = "https://files.pythonhosted.org/packages/
|
386
|
-
{ url = "https://files.pythonhosted.org/packages/
|
387
|
-
{ url = "https://files.pythonhosted.org/packages/
|
388
|
-
{ url = "https://files.pythonhosted.org/packages/
|
389
|
-
{ url = "https://files.pythonhosted.org/packages/
|
390
|
-
{ url = "https://files.pythonhosted.org/packages/
|
391
|
-
{ url = "https://files.pythonhosted.org/packages/
|
392
|
-
{ url = "https://files.pythonhosted.org/packages/
|
393
|
-
{ url = "https://files.pythonhosted.org/packages/
|
394
|
-
{ url = "https://files.pythonhosted.org/packages/
|
395
|
-
{ url = "https://files.pythonhosted.org/packages/
|
396
|
-
{ url = "https://files.pythonhosted.org/packages/
|
397
|
-
{ url = "https://files.pythonhosted.org/packages/
|
398
|
-
{ url = "https://files.pythonhosted.org/packages/
|
372
|
+
version = "7.10.4"
|
373
|
+
source = { registry = "https://pypi.org/simple" }
|
374
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d6/4e/08b493f1f1d8a5182df0044acc970799b58a8d289608e0d891a03e9d269a/coverage-7.10.4.tar.gz", hash = "sha256:25f5130af6c8e7297fd14634955ba9e1697f47143f289e2a23284177c0061d27", size = 823798, upload-time = "2025-08-17T00:26:43.314Z" }
|
375
|
+
wheels = [
|
376
|
+
{ url = "https://files.pythonhosted.org/packages/46/b0/4a3662de81f2ed792a4e425d59c4ae50d8dd1d844de252838c200beed65a/coverage-7.10.4-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:2b8e1d2015d5dfdbf964ecef12944c0c8c55b885bb5c0467ae8ef55e0e151233", size = 216735, upload-time = "2025-08-17T00:25:08.617Z" },
|
377
|
+
{ url = "https://files.pythonhosted.org/packages/c5/e8/e2dcffea01921bfffc6170fb4406cffb763a3b43a047bbd7923566708193/coverage-7.10.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:25735c299439018d66eb2dccf54f625aceb78645687a05f9f848f6e6c751e169", size = 216982, upload-time = "2025-08-17T00:25:10.384Z" },
|
378
|
+
{ url = "https://files.pythonhosted.org/packages/9d/59/cc89bb6ac869704d2781c2f5f7957d07097c77da0e8fdd4fd50dbf2ac9c0/coverage-7.10.4-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:715c06cb5eceac4d9b7cdf783ce04aa495f6aff657543fea75c30215b28ddb74", size = 247981, upload-time = "2025-08-17T00:25:11.854Z" },
|
379
|
+
{ url = "https://files.pythonhosted.org/packages/aa/23/3da089aa177ceaf0d3f96754ebc1318597822e6387560914cc480086e730/coverage-7.10.4-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:e017ac69fac9aacd7df6dc464c05833e834dc5b00c914d7af9a5249fcccf07ef", size = 250584, upload-time = "2025-08-17T00:25:13.483Z" },
|
380
|
+
{ url = "https://files.pythonhosted.org/packages/ad/82/e8693c368535b4e5fad05252a366a1794d481c79ae0333ed943472fd778d/coverage-7.10.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bad180cc40b3fccb0f0e8c702d781492654ac2580d468e3ffc8065e38c6c2408", size = 251856, upload-time = "2025-08-17T00:25:15.27Z" },
|
381
|
+
{ url = "https://files.pythonhosted.org/packages/56/19/8b9cb13292e602fa4135b10a26ac4ce169a7fc7c285ff08bedd42ff6acca/coverage-7.10.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:becbdcd14f685fada010a5f792bf0895675ecf7481304fe159f0cd3f289550bd", size = 250015, upload-time = "2025-08-17T00:25:16.759Z" },
|
382
|
+
{ url = "https://files.pythonhosted.org/packages/10/e7/e5903990ce089527cf1c4f88b702985bd65c61ac245923f1ff1257dbcc02/coverage-7.10.4-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:0b485ca21e16a76f68060911f97ebbe3e0d891da1dbbce6af7ca1ab3f98b9097", size = 247908, upload-time = "2025-08-17T00:25:18.232Z" },
|
383
|
+
{ url = "https://files.pythonhosted.org/packages/dd/c9/7d464f116df1df7fe340669af1ddbe1a371fc60f3082ff3dc837c4f1f2ab/coverage-7.10.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6c1d098ccfe8e1e0a1ed9a0249138899948afd2978cbf48eb1cc3fcd38469690", size = 249525, upload-time = "2025-08-17T00:25:20.141Z" },
|
384
|
+
{ url = "https://files.pythonhosted.org/packages/ce/42/722e0cdbf6c19e7235c2020837d4e00f3b07820fd012201a983238cc3a30/coverage-7.10.4-cp313-cp313-win32.whl", hash = "sha256:8630f8af2ca84b5c367c3df907b1706621abe06d6929f5045fd628968d421e6e", size = 219173, upload-time = "2025-08-17T00:25:21.56Z" },
|
385
|
+
{ url = "https://files.pythonhosted.org/packages/97/7e/aa70366f8275955cd51fa1ed52a521c7fcebcc0fc279f53c8c1ee6006dfe/coverage-7.10.4-cp313-cp313-win_amd64.whl", hash = "sha256:f68835d31c421736be367d32f179e14ca932978293fe1b4c7a6a49b555dff5b2", size = 219969, upload-time = "2025-08-17T00:25:23.501Z" },
|
386
|
+
{ url = "https://files.pythonhosted.org/packages/ac/96/c39d92d5aad8fec28d4606556bfc92b6fee0ab51e4a548d9b49fb15a777c/coverage-7.10.4-cp313-cp313-win_arm64.whl", hash = "sha256:6eaa61ff6724ca7ebc5326d1fae062d85e19b38dd922d50903702e6078370ae7", size = 218601, upload-time = "2025-08-17T00:25:25.295Z" },
|
387
|
+
{ url = "https://files.pythonhosted.org/packages/79/13/34d549a6177bd80fa5db758cb6fd3057b7ad9296d8707d4ab7f480b0135f/coverage-7.10.4-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:702978108876bfb3d997604930b05fe769462cc3000150b0e607b7b444f2fd84", size = 217445, upload-time = "2025-08-17T00:25:27.129Z" },
|
388
|
+
{ url = "https://files.pythonhosted.org/packages/6a/c0/433da866359bf39bf595f46d134ff2d6b4293aeea7f3328b6898733b0633/coverage-7.10.4-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:e8f978e8c5521d9c8f2086ac60d931d583fab0a16f382f6eb89453fe998e2484", size = 217676, upload-time = "2025-08-17T00:25:28.641Z" },
|
389
|
+
{ url = "https://files.pythonhosted.org/packages/7e/d7/2b99aa8737f7801fd95222c79a4ebc8c5dd4460d4bed7ef26b17a60c8d74/coverage-7.10.4-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:df0ac2ccfd19351411c45e43ab60932b74472e4648b0a9edf6a3b58846e246a9", size = 259002, upload-time = "2025-08-17T00:25:30.065Z" },
|
390
|
+
{ url = "https://files.pythonhosted.org/packages/08/cf/86432b69d57debaef5abf19aae661ba8f4fcd2882fa762e14added4bd334/coverage-7.10.4-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:73a0d1aaaa3796179f336448e1576a3de6fc95ff4f07c2d7251d4caf5d18cf8d", size = 261178, upload-time = "2025-08-17T00:25:31.517Z" },
|
391
|
+
{ url = "https://files.pythonhosted.org/packages/23/78/85176593f4aa6e869cbed7a8098da3448a50e3fac5cb2ecba57729a5220d/coverage-7.10.4-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:873da6d0ed6b3ffc0bc01f2c7e3ad7e2023751c0d8d86c26fe7322c314b031dc", size = 263402, upload-time = "2025-08-17T00:25:33.339Z" },
|
392
|
+
{ url = "https://files.pythonhosted.org/packages/88/1d/57a27b6789b79abcac0cc5805b31320d7a97fa20f728a6a7c562db9a3733/coverage-7.10.4-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:c6446c75b0e7dda5daa876a1c87b480b2b52affb972fedd6c22edf1aaf2e00ec", size = 260957, upload-time = "2025-08-17T00:25:34.795Z" },
|
393
|
+
{ url = "https://files.pythonhosted.org/packages/fa/e5/3e5ddfd42835c6def6cd5b2bdb3348da2e34c08d9c1211e91a49e9fd709d/coverage-7.10.4-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:6e73933e296634e520390c44758d553d3b573b321608118363e52113790633b9", size = 258718, upload-time = "2025-08-17T00:25:36.259Z" },
|
394
|
+
{ url = "https://files.pythonhosted.org/packages/1a/0b/d364f0f7ef111615dc4e05a6ed02cac7b6f2ac169884aa57faeae9eb5fa0/coverage-7.10.4-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:52073d4b08d2cb571234c8a71eb32af3c6923149cf644a51d5957ac128cf6aa4", size = 259848, upload-time = "2025-08-17T00:25:37.754Z" },
|
395
|
+
{ url = "https://files.pythonhosted.org/packages/10/c6/bbea60a3b309621162e53faf7fac740daaf083048ea22077418e1ecaba3f/coverage-7.10.4-cp313-cp313t-win32.whl", hash = "sha256:e24afb178f21f9ceb1aefbc73eb524769aa9b504a42b26857243f881af56880c", size = 219833, upload-time = "2025-08-17T00:25:39.252Z" },
|
396
|
+
{ url = "https://files.pythonhosted.org/packages/44/a5/f9f080d49cfb117ddffe672f21eab41bd23a46179a907820743afac7c021/coverage-7.10.4-cp313-cp313t-win_amd64.whl", hash = "sha256:be04507ff1ad206f4be3d156a674e3fb84bbb751ea1b23b142979ac9eebaa15f", size = 220897, upload-time = "2025-08-17T00:25:40.772Z" },
|
397
|
+
{ url = "https://files.pythonhosted.org/packages/46/89/49a3fc784fa73d707f603e586d84a18c2e7796707044e9d73d13260930b7/coverage-7.10.4-cp313-cp313t-win_arm64.whl", hash = "sha256:f3e3ff3f69d02b5dad67a6eac68cc9c71ae343b6328aae96e914f9f2f23a22e2", size = 219160, upload-time = "2025-08-17T00:25:42.229Z" },
|
398
|
+
{ url = "https://files.pythonhosted.org/packages/bb/78/983efd23200921d9edb6bd40512e1aa04af553d7d5a171e50f9b2b45d109/coverage-7.10.4-py3-none-any.whl", hash = "sha256:065d75447228d05121e5c938ca8f0e91eed60a1eb2d1258d42d5084fecfc3302", size = 208365, upload-time = "2025-08-17T00:26:41.479Z" },
|
399
399
|
]
|
400
400
|
|
401
401
|
[[package]]
|
@@ -527,11 +527,11 @@ wheels = [
|
|
527
527
|
|
528
528
|
[[package]]
|
529
529
|
name = "filelock"
|
530
|
-
version = "3.
|
530
|
+
version = "3.19.1"
|
531
531
|
source = { registry = "https://pypi.org/simple" }
|
532
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
532
|
+
sdist = { url = "https://files.pythonhosted.org/packages/40/bb/0ab3e58d22305b6f5440629d20683af28959bf793d98d11950e305c1c326/filelock-3.19.1.tar.gz", hash = "sha256:66eda1888b0171c998b35be2bcc0f6d75c388a7ce20c3f3f37aa8e96c2dddf58", size = 17687, upload-time = "2025-08-14T16:56:03.016Z" }
|
533
533
|
wheels = [
|
534
|
-
{ url = "https://files.pythonhosted.org/packages/
|
534
|
+
{ url = "https://files.pythonhosted.org/packages/42/14/42b2651a2f46b022ccd948bca9f2d5af0fd8929c4eec235b8d6d844fbe67/filelock-3.19.1-py3-none-any.whl", hash = "sha256:d38e30481def20772f5baf097c122c3babc4fcdb7e14e57049eb9d88c6dc017d", size = 15988, upload-time = "2025-08-14T16:56:01.633Z" },
|
535
535
|
]
|
536
536
|
|
537
537
|
[[package]]
|
@@ -1243,7 +1243,7 @@ wheels = [
|
|
1243
1243
|
|
1244
1244
|
[[package]]
|
1245
1245
|
name = "requests"
|
1246
|
-
version = "2.32.
|
1246
|
+
version = "2.32.5"
|
1247
1247
|
source = { registry = "https://pypi.org/simple" }
|
1248
1248
|
dependencies = [
|
1249
1249
|
{ name = "certifi" },
|
@@ -1251,9 +1251,9 @@ dependencies = [
|
|
1251
1251
|
{ name = "idna" },
|
1252
1252
|
{ name = "urllib3" },
|
1253
1253
|
]
|
1254
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1254
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c9/74/b3ff8e6c8446842c3f5c837e9c3dfcfe2018ea6ecef224c710c85ef728f4/requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf", size = 134517, upload-time = "2025-08-18T20:46:02.573Z" }
|
1255
1255
|
wheels = [
|
1256
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1256
|
+
{ url = "https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6", size = 64738, upload-time = "2025-08-18T20:46:00.542Z" },
|
1257
1257
|
]
|
1258
1258
|
|
1259
1259
|
[[package]]
|
@@ -1294,27 +1294,28 @@ wheels = [
|
|
1294
1294
|
|
1295
1295
|
[[package]]
|
1296
1296
|
name = "ruff"
|
1297
|
-
version = "0.12.
|
1298
|
-
source = { registry = "https://pypi.org/simple" }
|
1299
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1300
|
-
wheels = [
|
1301
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1302
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1303
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1304
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1305
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1306
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1307
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1308
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1309
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1310
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1311
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1312
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1313
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1314
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1315
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1316
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1317
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1297
|
+
version = "0.12.9"
|
1298
|
+
source = { registry = "https://pypi.org/simple" }
|
1299
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4a/45/2e403fa7007816b5fbb324cb4f8ed3c7402a927a0a0cb2b6279879a8bfdc/ruff-0.12.9.tar.gz", hash = "sha256:fbd94b2e3c623f659962934e52c2bea6fc6da11f667a427a368adaf3af2c866a", size = 5254702, upload-time = "2025-08-14T16:08:55.2Z" }
|
1300
|
+
wheels = [
|
1301
|
+
{ url = "https://files.pythonhosted.org/packages/ad/20/53bf098537adb7b6a97d98fcdebf6e916fcd11b2e21d15f8c171507909cc/ruff-0.12.9-py3-none-linux_armv6l.whl", hash = "sha256:fcebc6c79fcae3f220d05585229463621f5dbf24d79fdc4936d9302e177cfa3e", size = 11759705, upload-time = "2025-08-14T16:08:12.968Z" },
|
1302
|
+
{ url = "https://files.pythonhosted.org/packages/20/4d/c764ee423002aac1ec66b9d541285dd29d2c0640a8086c87de59ebbe80d5/ruff-0.12.9-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:aed9d15f8c5755c0e74467731a007fcad41f19bcce41cd75f768bbd687f8535f", size = 12527042, upload-time = "2025-08-14T16:08:16.54Z" },
|
1303
|
+
{ url = "https://files.pythonhosted.org/packages/8b/45/cfcdf6d3eb5fc78a5b419e7e616d6ccba0013dc5b180522920af2897e1be/ruff-0.12.9-py3-none-macosx_11_0_arm64.whl", hash = "sha256:5b15ea354c6ff0d7423814ba6d44be2807644d0c05e9ed60caca87e963e93f70", size = 11724457, upload-time = "2025-08-14T16:08:18.686Z" },
|
1304
|
+
{ url = "https://files.pythonhosted.org/packages/72/e6/44615c754b55662200c48bebb02196dbb14111b6e266ab071b7e7297b4ec/ruff-0.12.9-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d596c2d0393c2502eaabfef723bd74ca35348a8dac4267d18a94910087807c53", size = 11949446, upload-time = "2025-08-14T16:08:21.059Z" },
|
1305
|
+
{ url = "https://files.pythonhosted.org/packages/fd/d1/9b7d46625d617c7df520d40d5ac6cdcdf20cbccb88fad4b5ecd476a6bb8d/ruff-0.12.9-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1b15599931a1a7a03c388b9c5df1bfa62be7ede6eb7ef753b272381f39c3d0ff", size = 11566350, upload-time = "2025-08-14T16:08:23.433Z" },
|
1306
|
+
{ url = "https://files.pythonhosted.org/packages/59/20/b73132f66f2856bc29d2d263c6ca457f8476b0bbbe064dac3ac3337a270f/ruff-0.12.9-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3d02faa2977fb6f3f32ddb7828e212b7dd499c59eb896ae6c03ea5c303575756", size = 13270430, upload-time = "2025-08-14T16:08:25.837Z" },
|
1307
|
+
{ url = "https://files.pythonhosted.org/packages/a2/21/eaf3806f0a3d4c6be0a69d435646fba775b65f3f2097d54898b0fd4bb12e/ruff-0.12.9-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:17d5b6b0b3a25259b69ebcba87908496e6830e03acfb929ef9fd4c58675fa2ea", size = 14264717, upload-time = "2025-08-14T16:08:27.907Z" },
|
1308
|
+
{ url = "https://files.pythonhosted.org/packages/d2/82/1d0c53bd37dcb582b2c521d352fbf4876b1e28bc0d8894344198f6c9950d/ruff-0.12.9-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:72db7521860e246adbb43f6ef464dd2a532ef2ef1f5dd0d470455b8d9f1773e0", size = 13684331, upload-time = "2025-08-14T16:08:30.352Z" },
|
1309
|
+
{ url = "https://files.pythonhosted.org/packages/3b/2f/1c5cf6d8f656306d42a686f1e207f71d7cebdcbe7b2aa18e4e8a0cb74da3/ruff-0.12.9-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a03242c1522b4e0885af63320ad754d53983c9599157ee33e77d748363c561ce", size = 12739151, upload-time = "2025-08-14T16:08:32.55Z" },
|
1310
|
+
{ url = "https://files.pythonhosted.org/packages/47/09/25033198bff89b24d734e6479e39b1968e4c992e82262d61cdccaf11afb9/ruff-0.12.9-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9fc83e4e9751e6c13b5046d7162f205d0a7bac5840183c5beebf824b08a27340", size = 12954992, upload-time = "2025-08-14T16:08:34.816Z" },
|
1311
|
+
{ url = "https://files.pythonhosted.org/packages/52/8e/d0dbf2f9dca66c2d7131feefc386523404014968cd6d22f057763935ab32/ruff-0.12.9-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:881465ed56ba4dd26a691954650de6ad389a2d1fdb130fe51ff18a25639fe4bb", size = 12899569, upload-time = "2025-08-14T16:08:36.852Z" },
|
1312
|
+
{ url = "https://files.pythonhosted.org/packages/a0/bd/b614d7c08515b1428ed4d3f1d4e3d687deffb2479703b90237682586fa66/ruff-0.12.9-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:43f07a3ccfc62cdb4d3a3348bf0588358a66da756aa113e071b8ca8c3b9826af", size = 11751983, upload-time = "2025-08-14T16:08:39.314Z" },
|
1313
|
+
{ url = "https://files.pythonhosted.org/packages/58/d6/383e9f818a2441b1a0ed898d7875f11273f10882f997388b2b51cb2ae8b5/ruff-0.12.9-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:07adb221c54b6bba24387911e5734357f042e5669fa5718920ee728aba3cbadc", size = 11538635, upload-time = "2025-08-14T16:08:41.297Z" },
|
1314
|
+
{ url = "https://files.pythonhosted.org/packages/20/9c/56f869d314edaa9fc1f491706d1d8a47747b9d714130368fbd69ce9024e9/ruff-0.12.9-py3-none-musllinux_1_2_i686.whl", hash = "sha256:f5cd34fabfdea3933ab85d72359f118035882a01bff15bd1d2b15261d85d5f66", size = 12534346, upload-time = "2025-08-14T16:08:43.39Z" },
|
1315
|
+
{ url = "https://files.pythonhosted.org/packages/bd/4b/d8b95c6795a6c93b439bc913ee7a94fda42bb30a79285d47b80074003ee7/ruff-0.12.9-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:f6be1d2ca0686c54564da8e7ee9e25f93bdd6868263805f8c0b8fc6a449db6d7", size = 13017021, upload-time = "2025-08-14T16:08:45.889Z" },
|
1316
|
+
{ url = "https://files.pythonhosted.org/packages/c7/c1/5f9a839a697ce1acd7af44836f7c2181cdae5accd17a5cb85fcbd694075e/ruff-0.12.9-py3-none-win32.whl", hash = "sha256:cc7a37bd2509974379d0115cc5608a1a4a6c4bff1b452ea69db83c8855d53f93", size = 11734785, upload-time = "2025-08-14T16:08:48.062Z" },
|
1317
|
+
{ url = "https://files.pythonhosted.org/packages/fa/66/cdddc2d1d9a9f677520b7cfc490d234336f523d4b429c1298de359a3be08/ruff-0.12.9-py3-none-win_amd64.whl", hash = "sha256:6fb15b1977309741d7d098c8a3cb7a30bc112760a00fb6efb7abc85f00ba5908", size = 12840654, upload-time = "2025-08-14T16:08:50.158Z" },
|
1318
|
+
{ url = "https://files.pythonhosted.org/packages/ac/fd/669816bc6b5b93b9586f3c1d87cd6bc05028470b3ecfebb5938252c47a35/ruff-0.12.9-py3-none-win_arm64.whl", hash = "sha256:63c8c819739d86b96d500cce885956a1a48ab056bbcbc61b747ad494b2485089", size = 11949623, upload-time = "2025-08-14T16:08:52.233Z" },
|
1318
1319
|
]
|
1319
1320
|
|
1320
1321
|
[[package]]
|
@@ -1328,15 +1329,15 @@ wheels = [
|
|
1328
1329
|
|
1329
1330
|
[[package]]
|
1330
1331
|
name = "setuptools-scm"
|
1331
|
-
version = "9.
|
1332
|
+
version = "9.2.0"
|
1332
1333
|
source = { registry = "https://pypi.org/simple" }
|
1333
1334
|
dependencies = [
|
1334
1335
|
{ name = "packaging" },
|
1335
1336
|
{ name = "setuptools" },
|
1336
1337
|
]
|
1337
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1338
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8f/8d/ffdcace33d0480d591057a30285b7c33f8dc431fed3fff7dbadf5f9f128f/setuptools_scm-9.2.0.tar.gz", hash = "sha256:6662c9b9497b6c9bf13bead9d7a9084756f68238302c5ed089fb4dbd29d102d7", size = 201229, upload-time = "2025-08-16T12:56:39.477Z" }
|
1338
1339
|
wheels = [
|
1339
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1340
|
+
{ url = "https://files.pythonhosted.org/packages/f7/14/dd3a6053325e882fe191fb4b42289bbdfabf5f44307c302903a8a3236a0a/setuptools_scm-9.2.0-py3-none-any.whl", hash = "sha256:c551ef54e2270727ee17067881c9687ca2aedf179fa5b8f3fab9e8d73bdc421f", size = 62099, upload-time = "2025-08-16T12:56:37.912Z" },
|
1340
1341
|
]
|
1341
1342
|
|
1342
1343
|
[[package]]
|
@@ -1397,11 +1398,11 @@ wheels = [
|
|
1397
1398
|
|
1398
1399
|
[[package]]
|
1399
1400
|
name = "types-aiobotocore-s3"
|
1400
|
-
version = "2.24.
|
1401
|
+
version = "2.24.1"
|
1401
1402
|
source = { registry = "https://pypi.org/simple" }
|
1402
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1403
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0f/e0/c0eb6877a1cf83ed02a2c11b7668f3d9c144f7dffd92f5af3a8458a6d3b4/types_aiobotocore_s3-2.24.1.tar.gz", hash = "sha256:2ce187320bdf67dcf1fcdc68bb3d5de0a3a65f03de4ad4d872df567f62eccfe9", size = 76344, upload-time = "2025-08-16T01:49:57.651Z" }
|
1403
1404
|
wheels = [
|
1404
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1405
|
+
{ url = "https://files.pythonhosted.org/packages/fa/31/6bb21bd44e8716175a9c0b0ca9d948bd5ebf953088a63d05ebe584051e44/types_aiobotocore_s3-2.24.1-py3-none-any.whl", hash = "sha256:21d247aab8e0a691590638e189ab977b7fbdecd49fb9fcbeb4a1273dd9bce555", size = 83823, upload-time = "2025-08-16T01:49:56.375Z" },
|
1405
1406
|
]
|
1406
1407
|
|
1407
1408
|
[[package]]
|
@@ -1450,16 +1451,16 @@ libvalkey = [
|
|
1450
1451
|
|
1451
1452
|
[[package]]
|
1452
1453
|
name = "virtualenv"
|
1453
|
-
version = "20.
|
1454
|
+
version = "20.34.0"
|
1454
1455
|
source = { registry = "https://pypi.org/simple" }
|
1455
1456
|
dependencies = [
|
1456
1457
|
{ name = "distlib" },
|
1457
1458
|
{ name = "filelock" },
|
1458
1459
|
{ name = "platformdirs" },
|
1459
1460
|
]
|
1460
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1461
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1c/14/37fcdba2808a6c615681cd216fecae00413c9dab44fb2e57805ecf3eaee3/virtualenv-20.34.0.tar.gz", hash = "sha256:44815b2c9dee7ed86e387b842a84f20b93f7f417f95886ca1996a72a4138eb1a", size = 6003808, upload-time = "2025-08-13T14:24:07.464Z" }
|
1461
1462
|
wheels = [
|
1462
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1463
|
+
{ url = "https://files.pythonhosted.org/packages/76/06/04c8e804f813cf972e3262f3f8584c232de64f0cde9f703b46cf53a45090/virtualenv-20.34.0-py3-none-any.whl", hash = "sha256:341f5afa7eee943e4984a9207c025feedd768baff6753cd660c857ceb3e36026", size = 5983279, upload-time = "2025-08-13T14:24:05.111Z" },
|
1463
1464
|
]
|
1464
1465
|
|
1465
1466
|
[[package]]
|
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
|
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
|
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
|
{python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons/serializers/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{python3_commons-0.9.8 → python3_commons-0.9.10}/src/python3_commons.egg-info/dependency_links.txt
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
|