python3-commons 0.18.16__tar.gz → 0.18.18__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.18.16 → python3_commons-0.18.18}/.pre-commit-config.yaml +2 -2
- {python3_commons-0.18.16/src/python3_commons.egg-info → python3_commons-0.18.18}/PKG-INFO +7 -7
- {python3_commons-0.18.16 → python3_commons-0.18.18}/pyproject.toml +6 -6
- {python3_commons-0.18.16 → python3_commons-0.18.18/src/python3_commons.egg-info}/PKG-INFO +7 -7
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons.egg-info/requires.txt +6 -6
- {python3_commons-0.18.16 → python3_commons-0.18.18}/uv.lock +194 -196
- {python3_commons-0.18.16 → python3_commons-0.18.18}/.coveragerc +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/.env_template +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/.gitignore +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/.python-version +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/AUTHORS.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/CHANGELOG.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/LICENSE +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/README.md +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/README.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/docs/Makefile +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/docs/_static/.gitignore +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/docs/authors.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/docs/changelog.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/docs/conf.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/docs/index.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/docs/license.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/setup.cfg +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/async_functools.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/db/models/users.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons/soap_client.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/tests/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/tests/integration/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/tests/integration/test_osc.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/tests/unit/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/tests/unit/conftest.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/tests/unit/test_async_functools.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.18}/tests/unit/test_msgspec.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
repos:
|
|
2
2
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
3
|
-
rev: 0.11.
|
|
3
|
+
rev: 0.11.16
|
|
4
4
|
hooks:
|
|
5
5
|
- id: uv-lock
|
|
6
6
|
# - id: uv-export
|
|
7
7
|
|
|
8
8
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
9
|
-
rev: v0.15.
|
|
9
|
+
rev: v0.15.14
|
|
10
10
|
hooks:
|
|
11
11
|
# Run the linter.
|
|
12
12
|
- id: ruff-check
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.18.
|
|
3
|
+
Version: 0.18.18
|
|
4
4
|
Summary: Re-usable Python3 code
|
|
5
5
|
Author-email: Oleg Korsak <kamikaze.is.waiting.you@gmail.com>
|
|
6
6
|
License-Expression: GPL-3.0
|
|
@@ -19,15 +19,15 @@ Provides-Extra: all
|
|
|
19
19
|
Requires-Dist: python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-client]; extra == "all"
|
|
20
20
|
Provides-Extra: api-client
|
|
21
21
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "api-client"
|
|
22
|
-
Requires-Dist: certifi==2026.
|
|
22
|
+
Requires-Dist: certifi==2026.5.20; extra == "api-client"
|
|
23
23
|
Requires-Dist: python3_commons[audit,object-storage]; extra == "api-client"
|
|
24
24
|
Provides-Extra: audit
|
|
25
|
-
Requires-Dist: lxml~=6.1.
|
|
25
|
+
Requires-Dist: lxml~=6.1.1; extra == "audit"
|
|
26
26
|
Requires-Dist: zeep[async]~=4.3.2; extra == "audit"
|
|
27
27
|
Requires-Dist: python3_commons[object-storage]; extra == "audit"
|
|
28
28
|
Provides-Extra: authn
|
|
29
29
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "authn"
|
|
30
|
-
Requires-Dist: certifi==2026.
|
|
30
|
+
Requires-Dist: certifi==2026.5.20; extra == "authn"
|
|
31
31
|
Requires-Dist: python3_commons[api-client]; extra == "authn"
|
|
32
32
|
Provides-Extra: authz
|
|
33
33
|
Requires-Dist: python3_commons[database]; extra == "authz"
|
|
@@ -39,11 +39,11 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
|
39
39
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.49; extra == "database"
|
|
40
40
|
Provides-Extra: object-storage
|
|
41
41
|
Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
|
|
42
|
-
Requires-Dist: object-storage-client==0.0.
|
|
42
|
+
Requires-Dist: object-storage-client==0.0.30; extra == "object-storage"
|
|
43
43
|
Provides-Extra: soap-client
|
|
44
44
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "soap-client"
|
|
45
|
-
Requires-Dist: certifi==2026.
|
|
46
|
-
Requires-Dist: lxml~=6.1.
|
|
45
|
+
Requires-Dist: certifi==2026.5.20; extra == "soap-client"
|
|
46
|
+
Requires-Dist: lxml~=6.1.1; extra == "soap-client"
|
|
47
47
|
Requires-Dist: requests~=2.34.2; extra == "soap-client"
|
|
48
48
|
Requires-Dist: zeep[async]~=4.3.2; extra == "soap-client"
|
|
49
49
|
Dynamic: license-file
|
|
@@ -29,17 +29,17 @@ all = [
|
|
|
29
29
|
]
|
|
30
30
|
api-client = [
|
|
31
31
|
"aiohttp[speedups]>=3.13.5,<3.15.0",
|
|
32
|
-
"certifi==2026.
|
|
32
|
+
"certifi==2026.5.20",
|
|
33
33
|
"python3_commons[audit,object-storage]"
|
|
34
34
|
]
|
|
35
35
|
audit = [
|
|
36
|
-
"lxml~=6.1.
|
|
36
|
+
"lxml~=6.1.1",
|
|
37
37
|
"zeep[async]~=4.3.2",
|
|
38
38
|
"python3_commons[object-storage]"
|
|
39
39
|
]
|
|
40
40
|
authn = [
|
|
41
41
|
"aiohttp[speedups]>=3.13.5,<3.15.0",
|
|
42
|
-
"certifi==2026.
|
|
42
|
+
"certifi==2026.5.20",
|
|
43
43
|
"python3_commons[api-client]"
|
|
44
44
|
]
|
|
45
45
|
authz = [
|
|
@@ -55,12 +55,12 @@ database = [
|
|
|
55
55
|
]
|
|
56
56
|
object-storage = [
|
|
57
57
|
"aiobotocore~=3.7.0",
|
|
58
|
-
"object-storage-client==0.0.
|
|
58
|
+
"object-storage-client==0.0.30"
|
|
59
59
|
]
|
|
60
60
|
soap-client = [
|
|
61
61
|
"aiohttp[speedups]>=3.13.5,<3.15.0",
|
|
62
|
-
"certifi==2026.
|
|
63
|
-
"lxml~=6.1.
|
|
62
|
+
"certifi==2026.5.20",
|
|
63
|
+
"lxml~=6.1.1",
|
|
64
64
|
"requests~=2.34.2",
|
|
65
65
|
"zeep[async]~=4.3.2",
|
|
66
66
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.18.
|
|
3
|
+
Version: 0.18.18
|
|
4
4
|
Summary: Re-usable Python3 code
|
|
5
5
|
Author-email: Oleg Korsak <kamikaze.is.waiting.you@gmail.com>
|
|
6
6
|
License-Expression: GPL-3.0
|
|
@@ -19,15 +19,15 @@ Provides-Extra: all
|
|
|
19
19
|
Requires-Dist: python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-client]; extra == "all"
|
|
20
20
|
Provides-Extra: api-client
|
|
21
21
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "api-client"
|
|
22
|
-
Requires-Dist: certifi==2026.
|
|
22
|
+
Requires-Dist: certifi==2026.5.20; extra == "api-client"
|
|
23
23
|
Requires-Dist: python3_commons[audit,object-storage]; extra == "api-client"
|
|
24
24
|
Provides-Extra: audit
|
|
25
|
-
Requires-Dist: lxml~=6.1.
|
|
25
|
+
Requires-Dist: lxml~=6.1.1; extra == "audit"
|
|
26
26
|
Requires-Dist: zeep[async]~=4.3.2; extra == "audit"
|
|
27
27
|
Requires-Dist: python3_commons[object-storage]; extra == "audit"
|
|
28
28
|
Provides-Extra: authn
|
|
29
29
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "authn"
|
|
30
|
-
Requires-Dist: certifi==2026.
|
|
30
|
+
Requires-Dist: certifi==2026.5.20; extra == "authn"
|
|
31
31
|
Requires-Dist: python3_commons[api-client]; extra == "authn"
|
|
32
32
|
Provides-Extra: authz
|
|
33
33
|
Requires-Dist: python3_commons[database]; extra == "authz"
|
|
@@ -39,11 +39,11 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
|
39
39
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.49; extra == "database"
|
|
40
40
|
Provides-Extra: object-storage
|
|
41
41
|
Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
|
|
42
|
-
Requires-Dist: object-storage-client==0.0.
|
|
42
|
+
Requires-Dist: object-storage-client==0.0.30; extra == "object-storage"
|
|
43
43
|
Provides-Extra: soap-client
|
|
44
44
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "soap-client"
|
|
45
|
-
Requires-Dist: certifi==2026.
|
|
46
|
-
Requires-Dist: lxml~=6.1.
|
|
45
|
+
Requires-Dist: certifi==2026.5.20; extra == "soap-client"
|
|
46
|
+
Requires-Dist: lxml~=6.1.1; extra == "soap-client"
|
|
47
47
|
Requires-Dist: requests~=2.34.2; extra == "soap-client"
|
|
48
48
|
Requires-Dist: zeep[async]~=4.3.2; extra == "soap-client"
|
|
49
49
|
Dynamic: license-file
|
{python3_commons-0.18.16 → python3_commons-0.18.18}/src/python3_commons.egg-info/requires.txt
RENAMED
|
@@ -7,17 +7,17 @@ python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-
|
|
|
7
7
|
|
|
8
8
|
[api-client]
|
|
9
9
|
aiohttp[speedups]<3.15.0,>=3.13.5
|
|
10
|
-
certifi==2026.
|
|
10
|
+
certifi==2026.5.20
|
|
11
11
|
python3_commons[audit,object-storage]
|
|
12
12
|
|
|
13
13
|
[audit]
|
|
14
|
-
lxml~=6.1.
|
|
14
|
+
lxml~=6.1.1
|
|
15
15
|
zeep[async]~=4.3.2
|
|
16
16
|
python3_commons[object-storage]
|
|
17
17
|
|
|
18
18
|
[authn]
|
|
19
19
|
aiohttp[speedups]<3.15.0,>=3.13.5
|
|
20
|
-
certifi==2026.
|
|
20
|
+
certifi==2026.5.20
|
|
21
21
|
python3_commons[api-client]
|
|
22
22
|
|
|
23
23
|
[authz]
|
|
@@ -33,11 +33,11 @@ SQLAlchemy[asyncio]~=2.0.49
|
|
|
33
33
|
|
|
34
34
|
[object-storage]
|
|
35
35
|
aiobotocore~=3.7.0
|
|
36
|
-
object-storage-client==0.0.
|
|
36
|
+
object-storage-client==0.0.30
|
|
37
37
|
|
|
38
38
|
[soap-client]
|
|
39
39
|
aiohttp[speedups]<3.15.0,>=3.13.5
|
|
40
|
-
certifi==2026.
|
|
41
|
-
lxml~=6.1.
|
|
40
|
+
certifi==2026.5.20
|
|
41
|
+
lxml~=6.1.1
|
|
42
42
|
requests~=2.34.2
|
|
43
43
|
zeep[async]~=4.3.2
|