python3-commons 0.14.18__tar.gz → 0.14.19__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.18 → python3_commons-0.14.19}/PKG-INFO +1 -1
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/conf.py +2 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons.egg-info/PKG-INFO +1 -1
- {python3_commons-0.14.18 → python3_commons-0.14.19}/uv.lock +34 -34
- {python3_commons-0.14.18 → python3_commons-0.14.19}/.coveragerc +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/.env_template +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/.gitignore +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/.pre-commit-config.yaml +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/.python-version +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/AUTHORS.rst +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/CHANGELOG.rst +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/LICENSE +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/README.md +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/README.rst +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/docs/Makefile +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/docs/_static/.gitignore +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/docs/authors.rst +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/docs/changelog.rst +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/docs/conf.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/docs/index.rst +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/docs/license.rst +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/pyproject.toml +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/setup.cfg +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons.egg-info/requires.txt +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/tests/__init__.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/tests/integration/__init__.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/tests/unit/__init__.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/tests/unit/conftest.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.14.18 → python3_commons-0.14.19}/tests/unit/test_msgspec.py +0 -0
|
@@ -46,6 +46,7 @@ class DBSettings(BaseSettings):
|
|
|
46
46
|
name: str | None = None
|
|
47
47
|
user: str | None = None
|
|
48
48
|
password: SecretStr | None = Field(default=None, alias='DB_PASS')
|
|
49
|
+
query: str | None = None
|
|
49
50
|
|
|
50
51
|
echo: bool = False
|
|
51
52
|
pool_size: int = 20
|
|
@@ -69,6 +70,7 @@ class DBSettings(BaseSettings):
|
|
|
69
70
|
host=self.host,
|
|
70
71
|
port=self.port,
|
|
71
72
|
path=self.name,
|
|
73
|
+
query=self.query,
|
|
72
74
|
)
|
|
73
75
|
|
|
74
76
|
return self
|
|
@@ -250,14 +250,14 @@ wheels = [
|
|
|
250
250
|
|
|
251
251
|
[[package]]
|
|
252
252
|
name = "botocore-stubs"
|
|
253
|
-
version = "1.42.
|
|
253
|
+
version = "1.42.9"
|
|
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/9e/98/4ce007813d13ff107b8c5a39a85916f53bd58923dbb358882a6031d8f53a/botocore_stubs-1.42.9.tar.gz", hash = "sha256:92fdd2a1d911355166da3e30e9bb9b1803f7e2caec0d913f5fad3a920352ce6d", size = 42413, upload-time = "2025-12-12T21:24:37.054Z" }
|
|
259
259
|
wheels = [
|
|
260
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
260
|
+
{ url = "https://files.pythonhosted.org/packages/7b/9f/fbed79fa17af56cea7543b70d3f69c11426575a38b3421666411becefeef/botocore_stubs-1.42.9-py3-none-any.whl", hash = "sha256:9f8b652549d4f727aa69e09d462d18e54a1bd10f3dbb593da56d5d0aafe9756e", size = 66748, upload-time = "2025-12-12T21:24:35.832Z" },
|
|
261
261
|
]
|
|
262
262
|
|
|
263
263
|
[[package]]
|
|
@@ -1183,18 +1183,18 @@ wheels = [
|
|
|
1183
1183
|
|
|
1184
1184
|
[[package]]
|
|
1185
1185
|
name = "pyrefly"
|
|
1186
|
-
version = "0.
|
|
1186
|
+
version = "0.46.0"
|
|
1187
1187
|
source = { registry = "https://pypi.org/simple" }
|
|
1188
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1188
|
+
sdist = { url = "https://files.pythonhosted.org/packages/41/2e/5bf8c90b553d7d058151293c97d1cde8614a0b7f8e9fbad9641600f109b2/pyrefly-0.46.0.tar.gz", hash = "sha256:4fa77309286f850bf4378b8bdfd15b812a5c2927454ab015f01cbdb7b90dc333", size = 5069085, upload-time = "2025-12-15T12:05:08.923Z" }
|
|
1189
1189
|
wheels = [
|
|
1190
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1191
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1192
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1193
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1194
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1195
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1196
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1197
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1190
|
+
{ url = "https://files.pythonhosted.org/packages/93/06/6799fcc02ebb2424063b4ef57ce03d943cbb08a5d3585d9fba422a3309e0/pyrefly-0.46.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:d71a303bc218ff4f803eae6e0f757bfea17c809cc145eea09f8f49b6158754ad", size = 11926321, upload-time = "2025-12-15T12:04:49.377Z" },
|
|
1191
|
+
{ url = "https://files.pythonhosted.org/packages/d6/0a/869e16ef40f0e494ed15c5cec85b9aeac9f0e3523e27ce239b42f957f2e1/pyrefly-0.46.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:0e7f001e979df4b4e125aa8d3d462978b4ac58ffc1f5bb7cc5e3a7572827a6fd", size = 11545813, upload-time = "2025-12-15T12:04:51.763Z" },
|
|
1192
|
+
{ url = "https://files.pythonhosted.org/packages/7e/39/7897966edead5fcc02c461b0c5d3e8a006eb84171b874b7362cb923a5cb0/pyrefly-0.46.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a07fd293b2e7441db7756e6cfa004c9a73da6a0925845947ab3b8ea05e913f99", size = 31558238, upload-time = "2025-12-15T12:04:54.144Z" },
|
|
1193
|
+
{ url = "https://files.pythonhosted.org/packages/37/bb/77f5854b681c10d33139c816a9894ed89d13c9814278be81e2d459bdd1b8/pyrefly-0.46.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1a893a08feefa3543467b41724ef045e678a806586198c63ce8a670d343ff677", size = 33764532, upload-time = "2025-12-15T12:04:56.978Z" },
|
|
1194
|
+
{ url = "https://files.pythonhosted.org/packages/70/b0/55efd3ea7a7fa04b396abb4d7f7bd93911f3b2a3f05436291ab7554ca3c8/pyrefly-0.46.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4d43783984d8cb4167e3d07c96477ba1d8367ef7b6c27621d9cc1af5ccc1cf44", size = 34819583, upload-time = "2025-12-15T12:04:59.461Z" },
|
|
1195
|
+
{ url = "https://files.pythonhosted.org/packages/e0/bb/f3fb05d6faa2d2eaa46f8efb8036b8a7f2478fca47329b64f3a24aa948a1/pyrefly-0.46.0-py3-none-win32.whl", hash = "sha256:3d8482bc9c3e1e7f881a980906264b2348abb51d61e0cf2dd5c9afcf10197201", size = 11009453, upload-time = "2025-12-15T12:05:02.103Z" },
|
|
1196
|
+
{ url = "https://files.pythonhosted.org/packages/60/d3/01309bbfa115079cefc1d027fa13ff8803891fc044a32aadfb58d3ee47cc/pyrefly-0.46.0-py3-none-win_amd64.whl", hash = "sha256:7ad8615cfd0523a8fccedeaaa0c963a7577255095a7d945fcf1693cfdde90716", size = 11692961, upload-time = "2025-12-15T12:05:04.449Z" },
|
|
1197
|
+
{ url = "https://files.pythonhosted.org/packages/ce/96/4369be3bc402f9c41f5b7bfef5d547b9ddf85e6bd48b8ccaa1c5f593c61b/pyrefly-0.46.0-py3-none-win_arm64.whl", hash = "sha256:9c032a30ecba3b1b0f428f1d3bb14fbd63ad0bba60d56b857888372d99ce558f", size = 11238385, upload-time = "2025-12-15T12:05:06.771Z" },
|
|
1198
1198
|
]
|
|
1199
1199
|
|
|
1200
1200
|
[[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.1a34"
|
|
1538
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1539
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f5/f9/f467d2fbf02a37af5d779eb21c59c7d5c9ce8c48f620d590d361f5220208/ty-0.0.1a34.tar.gz", hash = "sha256:659e409cc3b5c9fb99a453d256402a4e3bd95b1dbcc477b55c039697c807ab79", size = 4735988, upload-time = "2025-12-12T18:29:23.204Z" }
|
|
1540
|
+
wheels = [
|
|
1541
|
+
{ url = "https://files.pythonhosted.org/packages/fc/b7/d5a5c611baaa20e85971a7c9a527aaf3e8fb47e15de88d1db39c64ee3638/ty-0.0.1a34-py3-none-linux_armv6l.whl", hash = "sha256:00c138e28b12a80577ee3e15fc638eb1e35cf5aa75f5967bf2d1893916ce571c", size = 9708675, upload-time = "2025-12-12T18:29:06.571Z" },
|
|
1542
|
+
{ url = "https://files.pythonhosted.org/packages/cb/62/0b78976c8da58b90a86d1a1b8816ff4a6e8437f6e52bb6800c4483242e7f/ty-0.0.1a34-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:cbb9c187164675647143ecb56e684d6766f7d5ba7f6874a369fe7c3d380a6c92", size = 9515760, upload-time = "2025-12-12T18:28:56.901Z" },
|
|
1543
|
+
{ url = "https://files.pythonhosted.org/packages/39/1f/4e3d286b37aab3428a30b8f5db5533b8ce6e23b1bd84f77a137bd782b418/ty-0.0.1a34-py3-none-macosx_11_0_arm64.whl", hash = "sha256:68b2375b366ee799a896594cde393a1b60414efdfd31399c326bfc136bfc41f3", size = 9064633, upload-time = "2025-12-12T18:29:10.211Z" },
|
|
1544
|
+
{ url = "https://files.pythonhosted.org/packages/5d/31/e17049b868f5cac7590c000f31ff9453e4360125416da4e8195e82b5409a/ty-0.0.1a34-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f6b68d9673e43bdd5bdcaa6b5db50e873431fc44dde5e25e253e8226ec93ac1", size = 9310295, upload-time = "2025-12-12T18:29:21.635Z" },
|
|
1545
|
+
{ url = "https://files.pythonhosted.org/packages/77/1d/7a89b3032e84a01223d0c33e47f33eef436ca36949b28600554a2a4da1f8/ty-0.0.1a34-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:832b360fd397c076e294c252db52581b9ecb38d8063d6262ac927610540702be", size = 9498451, upload-time = "2025-12-12T18:29:24.955Z" },
|
|
1546
|
+
{ url = "https://files.pythonhosted.org/packages/fa/5e/e782c4367d14b965b1ee9bddc3f3102982ff1cc2dae699c201ecd655e389/ty-0.0.1a34-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0cb6fc497f1feb67e299fd3507ed30498c7e15b31099b3dcdbeca6b7ac2d3129", size = 9912522, upload-time = "2025-12-12T18:29:00.252Z" },
|
|
1547
|
+
{ url = "https://files.pythonhosted.org/packages/9c/25/4d72d7174b60adeb9df6e4c5d8552161da2b84ddcebed8ab37d0f7f266ab/ty-0.0.1a34-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:284c8cfd64f255d942ef21953e3d40d087c74dec27e16495bd656decdd208f59", size = 10518743, upload-time = "2025-12-12T18:28:54.944Z" },
|
|
1548
|
+
{ url = "https://files.pythonhosted.org/packages/05/c5/30a6e377bcab7d5b65d5c78740635b23ecee647bf268c9dc82a91d41c9ba/ty-0.0.1a34-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c34b028305642fd3a9076d4b07d651a819c61a65371ef38cde60f0b54dce6180", size = 10285473, upload-time = "2025-12-12T18:29:08.432Z" },
|
|
1549
|
+
{ url = "https://files.pythonhosted.org/packages/97/aa/d2cd564ee37a587c8311383a5687584c9aed241a9e67301ee0280301eef3/ty-0.0.1a34-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ad997a21648dc64017f11a96b7bb44f088ab0fd589decadc2d686fc97b102f4e", size = 10298873, upload-time = "2025-12-12T18:29:12.38Z" },
|
|
1550
|
+
{ url = "https://files.pythonhosted.org/packages/2e/80/c427dabd51b5d8b50fc375e18674c098877a9d6545af810ccff4e40ff74a/ty-0.0.1a34-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c1afe9798f94c0fbb9e42ff003dfcb4df982f97763d93e5b1d53f9da865a53af", size = 9851399, upload-time = "2025-12-12T18:29:02.231Z" },
|
|
1551
|
+
{ url = "https://files.pythonhosted.org/packages/cc/d8/7240c0e13bc3405b190b4437fbc67c86aa70e349b282e5fa79282181532b/ty-0.0.1a34-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:bd335010aa211fbf8149d3507d6331bdb947d5328ca31388cecdbd2eb49275c3", size = 9261475, upload-time = "2025-12-12T18:29:04.638Z" },
|
|
1552
|
+
{ url = "https://files.pythonhosted.org/packages/6b/a1/6538f8fe7a5b1a71b20461d905969b7f62574cf9c8c6af580b765a647289/ty-0.0.1a34-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:29ebcc56aabaf6aa85c3baf788e211455ffc9935b807ddc9693954b6990e9a3c", size = 9554878, upload-time = "2025-12-12T18:29:16.349Z" },
|
|
1553
|
+
{ url = "https://files.pythonhosted.org/packages/3d/f2/b8ab163b928de329d88a5f04a5c399a40c1c099b827c70e569e539f9a755/ty-0.0.1a34-py3-none-musllinux_1_2_i686.whl", hash = "sha256:0cbb5a68fddec83c39db6b5f0a5c5da5a3f7d7620e4bcb4ad5bf3a0c7f89ab45", size = 9651340, upload-time = "2025-12-12T18:29:19.92Z" },
|
|
1554
|
+
{ url = "https://files.pythonhosted.org/packages/dc/1b/1e4e24b684ee5f22dda18d86846430b123fb2e985f0c0eb986e6eccec1b9/ty-0.0.1a34-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:f9b3fd934982a9497237bf39fa472f6d201260ac95b3dc75ba9444d05ec01654", size = 9944488, upload-time = "2025-12-12T18:28:58.544Z" },
|
|
1555
|
+
{ url = "https://files.pythonhosted.org/packages/80/b0/6435f1795f76c57598933624af58bf67385c96b8fa3252f5f9087173e21a/ty-0.0.1a34-py3-none-win32.whl", hash = "sha256:bdabc3f1a048bc2891d4184b818a7ee855c681dd011d00ee672a05bfe6451156", size = 9151401, upload-time = "2025-12-12T18:28:53.028Z" },
|
|
1556
|
+
{ url = "https://files.pythonhosted.org/packages/73/2e/adce0d7c07f6de30c7f3c125744ec818c7f04b14622a739fe17d4d0bdb93/ty-0.0.1a34-py3-none-win_amd64.whl", hash = "sha256:a4caa2e58685d6801719becbd0504fe61e3ab94f2509e84759f755a0ca480ada", size = 10031079, upload-time = "2025-12-12T18:29:14.556Z" },
|
|
1557
|
+
{ url = "https://files.pythonhosted.org/packages/23/0d/1f123c69ce121dcabf5449a456a9a37c3bbad396e9e7484514f1fe568f96/ty-0.0.1a34-py3-none-win_arm64.whl", hash = "sha256:dd02c22b538657b042d154fe2d5e250dfb20c862b32e6036a6ffce2fd1ebca9d", size = 9534879, upload-time = "2025-12-12T18:29:18.187Z" },
|
|
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.18 → python3_commons-0.14.19}/.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.18 → python3_commons-0.14.19}/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.18 → python3_commons-0.14.19}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
{python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.14.18 → python3_commons-0.14.19}/src/python3_commons.egg-info/requires.txt
RENAMED
|
File without changes
|
{python3_commons-0.14.18 → python3_commons-0.14.19}/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
|