python3-commons 0.14.19__tar.gz → 0.14.20__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.14.19 → python3_commons-0.14.20}/PKG-INFO +1 -1
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/conf.py +1 -1
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons.egg-info/PKG-INFO +1 -1
- {python3_commons-0.14.19 → python3_commons-0.14.20}/uv.lock +27 -27
- {python3_commons-0.14.19 → python3_commons-0.14.20}/.coveragerc +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/.env_template +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/.gitignore +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/.pre-commit-config.yaml +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/.python-version +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/AUTHORS.rst +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/CHANGELOG.rst +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/LICENSE +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/README.md +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/README.rst +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/docs/Makefile +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/docs/_static/.gitignore +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/docs/authors.rst +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/docs/changelog.rst +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/docs/conf.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/docs/index.rst +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/docs/license.rst +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/pyproject.toml +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/setup.cfg +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons.egg-info/requires.txt +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/tests/__init__.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/tests/integration/__init__.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/tests/unit/__init__.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/tests/unit/conftest.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.14.19 → python3_commons-0.14.20}/tests/unit/test_msgspec.py +0 -0
|
@@ -250,14 +250,14 @@ wheels = [
|
|
|
250
250
|
|
|
251
251
|
[[package]]
|
|
252
252
|
name = "botocore-stubs"
|
|
253
|
-
version = "1.42.
|
|
253
|
+
version = "1.42.10"
|
|
254
254
|
source = { registry = "https://pypi.org/simple" }
|
|
255
255
|
dependencies = [
|
|
256
256
|
{ name = "types-awscrt" },
|
|
257
257
|
]
|
|
258
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
258
|
+
sdist = { url = "https://files.pythonhosted.org/packages/2a/0c/57069f8ce6034b65aecea31c997759e6230d86a3701ca6f1820beba02961/botocore_stubs-1.42.10.tar.gz", hash = "sha256:e86fcb0d6755559b714481316854d19a6b4b993023607da47d56a0c75d4f9387", size = 42409, upload-time = "2025-12-15T20:31:58.547Z" }
|
|
259
259
|
wheels = [
|
|
260
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
260
|
+
{ url = "https://files.pythonhosted.org/packages/d5/8c/d4b20ac21e8fcd35e917b0f5dfc808880e7dc0b3dcbd04c705a7657bdb13/botocore_stubs-1.42.10-py3-none-any.whl", hash = "sha256:2512c3931042f73d473f33c5228040636b419e3cd7ec3be94de6d8e0d240a00a", size = 66759, upload-time = "2025-12-15T20:31:56.63Z" },
|
|
261
261
|
]
|
|
262
262
|
|
|
263
263
|
[[package]]
|
|
@@ -503,11 +503,11 @@ wheels = [
|
|
|
503
503
|
|
|
504
504
|
[[package]]
|
|
505
505
|
name = "filelock"
|
|
506
|
-
version = "3.20.
|
|
506
|
+
version = "3.20.1"
|
|
507
507
|
source = { registry = "https://pypi.org/simple" }
|
|
508
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
508
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a7/23/ce7a1126827cedeb958fc043d61745754464eb56c5937c35bbf2b8e26f34/filelock-3.20.1.tar.gz", hash = "sha256:b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c", size = 19476, upload-time = "2025-12-15T23:54:28.027Z" }
|
|
509
509
|
wheels = [
|
|
510
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
510
|
+
{ url = "https://files.pythonhosted.org/packages/e3/7f/a1a97644e39e7316d850784c642093c99df1290a460df4ede27659056834/filelock-3.20.1-py3-none-any.whl", hash = "sha256:15d9e9a67306188a44baa72f569d2bfd803076269365fdea0934385da4dc361a", size = 16666, upload-time = "2025-12-15T23:54:26.874Z" },
|
|
511
511
|
]
|
|
512
512
|
|
|
513
513
|
[[package]]
|
|
@@ -1534,27 +1534,27 @@ asyncio = [
|
|
|
1534
1534
|
|
|
1535
1535
|
[[package]]
|
|
1536
1536
|
name = "ty"
|
|
1537
|
-
version = "0.0.
|
|
1538
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1539
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1540
|
-
wheels = [
|
|
1541
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1542
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1543
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1544
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1545
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1546
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1547
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1548
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1549
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1550
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1551
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1552
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1553
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1554
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1555
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1556
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1557
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1537
|
+
version = "0.0.1a35"
|
|
1538
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1539
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d7/e6/6dc6cd37edb5ce3346af6a1db7477b01210057a0e6dfd978b1b50dae0d3b/ty-0.0.1a35.tar.gz", hash = "sha256:b122986b36a7e7482943312026948e67670f8f252bdf1afa5378b1a59372c25e", size = 4757384, upload-time = "2025-12-16T09:32:11.65Z" }
|
|
1540
|
+
wheels = [
|
|
1541
|
+
{ url = "https://files.pythonhosted.org/packages/e7/43/73a990875c35e1bba04d661fb79ad3ecf1a5efc8f68eb493611618fb70db/ty-0.0.1a35-py3-none-linux_armv6l.whl", hash = "sha256:70dde7bcf9ccf56be0708d1a399c5b796c38f38726dddbc61d5d64d84f83af6b", size = 9733533, upload-time = "2025-12-16T09:31:57.792Z" },
|
|
1542
|
+
{ url = "https://files.pythonhosted.org/packages/22/3b/ff0ce17f0c39f0456b1e5d64ddcc94d5b1a1acd5f1199a6062c52f83eb5b/ty-0.0.1a35-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:56a4f81fa980565abe692af82266c1c348bd4eaf4205bff4fcb5bb6ec0a211f4", size = 9549823, upload-time = "2025-12-16T09:32:04.048Z" },
|
|
1543
|
+
{ url = "https://files.pythonhosted.org/packages/f6/c4/439b7d29eb3301786315343cf5ceae1d80ed29248261f01ef4938d4dd52a/ty-0.0.1a35-py3-none-macosx_11_0_arm64.whl", hash = "sha256:144ab0ca5d0552b4248ae31a7ca89f434d5f16df29bcc95100bef1fdec892b95", size = 9085563, upload-time = "2025-12-16T09:31:55.618Z" },
|
|
1544
|
+
{ url = "https://files.pythonhosted.org/packages/26/fa/103f8119ad5c0dcee178f54c4a07c6d66fcd23026cf6ca3ff15d0167a1e1/ty-0.0.1a35-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6db9a9e252ca73b4bae063ae3bac9e0723557aff6298f96ad1696a985b3e623f", size = 9545980, upload-time = "2025-12-16T09:32:19.387Z" },
|
|
1545
|
+
{ url = "https://files.pythonhosted.org/packages/ca/3c/393fdc31a3f76118acfd7c417a11896599706ea6f86a2bef67ab1f2b7434/ty-0.0.1a35-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:081955635f12233433f74eff51acb2f5380ed23091c9c72d09d02494073c9d4f", size = 9526178, upload-time = "2025-12-16T09:31:53.666Z" },
|
|
1546
|
+
{ url = "https://files.pythonhosted.org/packages/49/c2/e1a2bc5db76d8a48c016726284b3641edd4da28d4fa1232a8f25954b02ab/ty-0.0.1a35-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a4f59fa2dc7dc4e8f0c9135738670c6691072de0b5b11582c9ca55895f8b92c9", size = 9957905, upload-time = "2025-12-16T09:32:13.222Z" },
|
|
1547
|
+
{ url = "https://files.pythonhosted.org/packages/01/05/33e9615aaadca192e5a72ac4e4f337c2bd1f445f3aba02374a853544ce1a/ty-0.0.1a35-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:48e466329c16f0dc4d60b54539bb3e50983516f7024e7e260d50f4b4bbbd4c3e", size = 10808553, upload-time = "2025-12-16T09:31:51.524Z" },
|
|
1548
|
+
{ url = "https://files.pythonhosted.org/packages/84/60/4c68eabe71083aeaadff75ac3dba50d66dcd716312173e954a7225d77f7a/ty-0.0.1a35-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:87ca20fe7f05dd7335f863cfcff4d51d611816b413be6d14e20c146e4e522471", size = 10533563, upload-time = "2025-12-16T09:32:08.026Z" },
|
|
1549
|
+
{ url = "https://files.pythonhosted.org/packages/37/e8/9acf064ca768910703b253b721c3a3e7e64fa694c9dd8894ce6bc03de589/ty-0.0.1a35-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:188c8e2d7f3767d20dcd44b38cc585a0ab4fcee2ebcdb1d4442ca588dbc8c688", size = 10317435, upload-time = "2025-12-16T09:32:23.262Z" },
|
|
1550
|
+
{ url = "https://files.pythonhosted.org/packages/06/32/87ea1e72a4028493e39c4e5061d4d0a6481fb0326a3a7101f611c188e53c/ty-0.0.1a35-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5dba3072078486e4e5ffebe83ac2e2199053fabddecbf5b8b9736021a8258556", size = 10086760, upload-time = "2025-12-16T09:32:09.935Z" },
|
|
1551
|
+
{ url = "https://files.pythonhosted.org/packages/95/11/b02d3376ebbb003cbad700d2800f8242ad0eed22084be929710e638e0857/ty-0.0.1a35-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:b9bdef2a44fc1e8e40531bd714f9ec4f208dd13474f307547c0a93055dbaeccc", size = 9526479, upload-time = "2025-12-16T09:31:49.267Z" },
|
|
1552
|
+
{ url = "https://files.pythonhosted.org/packages/1c/34/0c41e7402167fde28923ed5b8e738cb8e13a5205b19f68226d3519121f81/ty-0.0.1a35-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:c4d1ed3b9c954ddb258ece43c84bb2dafd569bad3f437467b594de535caf3bde", size = 9549879, upload-time = "2025-12-16T09:32:02.089Z" },
|
|
1553
|
+
{ url = "https://files.pythonhosted.org/packages/b4/e2/708eaa20eb274ade4e82ed74c814e86b136aa7cfad8cafb81e61653e8d48/ty-0.0.1a35-py3-none-musllinux_1_2_i686.whl", hash = "sha256:ae9e28d2d549faac040b6b8acd9338b7acebbd7185e89af30b01bb115d68ddd4", size = 9680030, upload-time = "2025-12-16T09:31:59.889Z" },
|
|
1554
|
+
{ url = "https://files.pythonhosted.org/packages/86/97/797ad5f94ae43bb5566b3ad52acec3ebdad6c282da5086c04d535e79d6eb/ty-0.0.1a35-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:0cb5f1084023d5bef5afa510db3a5052d4d18160e1708d3c5bf5a23f1d59a792", size = 10182670, upload-time = "2025-12-16T09:32:15.383Z" },
|
|
1555
|
+
{ url = "https://files.pythonhosted.org/packages/ae/34/4677ffc3c7e779f0da9727b75e73c17cd8f1740bcab73fb9a142fd25c57f/ty-0.0.1a35-py3-none-win32.whl", hash = "sha256:11e3ee5df2a26fd6d0764cf425ac538a225fc077a694ba2c0f4a0fa78b760c07", size = 9163578, upload-time = "2025-12-16T09:32:17.273Z" },
|
|
1556
|
+
{ url = "https://files.pythonhosted.org/packages/cf/27/6a8fcb4125d6bd0c0a39a697953fb89c562dd1188d60124296d015b8fc5a/ty-0.0.1a35-py3-none-win_amd64.whl", hash = "sha256:9448a12b34f377eb841141908bfd74861404d25c21d8c934e67415a3655c952b", size = 10041561, upload-time = "2025-12-16T09:32:21.233Z" },
|
|
1557
|
+
{ url = "https://files.pythonhosted.org/packages/72/6d/a473f68972b405356afaaaf77fc15f7ca03de3403b578e138c1ffabeb1a9/ty-0.0.1a35-py3-none-win_arm64.whl", hash = "sha256:78fbb25e4a516568c993a2e12024285248ac091ad24a5b2f41cc815b8c65935e", size = 9537665, upload-time = "2025-12-16T09:32:06.009Z" },
|
|
1558
1558
|
]
|
|
1559
1559
|
|
|
1560
1560
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.14.19 → python3_commons-0.14.20}/.github/workflows/release-on-tag-push.yml
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
|
|
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.14.19 → python3_commons-0.14.20}/src/python3_commons/db/models/__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
|
{python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
{python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons.egg-info/requires.txt
RENAMED
|
File without changes
|
{python3_commons-0.14.19 → python3_commons-0.14.20}/src/python3_commons.egg-info/top_level.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|