python3-commons 0.20.10__tar.gz → 0.20.12__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.20.10 → python3_commons-0.20.12}/.pre-commit-config.yaml +2 -2
- {python3_commons-0.20.10/src/python3_commons.egg-info → python3_commons-0.20.12}/PKG-INFO +2 -2
- {python3_commons-0.20.10 → python3_commons-0.20.12}/pyproject.toml +1 -1
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/api_client.py +1 -1
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/auth.py +1 -1
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/helpers.py +16 -15
- {python3_commons-0.20.10 → python3_commons-0.20.12/src/python3_commons.egg-info}/PKG-INFO +2 -2
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons.egg-info/requires.txt +1 -1
- {python3_commons-0.20.10 → python3_commons-0.20.12}/uv.lock +61 -61
- {python3_commons-0.20.10 → python3_commons-0.20.12}/.coveragerc +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/.env_template +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/.gitignore +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/.python-version +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/AUTHORS.rst +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/CHANGELOG.rst +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/LICENSE +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/README.md +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/README.rst +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/docs/Makefile +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/docs/_static/.gitignore +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/docs/authors.rst +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/docs/changelog.rst +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/docs/conf.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/docs/index.rst +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/docs/license.rst +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/setup.cfg +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/async_functools.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/db/models/users.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/soap_client.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/__init__.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/integration/__init__.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/integration/conftest.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/integration/test_auth.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/integration/test_osc.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/unit/__init__.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/unit/conftest.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/unit/db/__init__.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/unit/db/test_async_session_manager.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/unit/test_async_functools.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.20.10 → python3_commons-0.20.12}/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.17
|
|
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.15
|
|
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.20.
|
|
3
|
+
Version: 0.20.12
|
|
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
|
|
@@ -39,7 +39,7 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
|
39
39
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.50; 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.31; 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
45
|
Requires-Dist: certifi==2026.5.20; extra == "soap-client"
|
|
@@ -50,7 +50,7 @@ async def request(
|
|
|
50
50
|
method: Literal['get', 'post', 'put', 'patch', 'options', 'head', 'delete'] = 'get',
|
|
51
51
|
headers: Mapping | None = None,
|
|
52
52
|
json: Mapping | Sequence | str | None = None,
|
|
53
|
-
data: bytes | None = None,
|
|
53
|
+
data: Mapping | bytes | None = None,
|
|
54
54
|
timeout: ClientTimeout | Enum | None = None,
|
|
55
55
|
audit_name: str | None = None,
|
|
56
56
|
) -> AsyncGenerator[ClientResponse]:
|
|
@@ -94,34 +94,35 @@ def request_to_curl(
|
|
|
94
94
|
headers: Mapping | None = None,
|
|
95
95
|
cookies: BaseCookie[str] | None = None,
|
|
96
96
|
json: Mapping | Sequence | str | None = None,
|
|
97
|
-
data: bytes | None = None,
|
|
97
|
+
data: Mapping | bytes | None = None,
|
|
98
98
|
) -> str:
|
|
99
99
|
if query:
|
|
100
|
-
url = f'{url}?{urlencode(query)}'
|
|
100
|
+
url = f'{url}?{urlencode(query, doseq=True)}'
|
|
101
101
|
|
|
102
|
-
curl_cmd = ['curl', '-i', '-X', method.upper(),
|
|
102
|
+
curl_cmd: list[str] = ['curl', '-i', '-X', method.upper(), url]
|
|
103
103
|
|
|
104
104
|
if headers:
|
|
105
105
|
for key, value in headers.items():
|
|
106
|
-
|
|
107
|
-
curl_cmd.append('-H')
|
|
108
|
-
curl_cmd.append(shlex.quote(header_line))
|
|
106
|
+
curl_cmd += ['-H', f'{key}: {value}']
|
|
109
107
|
|
|
110
108
|
if cookies:
|
|
111
109
|
cookie_str = '; '.join(f'{k}={v.value}' for k, v in cookies.items())
|
|
112
|
-
curl_cmd
|
|
110
|
+
curl_cmd += ['-b', cookie_str]
|
|
113
111
|
|
|
114
112
|
if json:
|
|
115
|
-
curl_cmd
|
|
116
|
-
curl_cmd.append(shlex.quote('Content-Type: application/json'))
|
|
117
|
-
|
|
118
|
-
curl_cmd.append('-d')
|
|
119
|
-
curl_cmd.append(shlex.quote(dumps(json, cls=CustomJSONEncoder)))
|
|
113
|
+
curl_cmd += ['-H', 'Content-Type: application/json', '-d', dumps(json, cls=CustomJSONEncoder)]
|
|
120
114
|
elif data:
|
|
121
|
-
|
|
122
|
-
|
|
115
|
+
body = None
|
|
116
|
+
|
|
117
|
+
if isinstance(data, dict):
|
|
118
|
+
body = urlencode(data, doseq=True)
|
|
119
|
+
elif isinstance(data, bytes):
|
|
120
|
+
body = data.decode('utf-8')
|
|
121
|
+
|
|
122
|
+
if body:
|
|
123
|
+
curl_cmd += ['-d', body]
|
|
123
124
|
|
|
124
|
-
return ' '.join(curl_cmd)
|
|
125
|
+
return ' '.join(shlex.quote(part) for part in curl_cmd)
|
|
125
126
|
|
|
126
127
|
|
|
127
128
|
def log_execution_time(func):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.20.
|
|
3
|
+
Version: 0.20.12
|
|
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
|
|
@@ -39,7 +39,7 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
|
39
39
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.50; 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.31; 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
45
|
Requires-Dist: certifi==2026.5.20; extra == "soap-client"
|
|
@@ -527,11 +527,11 @@ wheels = [
|
|
|
527
527
|
|
|
528
528
|
[[package]]
|
|
529
529
|
name = "idna"
|
|
530
|
-
version = "3.
|
|
530
|
+
version = "3.17"
|
|
531
531
|
source = { registry = "https://pypi.org/simple" }
|
|
532
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
532
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b9/28/99c51f664567218d824af024c0251650fb27e4ca066df188dab0769c5b91/idna-3.17.tar.gz", hash = "sha256:5eb0cb53bc467c12eadcf6de83163ad8527cec9416f44b9b61b19caedad2b87f", size = 196048, upload-time = "2026-05-28T14:32:38.55Z" }
|
|
533
533
|
wheels = [
|
|
534
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
534
|
+
{ url = "https://files.pythonhosted.org/packages/de/a7/f76514cc40ad6234098ecdebda08732d75964776c51a42845b7da10649e2/idna-3.17-py3-none-any.whl", hash = "sha256:466e48829084efe2548012b855df21540b96f2e20e51bd124c851536556a592c", size = 65316, upload-time = "2026-05-28T14:32:37.035Z" },
|
|
535
535
|
]
|
|
536
536
|
|
|
537
537
|
[[package]]
|
|
@@ -717,14 +717,14 @@ wheels = [
|
|
|
717
717
|
|
|
718
718
|
[[package]]
|
|
719
719
|
name = "object-storage-client"
|
|
720
|
-
version = "0.0.
|
|
720
|
+
version = "0.0.31"
|
|
721
721
|
source = { registry = "https://pypi.org/simple" }
|
|
722
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
722
|
+
sdist = { url = "https://files.pythonhosted.org/packages/13/e8/3ea39e457c397d0dc5a21b940ac31184c5ae89fb3fd1b895c3d9bf768ef7/object_storage_client-0.0.31.tar.gz", hash = "sha256:43da7644984450c0a29bcd3f80484fbba7bafec5b1d87e28f2352d7c305de24c", size = 46920, upload-time = "2026-05-29T10:57:45.949Z" }
|
|
723
723
|
wheels = [
|
|
724
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
725
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
726
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
727
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
724
|
+
{ url = "https://files.pythonhosted.org/packages/ec/89/f4ead6775d5bee50b50b0068d27ca30701e40ea48c9716302aa55abc8d59/object_storage_client-0.0.31-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:eb407e415015827ddd627492a6bf202ae0fe969b6cbf3ca46bb67094449f936c", size = 2120428, upload-time = "2026-05-29T10:57:41.553Z" },
|
|
725
|
+
{ url = "https://files.pythonhosted.org/packages/75/50/e4f8be42f6c8b752ba9b39b20aca47cb4c1fc1798551009858ba9c1b8ea5/object_storage_client-0.0.31-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9750ff38eb067661b03bf53de77ffab899e56233e1bbb93e443bad0f35653629", size = 2476783, upload-time = "2026-05-29T10:57:43.061Z" },
|
|
726
|
+
{ url = "https://files.pythonhosted.org/packages/af/bc/2d676fd569d0b34a312119cea52ba7d87689a2d11748e0e1f1ca8a39edc6/object_storage_client-0.0.31-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:942edf00a6588a77fd4c41cb5ab7e7f0a173a0a72c2e258f3ec5f9a22125b1bd", size = 2366022, upload-time = "2026-05-29T10:57:44.58Z" },
|
|
727
|
+
{ url = "https://files.pythonhosted.org/packages/61/14/dcdcee8ca514bb35f6ff58cdca99c19fceb5265e7c105b532161cac23bb6/object_storage_client-0.0.31-cp314-cp314-win_amd64.whl", hash = "sha256:5472ca49679ff4e96a4bede8cbca0b0c3bf9e7ad807105a6052abfd63d386956", size = 2279157, upload-time = "2026-05-29T10:57:34.43Z" },
|
|
728
728
|
]
|
|
729
729
|
|
|
730
730
|
[[package]]
|
|
@@ -747,11 +747,11 @@ wheels = [
|
|
|
747
747
|
|
|
748
748
|
[[package]]
|
|
749
749
|
name = "platformdirs"
|
|
750
|
-
version = "4.
|
|
750
|
+
version = "4.10.0"
|
|
751
751
|
source = { registry = "https://pypi.org/simple" }
|
|
752
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
752
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d7/47/e4501f49c178ae1d9f4a75073fda4204f52647993f075a9db4d14930e0c5/platformdirs-4.10.0.tar.gz", hash = "sha256:31e761a6a0ca04faf7353ea759bdba55652be214725111e5aac52dfa29d4bef7", size = 31224, upload-time = "2026-05-28T03:32:53.587Z" }
|
|
753
753
|
wheels = [
|
|
754
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
754
|
+
{ url = "https://files.pythonhosted.org/packages/81/e6/cd9575ac904136b3cbf7aa7ee819ef86eedb7274e46f230e94ea4342e729/platformdirs-4.10.0-py3-none-any.whl", hash = "sha256:fb516cdb12eb0d857d0cd85a7c57cea4d060bee4578d6cf5a14dfdf8cbf8784a", size = 22743, upload-time = "2026-05-28T03:32:52.175Z" },
|
|
755
755
|
]
|
|
756
756
|
|
|
757
757
|
[[package]]
|
|
@@ -1035,15 +1035,15 @@ wheels = [
|
|
|
1035
1035
|
|
|
1036
1036
|
[[package]]
|
|
1037
1037
|
name = "python-discovery"
|
|
1038
|
-
version = "1.
|
|
1038
|
+
version = "1.4.0"
|
|
1039
1039
|
source = { registry = "https://pypi.org/simple" }
|
|
1040
1040
|
dependencies = [
|
|
1041
1041
|
{ name = "filelock" },
|
|
1042
1042
|
{ name = "platformdirs" },
|
|
1043
1043
|
]
|
|
1044
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1044
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a6/12/38c1a0b1e64806780c9563e3fc9f6e472251839662587cfbe9bfaf2ae10a/python_discovery-1.4.0.tar.gz", hash = "sha256:eb8bc7daad3c226c147e45bb4e970a1feb1bf4048ee178e6db59e197b8010ce3", size = 68455, upload-time = "2026-05-28T01:15:37.639Z" }
|
|
1045
1045
|
wheels = [
|
|
1046
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1046
|
+
{ url = "https://files.pythonhosted.org/packages/c8/8d/3d316429f65029532bb1e28ff77b797d86b5ac3915bb44ca4e19aa283d43/python_discovery-1.4.0-py3-none-any.whl", hash = "sha256:26ed78d703e234879a66244c7d4114563fb13ec5cd30a2d1357e5fb4850782da", size = 33217, upload-time = "2026-05-28T01:15:36.573Z" },
|
|
1047
1047
|
]
|
|
1048
1048
|
|
|
1049
1049
|
[[package]]
|
|
@@ -1162,7 +1162,7 @@ requires-dist = [
|
|
|
1162
1162
|
{ name = "lxml", marker = "extra == 'soap-client'", specifier = "~=6.1.1" },
|
|
1163
1163
|
{ name = "msgpack", specifier = "~=1.1.2" },
|
|
1164
1164
|
{ name = "msgspec", specifier = "==0.21.1" },
|
|
1165
|
-
{ name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "==0.0.
|
|
1165
|
+
{ name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "==0.0.31" },
|
|
1166
1166
|
{ name = "pydantic-settings", specifier = "~=2.14.1" },
|
|
1167
1167
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authn'" },
|
|
1168
1168
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authz'" },
|
|
@@ -1274,27 +1274,27 @@ wheels = [
|
|
|
1274
1274
|
|
|
1275
1275
|
[[package]]
|
|
1276
1276
|
name = "ruff"
|
|
1277
|
-
version = "0.15.
|
|
1278
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1279
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1280
|
-
wheels = [
|
|
1281
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1282
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1283
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1284
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1285
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1286
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1287
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1288
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1289
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1290
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1291
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1292
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1293
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1294
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1295
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1296
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1297
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1277
|
+
version = "0.15.15"
|
|
1278
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1279
|
+
sdist = { url = "https://files.pythonhosted.org/packages/84/6f/a76f7d96e5c962f5b69cee865e49c15c1116897c01990faa8a57edb62e7f/ruff-0.15.15.tar.gz", hash = "sha256:b8dff018130b46d8e5bf0f926ef6b60cf871d6d5ae45fc9334e09632daa741d6", size = 4706985, upload-time = "2026-05-28T14:16:57.784Z" }
|
|
1280
|
+
wheels = [
|
|
1281
|
+
{ url = "https://files.pythonhosted.org/packages/fa/9d/3a45c05b8ab04b4705989de70a79008e27c8003296a0feaee9edc18dd7e9/ruff-0.15.15-py3-none-linux_armv6l.whl", hash = "sha256:cf93e5388f412e1b108b1f8b34a6e036b70fe8aff89393befad96fe48670311b", size = 10710652, upload-time = "2026-05-28T14:16:06.701Z" },
|
|
1282
|
+
{ url = "https://files.pythonhosted.org/packages/05/66/da974431624bf3b49f6ee1f9543c02d929ff1cba78b0d5a79c38cf21f744/ruff-0.15.15-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:ac5a646d1f6a7dadd5d50842dae2c1f9862ac887ef5d1b1375e02def791fde6e", size = 11096615, upload-time = "2026-05-28T14:16:23.313Z" },
|
|
1283
|
+
{ url = "https://files.pythonhosted.org/packages/8c/09/7443452e5d290230a712103f2fdceeef7184f3ec99a2bd01c8be78aaceb5/ruff-0.15.15-py3-none-macosx_11_0_arm64.whl", hash = "sha256:77d955a431430c66f72dd94e379ad38a16daea3d25094872ac4edf9e797be530", size = 10436683, upload-time = "2026-05-28T14:16:40.974Z" },
|
|
1284
|
+
{ url = "https://files.pythonhosted.org/packages/53/01/d330c26a57fa4f3943a14424904027428315b700fe4d14a84bb123a649e5/ruff-0.15.15-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7614ee79c69788cf6cedd568069ade9cecc22a1ad20494efe8d0c9ebb4b622d4", size = 10769064, upload-time = "2026-05-28T14:16:28.905Z" },
|
|
1285
|
+
{ url = "https://files.pythonhosted.org/packages/1d/85/cc8770f8bdff541b1da8392d1634141fe4a0e3f4ee596605959b7906c27f/ruff-0.15.15-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3cdb1679e06a1f6b47bc384714ae96f6e2fb65ca441eb78c43d2ca554176ce1f", size = 10511987, upload-time = "2026-05-28T14:16:43.732Z" },
|
|
1286
|
+
{ url = "https://files.pythonhosted.org/packages/7c/29/8c190c1472b63013583ba391f3342036e02010544c1270455ed8e519bdf3/ruff-0.15.15-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2728b93d7b23a603ea2c0ac6eb73d760bd38ec9de35f35fb41e18f7a3fee7622", size = 11275100, upload-time = "2026-05-28T14:16:55.244Z" },
|
|
1287
|
+
{ url = "https://files.pythonhosted.org/packages/9f/6b/7e145ce2cc8e63d6834eca03d83a0e18d121def5c69f91b4cf4011ed4879/ruff-0.15.15-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:be582fcc0db438902c7792b08d6ddf6c9b9e21addaa10092c2c741cfb09e5a45", size = 12176903, upload-time = "2026-05-28T14:16:14.368Z" },
|
|
1288
|
+
{ url = "https://files.pythonhosted.org/packages/80/a3/d5974637f68e451f7fadf015cf3101d1cd7d8ba5027cffe0b9e3826ebe6b/ruff-0.15.15-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7aa77465b8ecaf1a27bea098d696f7fed5e1eccbd10b321b682d6de586ae5627", size = 11404550, upload-time = "2026-05-28T14:16:20.138Z" },
|
|
1289
|
+
{ url = "https://files.pythonhosted.org/packages/fe/1c/e6e5e568f22be4fb05d6244234aba384c06b451252453b821e1a529263cf/ruff-0.15.15-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:48decfa11d740de4889de623be1463308346312f2409a56e24aa280c86162dc4", size = 11382027, upload-time = "2026-05-28T14:16:46.615Z" },
|
|
1290
|
+
{ url = "https://files.pythonhosted.org/packages/1d/01/170921b49fcd2e8858825593f91cf7146c3e40a5c3e6df763e4bb0484dde/ruff-0.15.15-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:a5015088452ca0081387063649ec67f06d3d1d6b8b936a1f836b5e9657ecd48c", size = 11366041, upload-time = "2026-05-28T14:16:26.247Z" },
|
|
1291
|
+
{ url = "https://files.pythonhosted.org/packages/87/54/a7bad711d7de93254e15e06a4c375b89a03d18de45d3e5dcc86a4472fb1a/ruff-0.15.15-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:f5294aab6356c81600fcdea3a62bb1b924dfd5e91767c12318d3f68f86af57cd", size = 10741795, upload-time = "2026-05-28T14:16:17.11Z" },
|
|
1292
|
+
{ url = "https://files.pythonhosted.org/packages/c9/31/38c075963668f8b41c6914ee0f6f318727fbe30ab9145cb29e6df464c5fa/ruff-0.15.15-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:db5bd4d802415cca656dc1616070b725952d6ae95eb5d4831e49fbd94a38f75f", size = 10511117, upload-time = "2026-05-28T14:16:31.767Z" },
|
|
1293
|
+
{ url = "https://files.pythonhosted.org/packages/9d/96/6ff689e1f7e375d1d97075eca022f74c2bab59554a432fe4d2e6f091986a/ruff-0.15.15-py3-none-musllinux_1_2_i686.whl", hash = "sha256:587a6278ed42059191c1a466e490bd7930fb50bd2e255398bc29616c895a61cb", size = 10994867, upload-time = "2026-05-28T14:16:35.149Z" },
|
|
1294
|
+
{ url = "https://files.pythonhosted.org/packages/c3/c2/5dce0ab9f92a8d534fa62b9bf9caca3eddb8c1a81b616f5e195ada4f0d6e/ruff-0.15.15-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:df0c1c084f5f4be9812f61518a45c440d3c30d69ce4bf6c5270e66d38338f02a", size = 11482101, upload-time = "2026-05-28T14:16:49.598Z" },
|
|
1295
|
+
{ url = "https://files.pythonhosted.org/packages/b1/c0/1003b60edd697c649faf61f1a34094b1abb38fb3d1181e3f895781250a08/ruff-0.15.15-py3-none-win32.whl", hash = "sha256:29428ea79694afbe756d45fd59b36f22b6b020dc0443cf7de0173046236964b9", size = 10716774, upload-time = "2026-05-28T14:16:52.337Z" },
|
|
1296
|
+
{ url = "https://files.pythonhosted.org/packages/02/a8/1269eddd6945a06c23f055ef7848886e37cf9d6a8bebb386a3115f01470c/ruff-0.15.15-py3-none-win_amd64.whl", hash = "sha256:8df0323902e15e24bc4bf246da830573d3cf3352bd0b9a164eab335d111ff4a4", size = 11868463, upload-time = "2026-05-28T14:16:11.333Z" },
|
|
1297
|
+
{ url = "https://files.pythonhosted.org/packages/4e/b2/920464c907b191e37469d477a1aa8bc048b8f36c4c1610dfa4ab87b39e18/ruff-0.15.15-py3-none-win_arm64.whl", hash = "sha256:3c8ceca6792f38196b8f589bc92eccd03eef286602da92e5dc05cc42ef6441b7", size = 11138498, upload-time = "2026-05-28T14:16:38.425Z" },
|
|
1298
1298
|
]
|
|
1299
1299
|
|
|
1300
1300
|
[[package]]
|
|
@@ -1363,27 +1363,27 @@ asyncio = [
|
|
|
1363
1363
|
|
|
1364
1364
|
[[package]]
|
|
1365
1365
|
name = "ty"
|
|
1366
|
-
version = "0.0.
|
|
1367
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1368
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1369
|
-
wheels = [
|
|
1370
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1371
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1372
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1373
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1374
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1375
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1376
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1377
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1378
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1379
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1380
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1381
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1382
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1383
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1384
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1385
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1386
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1366
|
+
version = "0.0.40"
|
|
1367
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1368
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5a/f8/a754c96967b71de8723f88be17df8738216bd382ffed229cd500b7a24d13/ty-0.0.40.tar.gz", hash = "sha256:883b53dd98f6e5b33ab1c8e1a3cd94b0f29c762ef22cdf1e86aaffb4fd711c67", size = 5726484, upload-time = "2026-05-27T17:55:43.615Z" }
|
|
1369
|
+
wheels = [
|
|
1370
|
+
{ url = "https://files.pythonhosted.org/packages/2c/42/d029a72165ad39f95228b67355927fbd35c821dc8e3e475d49f47c2eeb1e/ty-0.0.40-py3-none-linux_armv6l.whl", hash = "sha256:9defb4742450e569a6a09de286a04008d6c2e815112da4362c88b6eaa2f52a36", size = 11406372, upload-time = "2026-05-27T17:55:49.633Z" },
|
|
1371
|
+
{ url = "https://files.pythonhosted.org/packages/23/99/7f8ea09b7e49afbf795cb3341a3217f30f228db7e62a2268ed8cbbf813d6/ty-0.0.40-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:868258a3330db88b683fcafe2c4e936d6226a6312799bf15b585d93557b2d38c", size = 11159782, upload-time = "2026-05-27T17:55:47.405Z" },
|
|
1372
|
+
{ url = "https://files.pythonhosted.org/packages/04/d8/1ea745ee97a98b26ae9564d19a430a76a35297cd450e84dcaad22e1f7ee8/ty-0.0.40-py3-none-macosx_11_0_arm64.whl", hash = "sha256:589c81060cf1e7a9ffa2f45bfa35ffd9b9fbd214104e3f13959f113627efcd91", size = 10594139, upload-time = "2026-05-27T17:55:37.206Z" },
|
|
1373
|
+
{ url = "https://files.pythonhosted.org/packages/39/1a/fbef21273c6617ff4715b4827ee1c0b6550aa7d1df4b8c43b325545c1cf4/ty-0.0.40-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7b06108990cb338d941c315ae6e9ba2fff8f518bc15d3f33e5619ff6a6c9beab", size = 11114156, upload-time = "2026-05-27T17:55:56.11Z" },
|
|
1374
|
+
{ url = "https://files.pythonhosted.org/packages/3c/f9/389fc4976d7ec016a7473cf1274bf9c4f491bb54c66649bd022bff9f2b6a/ty-0.0.40-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3913ef37336bec4f96bd2512f8c3a543ca34c259b7170f7eb5adf75b3ed7f04c", size = 11189050, upload-time = "2026-05-27T17:55:54.099Z" },
|
|
1375
|
+
{ url = "https://files.pythonhosted.org/packages/fa/a9/4ecabbf4bdda7df0d99d8d3892c6edac0efc8c4cae756a5109178a3d0e86/ty-0.0.40-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8fd1486bd5fe48779a8aa857137f3642a0a9161f5cf57d4380f4a0ecea01c8f3", size = 11664266, upload-time = "2026-05-27T17:55:28.17Z" },
|
|
1376
|
+
{ url = "https://files.pythonhosted.org/packages/45/02/0aa78730116507c265afb1d6d5961c583b49d4c2e368c4a49fd81bcae6dc/ty-0.0.40-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1668364d5254a734329917ee66c2c5fdd5665389d41043f6fce0f22ddb32b749", size = 12187743, upload-time = "2026-05-27T17:56:04.337Z" },
|
|
1377
|
+
{ url = "https://files.pythonhosted.org/packages/e6/68/ccabf2d173523598271a385c1d3f864dbda23e5ebdc67f5969b9e830ea05/ty-0.0.40-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:43f77a73edb91e5dfa2ab9af7c4cac64614f8cc121f38a8875f22e830d3aba6a", size = 11862999, upload-time = "2026-05-27T17:55:58.087Z" },
|
|
1378
|
+
{ url = "https://files.pythonhosted.org/packages/03/8d/6d7ec22771bb23d534797cdb446eb644bccfe7a62b729bb99e7235a02fc3/ty-0.0.40-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1274ce0212ecbfed01bda7c3659c46e8bd0068e32d00c46c790466a95274c3df", size = 11743896, upload-time = "2026-05-27T17:56:00.017Z" },
|
|
1379
|
+
{ url = "https://files.pythonhosted.org/packages/cd/a4/f9fa076b010c91cb249b1fcc3476569b7b8462cb4b688da2d04c23a0622f/ty-0.0.40-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:5ee1261dbc363e5cc1a0c5bb0c8612c192bfe53491214df8bc85a540835685f9", size = 11883581, upload-time = "2026-05-27T17:56:02.319Z" },
|
|
1380
|
+
{ url = "https://files.pythonhosted.org/packages/fd/0f/5b776a2328c756d574dd4d6afbd30fc24e1ab4b76935c7c3c23f27ebbcb9/ty-0.0.40-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:6220e2cd5cdc4683dd87fb150d195bbd9f1a021395e04cb08bd3c66ea6da6ef8", size = 11093946, upload-time = "2026-05-27T17:55:33.284Z" },
|
|
1381
|
+
{ url = "https://files.pythonhosted.org/packages/64/c4/eb23154bae83ad7c2935e9e5916660fb3e31598a92ee232aebd79410480c/ty-0.0.40-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:46b9ed69d01d98ef046afac9983c68336f572605ea2a27b90fbe6f80bfc8d6b7", size = 11210737, upload-time = "2026-05-27T17:55:45.523Z" },
|
|
1382
|
+
{ url = "https://files.pythonhosted.org/packages/ff/19/1fb2529703f708cacfd13a89f98613cae2907dfa941b26976467e6119803/ty-0.0.40-py3-none-musllinux_1_2_i686.whl", hash = "sha256:ddbca9fab4406260f141674ab5efcfe7b02bd468e6985e4cdde0a21626e69ffe", size = 11332563, upload-time = "2026-05-27T17:55:41.674Z" },
|
|
1383
|
+
{ url = "https://files.pythonhosted.org/packages/87/69/b3f5a8ef26c31204e0391147b3adcdb0674eda3e7d99868478ef168a41c6/ty-0.0.40-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:b1fcc082a749e6dc11b68fe9aab0420238bbf2a2374c2c7aa3c22e8c1618b136", size = 11843216, upload-time = "2026-05-27T17:55:35.367Z" },
|
|
1384
|
+
{ url = "https://files.pythonhosted.org/packages/ac/e8/20193069d32787f3e1a6ec8940aaa3759d3de8f48f9281bcc0c5cb0939da/ty-0.0.40-py3-none-win32.whl", hash = "sha256:75feb115b3587824c5bdf8f8305e9547b0d1e398e3077b0addc7a1988ea9bb50", size = 10670731, upload-time = "2026-05-27T17:55:31.316Z" },
|
|
1385
|
+
{ url = "https://files.pythonhosted.org/packages/a3/f9/8b2aa4da61db81322d4a2f9db227afeb48110ca15ae31d380f64c64ceb63/ty-0.0.40-py3-none-win_amd64.whl", hash = "sha256:b0f905edaad788bd61f779a85801b60a267a25ed57fca05aaddd168d9d8896be", size = 11766211, upload-time = "2026-05-27T17:55:51.898Z" },
|
|
1386
|
+
{ url = "https://files.pythonhosted.org/packages/04/87/369056ed46f1b235130ec0595393262f9cd2061ca3dab276d490980f9343/ty-0.0.40-py3-none-win_arm64.whl", hash = "sha256:07da2b09d9130e2c9a257d2a29beb53105835b0256ee5fdb288fe1aab83fee47", size = 11117369, upload-time = "2026-05-27T17:55:39.329Z" },
|
|
1387
1387
|
]
|
|
1388
1388
|
|
|
1389
1389
|
[[package]]
|
|
@@ -1479,7 +1479,7 @@ wheels = [
|
|
|
1479
1479
|
|
|
1480
1480
|
[[package]]
|
|
1481
1481
|
name = "virtualenv"
|
|
1482
|
-
version = "21.
|
|
1482
|
+
version = "21.4.1"
|
|
1483
1483
|
source = { registry = "https://pypi.org/simple" }
|
|
1484
1484
|
dependencies = [
|
|
1485
1485
|
{ name = "distlib" },
|
|
@@ -1487,9 +1487,9 @@ dependencies = [
|
|
|
1487
1487
|
{ name = "platformdirs" },
|
|
1488
1488
|
{ name = "python-discovery" },
|
|
1489
1489
|
]
|
|
1490
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1490
|
+
sdist = { url = "https://files.pythonhosted.org/packages/95/f0/b47ecf438211a25a97f8f0e4b23c22bc2496ebfea18dd6ec16210f09cc36/virtualenv-21.4.1.tar.gz", hash = "sha256:2ca543c713b72840ceffd94e9bdedfbd09a661defa1f7f69e5429ad4059442e2", size = 7613344, upload-time = "2026-05-28T04:12:49.905Z" }
|
|
1491
1491
|
wheels = [
|
|
1492
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1492
|
+
{ url = "https://files.pythonhosted.org/packages/ff/dc/ac4f3a987a87e1a18556896f257c4e15c95ed157b7975347ec6b313b75ce/virtualenv-21.4.1-py3-none-any.whl", hash = "sha256:caf4ff72d1b4039057f41d8e8466e859513d67c0400d9c6b62c02c9d1ebc3e12", size = 7594078, upload-time = "2026-05-28T04:12:47.686Z" },
|
|
1493
1493
|
]
|
|
1494
1494
|
|
|
1495
1495
|
[[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.20.10 → python3_commons-0.20.12}/.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
|
{python3_commons-0.20.10 → python3_commons-0.20.12}/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
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.20.10 → python3_commons-0.20.12}/src/python3_commons.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.20.10 → python3_commons-0.20.12}/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
|
{python3_commons-0.20.10 → python3_commons-0.20.12}/tests/unit/db/test_async_session_manager.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
|