owid-datautils 0.6.3__tar.gz → 0.6.4__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.
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/PKG-INFO +3 -3
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/README.md +1 -1
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/pyproject.toml +3 -3
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/uv.lock +77 -80
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/.bumpversion.cfg +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/.codecov.yml +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/.github/workflows/python-package.yml +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/.gitignore +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/.pre-commit-config.yaml +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/.readthedocs.yaml +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/LICENSE +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/Makefile +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/docs/Makefile +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/docs/_static/favicon.ico +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/docs/_static/owid.png +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/docs/apidoc-templates/module.rst_t +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/docs/apidoc-templates/package.rst_t +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/docs/apidoc-templates/toc.rst_t +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/docs/conf.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/docs/index.rst +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/docs/make.bat +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/__init__.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/checks.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/common.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/dataframes.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/decorators.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/format/__init__.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/format/numbers.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/google/__init__.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/google/api.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/google/config.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/google/sheets.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/io/__init__.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/io/archive.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/io/df.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/io/json.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/ui.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/owid/datautils/web.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/__init__.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/format/__init__.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/format/test_numbers.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/google/__init__.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/google/test_api.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/google/test_config.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/google/test_sheets.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/io/test_archive.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/io/test_df.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/io/test_json.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/mocks.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/test_dataframes.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/test_decorators.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/test_ui.py +0 -0
- {owid_datautils-0.6.3 → owid_datautils-0.6.4}/tests/test_web.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: owid-datautils
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.4
|
|
4
4
|
Summary: Data utils library by the Data Team at Our World in Data
|
|
5
5
|
Author-email: Our World in Data <tech@ourworldindata.org>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -11,7 +11,7 @@ Requires-Dist: boto3>=1.38.23
|
|
|
11
11
|
Requires-Dist: brotli>=1.2.0
|
|
12
12
|
Requires-Dist: click>=8.1.7
|
|
13
13
|
Requires-Dist: colorama>=0.4.4
|
|
14
|
-
Requires-Dist: cryptography>=
|
|
14
|
+
Requires-Dist: cryptography>=48.0.1
|
|
15
15
|
Requires-Dist: gdown>=5.2.2
|
|
16
16
|
Requires-Dist: gsheets>=0.6.1
|
|
17
17
|
Requires-Dist: jinja2>=3.1.6
|
|
@@ -24,5 +24,5 @@ Requires-Dist: pydrive2>=1.15.0
|
|
|
24
24
|
Requires-Dist: pyopenssl>=26.0.0
|
|
25
25
|
Requires-Dist: requests>=2.32.5
|
|
26
26
|
Requires-Dist: structlog>=21.5.0
|
|
27
|
-
Requires-Dist: tornado>=6.5.
|
|
27
|
+
Requires-Dist: tornado>=6.5.7
|
|
28
28
|
Requires-Dist: urllib3<3
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|

|
|
4
4
|

|
|
5
5
|
[](https://buildkite.com/our-world-in-data/owid-datautils-unit-tests)
|
|
6
|
-
[](https://docs.owid.io/projects/etl/libraries/datautils/)
|
|
7
7
|
|
|
8
8
|
**owid-datautils** is a library to support the work of the Data Team at Our World in Data.
|
|
9
9
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "owid-datautils"
|
|
3
|
-
version = "0.6.
|
|
3
|
+
version = "0.6.4"
|
|
4
4
|
description = "Data utils library by the Data Team at Our World in Data"
|
|
5
5
|
authors = [
|
|
6
6
|
{name = "Our World in Data", email = "tech@ourworldindata.org"},
|
|
@@ -25,10 +25,10 @@ dependencies = [
|
|
|
25
25
|
"urllib3<3",
|
|
26
26
|
"click>=8.1.7",
|
|
27
27
|
"py7zr>=0.22.0",
|
|
28
|
-
"cryptography>=
|
|
28
|
+
"cryptography>=48.0.1",
|
|
29
29
|
"protobuf>=6.33.4",
|
|
30
30
|
"brotli>=1.2.0",
|
|
31
|
-
"tornado>=6.5.
|
|
31
|
+
"tornado>=6.5.7",
|
|
32
32
|
"pyasn1>=0.6.3",
|
|
33
33
|
"requests>=2.32.5",
|
|
34
34
|
"jinja2>=3.1.6",
|
|
@@ -9,7 +9,7 @@ resolution-markers = [
|
|
|
9
9
|
]
|
|
10
10
|
|
|
11
11
|
[options]
|
|
12
|
-
exclude-newer = "2026-
|
|
12
|
+
exclude-newer = "2026-06-14T07:20:45.864145Z"
|
|
13
13
|
exclude-newer-span = "P3D"
|
|
14
14
|
|
|
15
15
|
[[package]]
|
|
@@ -675,62 +675,59 @@ toml = [
|
|
|
675
675
|
|
|
676
676
|
[[package]]
|
|
677
677
|
name = "cryptography"
|
|
678
|
-
version = "
|
|
678
|
+
version = "49.0.0"
|
|
679
679
|
source = { registry = "https://pypi.org/simple" }
|
|
680
680
|
dependencies = [
|
|
681
681
|
{ name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
|
|
682
682
|
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
|
683
683
|
]
|
|
684
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
685
|
-
wheels = [
|
|
686
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
687
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
688
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
689
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
690
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
691
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
692
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
693
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
694
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
695
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
696
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
697
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
698
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
699
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
700
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
701
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
702
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
703
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
704
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
705
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
706
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
707
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
708
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
709
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
710
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
711
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
712
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
713
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
714
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
715
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
716
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
717
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
718
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
719
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
720
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
721
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
722
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
723
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
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/
|
|
728
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
729
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
730
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
731
|
-
{ url = "https://files.pythonhosted.org/packages/ac/97/a538654732974a94ff96c1db621fa464f455c02d4bb7d2652f4edc21d600/cryptography-46.0.5-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:d861ee9e76ace6cf36a6a89b959ec08e7bc2493ee39d07ffe5acb23ef46d27da", size = 4217990, upload-time = "2026-02-10T19:18:25.957Z" },
|
|
732
|
-
{ url = "https://files.pythonhosted.org/packages/ae/11/7e500d2dd3ba891197b9efd2da5454b74336d64a7cc419aa7327ab74e5f6/cryptography-46.0.5-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:2b7a67c9cd56372f3249b39699f2ad479f6991e62ea15800973b956f4b73e257", size = 4381252, upload-time = "2026-02-10T19:18:27.496Z" },
|
|
733
|
-
{ url = "https://files.pythonhosted.org/packages/bc/58/6b3d24e6b9bc474a2dcdee65dfd1f008867015408a271562e4b690561a4d/cryptography-46.0.5-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:8456928655f856c6e1533ff59d5be76578a7157224dbd9ce6872f25055ab9ab7", size = 3407605, upload-time = "2026-02-10T19:18:29.233Z" },
|
|
684
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1f/99/d1c90d6041656cc6ee229dc99cd67fd0cd5aec3c5f7d72fffc27cc750054/cryptography-49.0.0.tar.gz", hash = "sha256:f89660a348f4f78a92366240a61404e337586ef7f5909a2fef59ca88ef505493", size = 854345, upload-time = "2026-06-12T20:02:30.512Z" }
|
|
685
|
+
wheels = [
|
|
686
|
+
{ url = "https://files.pythonhosted.org/packages/9b/22/adf66990e63584a68dfb50c24f48a125c07b1699899381c8151e63ed458c/cryptography-49.0.0-cp311-abi3-macosx_11_0_arm64.whl", hash = "sha256:966fe0e9c67490071f14c0d2b1cb2dfb3023c5ce39457343931415f08382f2db", size = 4032100, upload-time = "2026-06-12T20:02:32.143Z" },
|
|
687
|
+
{ url = "https://files.pythonhosted.org/packages/09/41/3797cfaf69cae04a13ee78ebd83f0678d9c02b4779d21ce24445326f1a69/cryptography-49.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:36d1709f992593689b45bda411498d62c6e365f2ca00b84657d4dadd24de16db", size = 4692978, upload-time = "2026-06-12T20:01:21.305Z" },
|
|
688
|
+
{ url = "https://files.pythonhosted.org/packages/e6/8b/43011f7ebe515a8aa20d61f290a326cd890c2e738e16e59eaff8d9c3a412/cryptography-49.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:0e959b578856a3924bc0cbb710fc12c387b9412a951389f3ca61704a9e25f325", size = 4716422, upload-time = "2026-06-12T20:01:48.566Z" },
|
|
689
|
+
{ url = "https://files.pythonhosted.org/packages/4a/91/01ce7303a4579e6d3a6abef01bd322848e9ea7a219adcabc5048b9033571/cryptography-49.0.0-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:53ecee2e23f7169b6117e99fc8a944e5e50f79e69758a83b52a00cb98ab2b2d2", size = 4700503, upload-time = "2026-06-12T20:02:47.091Z" },
|
|
690
|
+
{ url = "https://files.pythonhosted.org/packages/62/99/a2c95cf8293f07491e9e27c20cc4dcd18176d944e674679adeb1d0173fd6/cryptography-49.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:2eda353d8a27bcbcaa4cbed18994a74ab4d19a2ca897db188ea269ab9b71419b", size = 5309779, upload-time = "2026-06-12T20:02:08.987Z" },
|
|
691
|
+
{ url = "https://files.pythonhosted.org/packages/20/2c/0622f20ff02b2ef32558733443805dc82fd4c275be01b2d19d14676f3a1b/cryptography-49.0.0-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:2afe9051da7ae7bd5905da5a949280c7d2bb75682e188f650a9d0f2756b834c6", size = 4749683, upload-time = "2026-06-12T20:02:03.335Z" },
|
|
692
|
+
{ url = "https://files.pythonhosted.org/packages/a3/5b/c5246635d5fd3b64e0d45ae10e99fd32fe9676a79915ccfe5a61ba9af1a5/cryptography-49.0.0-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:0b82e28ee398a386f0807bba7884d30f25218855690f45115831bcce5d90822c", size = 4337874, upload-time = "2026-06-12T20:02:54.323Z" },
|
|
693
|
+
{ url = "https://files.pythonhosted.org/packages/6d/88/05563c7fe2e914e87d1a536d06fe83e66b4e1d95cb593e05aea375531da8/cryptography-49.0.0-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:ccac2bfebc306b862133e3bb71f3f6ee8bb525240089b2d952e4144b3a6d5da7", size = 4700283, upload-time = "2026-06-12T20:01:34.822Z" },
|
|
694
|
+
{ url = "https://files.pythonhosted.org/packages/c4/b6/d7696e4e890d6ae1469935164c9e5215c557671cb78d6e3f458ccceaa632/cryptography-49.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:d0527ce944105f257f605a827d6ebead966c752038b6e8656abb9c5edee6fc68", size = 5265844, upload-time = "2026-06-12T20:01:24.09Z" },
|
|
695
|
+
{ url = "https://files.pythonhosted.org/packages/a9/3c/f3ad17eecc1a57b0ba236dc01f90e783c51f4a2f35f64777cc4f47a184b2/cryptography-49.0.0-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:cbc77da8c523d5abd028635ba850a6966fcee2c82e2bf65a41d1d8afe0f98be9", size = 4749290, upload-time = "2026-06-12T20:01:30.848Z" },
|
|
696
|
+
{ url = "https://files.pythonhosted.org/packages/4f/01/339573cf1023163a400b0b5d16f6d507de413b9f60be6fd1b77feeaf6737/cryptography-49.0.0-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:b87e65d263b3e5d3bb92a57e2a6638e2f31110fa7aa890c7b2dbba42248d0a3f", size = 4834612, upload-time = "2026-06-12T20:01:29.246Z" },
|
|
697
|
+
{ url = "https://files.pythonhosted.org/packages/71/fd/577302e213a1be9468f92d1afef66fcf1ef83d516819d9992ca547f592bd/cryptography-49.0.0-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:66ec79c3904820572d7e987abdf304281f141d37ad9a489b8e97066e7b9b6459", size = 4980804, upload-time = "2026-06-12T20:01:42.853Z" },
|
|
698
|
+
{ url = "https://files.pythonhosted.org/packages/1f/09/f42b1d190c5ba75f72062a387f8030d1d75f6ab035788f1d9c4b01de6525/cryptography-49.0.0-cp311-abi3-win_amd64.whl", hash = "sha256:e5dfc1e64de5677cec922ffa8da89c546d0415bf6efdf081842e5d44c84e1f0e", size = 3810026, upload-time = "2026-06-12T20:02:39.262Z" },
|
|
699
|
+
{ url = "https://files.pythonhosted.org/packages/ec/9e/db72b3ae7fc9cfad53e630e56c6ae83b9b6ff0bf3718ffb8012d20b3aabf/cryptography-49.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:73a205dce83953d131a4aa1e0fd917a2fd1c5b1eef251e9d7152efefcbf5caf7", size = 4013892, upload-time = "2026-06-12T20:02:10.735Z" },
|
|
700
|
+
{ url = "https://files.pythonhosted.org/packages/86/12/c48a424f38db03027be9f7ed5c7dc5de9933dbee992865f98b13727a009d/cryptography-49.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:196ecd6a36e4e9aa10270393bb98d8df88fccee0bf1e5128b91ae4eb4375896d", size = 4678835, upload-time = "2026-06-12T20:02:48.743Z" },
|
|
701
|
+
{ url = "https://files.pythonhosted.org/packages/68/28/8a3ad4653662c93fc44dc4e5d8fd374c25c42e07b34bbfbadf49cf57a5a8/cryptography-49.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7abcee80084cda3f7691f3eb1ce480d8df49cec637b429aa35986c1de71738aa", size = 4697239, upload-time = "2026-06-12T20:02:56.03Z" },
|
|
702
|
+
{ url = "https://files.pythonhosted.org/packages/a8/b2/2193fc74f81aee4f9b62733133b73b5176718932ed8f2e4b03fa040480a6/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:4ae387c9cb68ea569ca17e490d66d8142b81c3cc814bf179974b7d146e490bbb", size = 4685593, upload-time = "2026-06-12T20:02:50.666Z" },
|
|
703
|
+
{ url = "https://files.pythonhosted.org/packages/47/f1/1d3eaa243bfc5de4a187b22aa8c048b3e4980bfbe830ac46e6bac2e66947/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl", hash = "sha256:f37d847238971164fdbc68ade6f6574aecc9c0af714190e2083429ff68f4ce9d", size = 5289961, upload-time = "2026-06-12T20:01:46.468Z" },
|
|
704
|
+
{ url = "https://files.pythonhosted.org/packages/58/39/2d51306721330c486495853eda1c567880ff036de15a14c4b74f399934af/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:c2bc30226390d60ea19d9f82b19db005fe0452154a23c1c410c12ea801e43561", size = 4731145, upload-time = "2026-06-12T20:02:16.832Z" },
|
|
705
|
+
{ url = "https://files.pythonhosted.org/packages/17/50/983e838c7fd0d87fd8c969bcdd328edaf5f756e38df5281637424c155873/cryptography-49.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:07cab27cc7b7e0fd28e5e26bb9eeedde5c135c868b46de4a27845abe94af6122", size = 4321719, upload-time = "2026-06-12T20:02:52.611Z" },
|
|
706
|
+
{ url = "https://files.pythonhosted.org/packages/a7/f5/8f571d7e27c55bce9f76f026143bcb1e040a4233149ecca0bea5fa5dd5f7/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:b20133d204d2bb56ba047642199603876c872026ca53e79c35b83772ab2cc505", size = 4685209, upload-time = "2026-06-12T20:02:07.282Z" },
|
|
707
|
+
{ url = "https://files.pythonhosted.org/packages/e7/84/0e27016a6fc5a0886f797018b26aa42f40c09a82332bff77822a451deaaa/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl", hash = "sha256:b970c6da94d5bb18629db453d14f2a1300f6bf59b61e9b82377931ef95504866", size = 5246285, upload-time = "2026-06-12T20:01:32.439Z" },
|
|
708
|
+
{ url = "https://files.pythonhosted.org/packages/11/2d/5e1fb307cb5931881516b464c98774b3f2c36b5d4bb9a2830253cf553cad/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:d8ecde755e2e91bf773fc94e8c9d730cd7f2007004cb492263a794ec3899a1c8", size = 4730441, upload-time = "2026-06-12T20:02:01.469Z" },
|
|
709
|
+
{ url = "https://files.pythonhosted.org/packages/e4/c0/bff5a02ee731d207d6a1ed51732549d8c53d2bc8da1d10ec6f2844201d68/cryptography-49.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e3fb64c420688e5319ae25113a354015abbd8dffbfbc41781a1ea66fc7622ac3", size = 4815869, upload-time = "2026-06-12T20:01:36.574Z" },
|
|
710
|
+
{ url = "https://files.pythonhosted.org/packages/b9/26/814681d14248d95d73d5c3eea0c39a94eb8302df966f670a2c60de90974b/cryptography-49.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:32703d93296f5c1f4b53349ad3a250c2cae0fdecd3a3dd5d47e616d8d616af27", size = 4960948, upload-time = "2026-06-12T20:02:18.688Z" },
|
|
711
|
+
{ url = "https://files.pythonhosted.org/packages/4c/fe/93ecac273d3738939d023612ad12cca9a3740a5345d69fda04134c43fd96/cryptography-49.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:33cd0565932807baddb67b96dbee92f2c374b5c89dee09fd74079aeb8c8dba61", size = 3799153, upload-time = "2026-06-12T20:01:39.059Z" },
|
|
712
|
+
{ url = "https://files.pythonhosted.org/packages/19/2a/5bb823f5bedcf80718cea7fbc95ec5515cca3769633c4b01a32be7f30e7c/cryptography-49.0.0-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:ec5e529fb80935c94fe7b729f9972b50e351a0e6b50aa294fd5cabb109fcc29a", size = 4025947, upload-time = "2026-06-12T20:01:25.745Z" },
|
|
713
|
+
{ url = "https://files.pythonhosted.org/packages/3d/df/40577043ca124e17012f408ddddaeb213b856336ac82ddb3bc915f39e29f/cryptography-49.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:f78ff2c9ed8dc2d036b0f4d640e22522213d047c1b14e61205a7e55c80a494d4", size = 4692429, upload-time = "2026-06-12T20:01:53.628Z" },
|
|
714
|
+
{ url = "https://files.pythonhosted.org/packages/2c/99/2d13299eb3dd27b02dcfaafcc91d6b5cb3329f7cbd6d8f51921acd566c1a/cryptography-49.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:35b151772baff2c74cba7fa290ceaff4c3b11c0c881eb93eb5dbc05a7cfbba18", size = 4700968, upload-time = "2026-06-12T20:02:45.383Z" },
|
|
715
|
+
{ url = "https://files.pythonhosted.org/packages/a5/4d/9c0cd02f95e2602dd5e563da149ee0830abef3537be8b34dc56281ebe27a/cryptography-49.0.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:0f21641cf4b30fca7aee061ced0ec7ad7b073518088b7c9969a297c0ae796c69", size = 4697758, upload-time = "2026-06-12T20:01:41.13Z" },
|
|
716
|
+
{ url = "https://files.pythonhosted.org/packages/24/01/186c825898477d77e2324d5360fefe622ff1d8d1963ec0554e2cada8ec77/cryptography-49.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:9e82dcc8e56052715fb18b2429e3bca4823b1629136a2084fc45a9a5cecb9b64", size = 5298863, upload-time = "2026-06-12T20:02:24.579Z" },
|
|
717
|
+
{ url = "https://files.pythonhosted.org/packages/b8/7b/62cbbab75d0659865bf0273790031544a0b16c8072d258f9428dcd8190dc/cryptography-49.0.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:6f2debedf9ca60cf1d5bd466475638af5130f89965605cd818484d19987d3a21", size = 4735983, upload-time = "2026-06-12T20:01:50.14Z" },
|
|
718
|
+
{ url = "https://files.pythonhosted.org/packages/6c/72/3e798c064bc39e471008075d0f9bc9daf77a80879c092e4a8e170c585ed4/cryptography-49.0.0-cp39-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:8c25ceb16df5b9435f3f6a9829204985b0e0cbee3b48aacd432c7d2c850b44d9", size = 4334173, upload-time = "2026-06-12T20:01:44.743Z" },
|
|
719
|
+
{ url = "https://files.pythonhosted.org/packages/f0/ee/6fca21d1ac73e06f8bef71940abfd4d2f6472b4bca284d770f32bd4086f6/cryptography-49.0.0-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:28d8b15e6275f12c8a207dc309dfa957903c927d08d0cc937ee3f63f200693cc", size = 4697298, upload-time = "2026-06-12T20:02:20.918Z" },
|
|
720
|
+
{ url = "https://files.pythonhosted.org/packages/67/d0/a5fcd3515f0bae49a7b6d0413cc1bdccdcc1fc0047037a0d480642cdc5d6/cryptography-49.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:6fc361c34fb6aac015ce19435876635e5c6d21db31998b0920f675f131e043b8", size = 5254338, upload-time = "2026-06-12T20:02:22.737Z" },
|
|
721
|
+
{ url = "https://files.pythonhosted.org/packages/a0/84/84fe36f19caf857d61cb7fc9c63035a47ffabd84ea12d1d393148efa3615/cryptography-49.0.0-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:2400ef9c9e2299a25614eb1dea3db54a69b1349efd043bfac9c67630d136df36", size = 4735650, upload-time = "2026-06-12T20:02:41.389Z" },
|
|
722
|
+
{ url = "https://files.pythonhosted.org/packages/6c/a0/db537264e234f7273a73ec020873d6d6b39dfd8a53db78b550ca8320440e/cryptography-49.0.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:67e1d20ad9ef3a563c59ef22e7a8a0b8210bd26604369ea4a30a7c66aefe504e", size = 4834820, upload-time = "2026-06-12T20:01:51.847Z" },
|
|
723
|
+
{ url = "https://files.pythonhosted.org/packages/93/77/8df9eb486495979bccecd1062e2eaf435250e84437040295b57d09048b0b/cryptography-49.0.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:42b0684e0e40cf26122427802486f6d93aea593612603a94fbf260c7eb1e9c1b", size = 4967968, upload-time = "2026-06-12T20:02:12.524Z" },
|
|
724
|
+
{ url = "https://files.pythonhosted.org/packages/c2/e6/f60198ea8d9dfa15fff9ed4ca02ce362f6eadd9ba757dcc50634c4257b63/cryptography-49.0.0-cp39-abi3-win_amd64.whl", hash = "sha256:026ac7423e6fa66872d3bf889be5974507da3944f866f704fa200eadacd00001", size = 3785547, upload-time = "2026-06-12T20:02:26.847Z" },
|
|
725
|
+
{ url = "https://files.pythonhosted.org/packages/63/d3/4a83af35d65e3fad632c926fad684c193ea4398569ccb0bbbc7fe8f5dc9a/cryptography-49.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:fc1e275c2f1d97b1a6450b8b0ea3ebfa6e087a611c2b26cb2404d48588abab7b", size = 3993685, upload-time = "2026-06-12T20:02:14.883Z" },
|
|
726
|
+
{ url = "https://files.pythonhosted.org/packages/d6/a7/f9dac0ab7f80368c56993a7bf638ef9935f825c91902798481fac0898138/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:c83782480a4a9da4d0feb51950131ba32e12e70813848b3343f6e18c28a66838", size = 4676239, upload-time = "2026-06-12T20:02:28.793Z" },
|
|
727
|
+
{ url = "https://files.pythonhosted.org/packages/d7/70/2ba3769dd0ae167e2f33dfa9592d45db6ff9a61d62ca1a5b3d1bdd09068f/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:b39efa323140595abd3ecca8529d321ae50f55f3aa3ba9cc81ea56a6011953d5", size = 4715584, upload-time = "2026-06-12T20:01:27.495Z" },
|
|
728
|
+
{ url = "https://files.pythonhosted.org/packages/94/64/2923570ac1c0bd3a737aa366ac3abbbbde273042308b8cde95e2364a6e6a/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:b47db11c2c3525083296069b98ac5221907455e989ae0c2e3008bde851921615", size = 4675885, upload-time = "2026-06-12T20:01:55.49Z" },
|
|
729
|
+
{ url = "https://files.pythonhosted.org/packages/ab/f8/614dc7e051418cfe53d55173c1e24c6b0085e89996fe90508c2fdf769aef/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:084ef1af862eb07ec46d25f68689f2102a9fc0e05ce7b80f14f5fe51e4eef0f6", size = 4715449, upload-time = "2026-06-12T20:02:05.469Z" },
|
|
730
|
+
{ url = "https://files.pythonhosted.org/packages/aa/50/a9caea39ad19c431c1a3f8a31114df65b260cdfe67786b6c7e7c040c4c44/cryptography-49.0.0-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:be9fcb48a55f023493482827d4f459bd263cc20efde64f204b97c123201850c6", size = 3783731, upload-time = "2026-06-12T20:02:43.319Z" },
|
|
734
731
|
]
|
|
735
732
|
|
|
736
733
|
[[package]]
|
|
@@ -946,11 +943,11 @@ wheels = [
|
|
|
946
943
|
|
|
947
944
|
[[package]]
|
|
948
945
|
name = "idna"
|
|
949
|
-
version = "3.
|
|
946
|
+
version = "3.18"
|
|
950
947
|
source = { registry = "https://pypi.org/simple" }
|
|
951
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
948
|
+
sdist = { url = "https://files.pythonhosted.org/packages/cd/63/9496c57188a2ee585e0f1db071d75089a11e98aa86eb99d9d7618fc1edce/idna-3.18.tar.gz", hash = "sha256:ffb385a7e039654cef1ab9ef32c6fafe283c0c0467bba1d9029738ce4a14a848", size = 196711, upload-time = "2026-06-02T14:34:07.794Z" }
|
|
952
949
|
wheels = [
|
|
953
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
950
|
+
{ url = "https://files.pythonhosted.org/packages/1e/5e/d4e9f1a599fb8e573b7b87160658329fbf28d19eac2718f51fc3def3aa5a/idna-3.18-py3-none-any.whl", hash = "sha256:7f952cbe720b688055e3f87de14f5c3e5fdaa8bc3928985c4077ca689de849a2", size = 65455, upload-time = "2026-06-02T14:34:06.319Z" },
|
|
954
951
|
]
|
|
955
952
|
|
|
956
953
|
[[package]]
|
|
@@ -1654,7 +1651,7 @@ wheels = [
|
|
|
1654
1651
|
|
|
1655
1652
|
[[package]]
|
|
1656
1653
|
name = "owid-datautils"
|
|
1657
|
-
version = "0.6.
|
|
1654
|
+
version = "0.6.4"
|
|
1658
1655
|
source = { editable = "." }
|
|
1659
1656
|
dependencies = [
|
|
1660
1657
|
{ name = "boto3" },
|
|
@@ -1701,7 +1698,7 @@ requires-dist = [
|
|
|
1701
1698
|
{ name = "brotli", specifier = ">=1.2.0" },
|
|
1702
1699
|
{ name = "click", specifier = ">=8.1.7" },
|
|
1703
1700
|
{ name = "colorama", specifier = ">=0.4.4" },
|
|
1704
|
-
{ name = "cryptography", specifier = ">=
|
|
1701
|
+
{ name = "cryptography", specifier = ">=48.0.1" },
|
|
1705
1702
|
{ name = "gdown", specifier = ">=5.2.2" },
|
|
1706
1703
|
{ name = "gsheets", specifier = ">=0.6.1" },
|
|
1707
1704
|
{ name = "jinja2", specifier = ">=3.1.6" },
|
|
@@ -1714,7 +1711,7 @@ requires-dist = [
|
|
|
1714
1711
|
{ name = "pyopenssl", specifier = ">=26.0.0" },
|
|
1715
1712
|
{ name = "requests", specifier = ">=2.32.5" },
|
|
1716
1713
|
{ name = "structlog", specifier = ">=21.5.0" },
|
|
1717
|
-
{ name = "tornado", specifier = ">=6.5.
|
|
1714
|
+
{ name = "tornado", specifier = ">=6.5.7" },
|
|
1718
1715
|
{ name = "urllib3", specifier = "<3" },
|
|
1719
1716
|
]
|
|
1720
1717
|
|
|
@@ -2140,24 +2137,24 @@ wheels = [
|
|
|
2140
2137
|
|
|
2141
2138
|
[[package]]
|
|
2142
2139
|
name = "pygments"
|
|
2143
|
-
version = "2.
|
|
2140
|
+
version = "2.20.0"
|
|
2144
2141
|
source = { registry = "https://pypi.org/simple" }
|
|
2145
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2142
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c3/b2/bc9c9196916376152d655522fdcebac55e66de6603a76a02bca1b6414f6c/pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f", size = 4955991, upload-time = "2026-03-29T13:29:33.898Z" }
|
|
2146
2143
|
wheels = [
|
|
2147
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2144
|
+
{ url = "https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176", size = 1231151, upload-time = "2026-03-29T13:29:30.038Z" },
|
|
2148
2145
|
]
|
|
2149
2146
|
|
|
2150
2147
|
[[package]]
|
|
2151
2148
|
name = "pyopenssl"
|
|
2152
|
-
version = "26.
|
|
2149
|
+
version = "26.3.0"
|
|
2153
2150
|
source = { registry = "https://pypi.org/simple" }
|
|
2154
2151
|
dependencies = [
|
|
2155
2152
|
{ name = "cryptography" },
|
|
2156
2153
|
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
2157
2154
|
]
|
|
2158
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2155
|
+
sdist = { url = "https://files.pythonhosted.org/packages/74/b7/da07bae88f5a9506b4def6f2f4903cf4c3b8831e560dba8fa18ca08f758f/pyopenssl-26.3.0.tar.gz", hash = "sha256:589de7fae1c9ea670d18422ed00fc04da787bbde8e1454aea872aa57b49ad341", size = 182024, upload-time = "2026-06-12T20:28:07.458Z" }
|
|
2159
2156
|
wheels = [
|
|
2160
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2157
|
+
{ url = "https://files.pythonhosted.org/packages/54/18/1dd71c9b43192ab83f1d531ad6002dc81108ac36c475f79fb7a295abe2f4/pyopenssl-26.3.0-py3-none-any.whl", hash = "sha256:46367f8f66b92271e6d218da9c87607e1ef5a0bc5c8dea5bb3db82f395c385a3", size = 56008, upload-time = "2026-06-12T20:28:05.999Z" },
|
|
2161
2158
|
]
|
|
2162
2159
|
|
|
2163
2160
|
[[package]]
|
|
@@ -2438,7 +2435,7 @@ wheels = [
|
|
|
2438
2435
|
|
|
2439
2436
|
[[package]]
|
|
2440
2437
|
name = "requests"
|
|
2441
|
-
version = "2.
|
|
2438
|
+
version = "2.34.0"
|
|
2442
2439
|
source = { registry = "https://pypi.org/simple" }
|
|
2443
2440
|
dependencies = [
|
|
2444
2441
|
{ name = "certifi" },
|
|
@@ -2446,9 +2443,9 @@ dependencies = [
|
|
|
2446
2443
|
{ name = "idna" },
|
|
2447
2444
|
{ name = "urllib3" },
|
|
2448
2445
|
]
|
|
2449
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2446
|
+
sdist = { url = "https://files.pythonhosted.org/packages/43/b8/7a707d60fea4c49094e40262cc0e2ca6c768cca21587e34d3f705afec47e/requests-2.34.0.tar.gz", hash = "sha256:7d62fe92f50eb82c529b0916bb445afa1531a566fc8f35ffdc64446e771b856a", size = 142436, upload-time = "2026-05-11T19:29:51.717Z" }
|
|
2450
2447
|
wheels = [
|
|
2451
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2448
|
+
{ url = "https://files.pythonhosted.org/packages/ef/e6/e300fce5fe83c30520607a015dabd985df3251e188d234bfe9492e17a389/requests-2.34.0-py3-none-any.whl", hash = "sha256:917520a21b767485ce7c588f4ebb917c436b24a31231b44228715eaeb5a52c60", size = 73021, upload-time = "2026-05-11T19:29:49.923Z" },
|
|
2452
2449
|
]
|
|
2453
2450
|
|
|
2454
2451
|
[package.optional-dependencies]
|
|
@@ -2716,19 +2713,19 @@ wheels = [
|
|
|
2716
2713
|
|
|
2717
2714
|
[[package]]
|
|
2718
2715
|
name = "tornado"
|
|
2719
|
-
version = "6.5.
|
|
2720
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2721
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2722
|
-
wheels = [
|
|
2723
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2724
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2725
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2726
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2727
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2728
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2729
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2730
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2731
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2716
|
+
version = "6.5.7"
|
|
2717
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2718
|
+
sdist = { url = "https://files.pythonhosted.org/packages/64/24/95ec527ad67b76d59299e5465b3935d05e4294b7e0290a3924b7487df30b/tornado-6.5.7.tar.gz", hash = "sha256:66c513a76cda70d53907bc27cf1447557699c2e95aa48ba27a442ff61c3ddfc2", size = 519252, upload-time = "2026-06-08T17:34:51.232Z" }
|
|
2719
|
+
wheels = [
|
|
2720
|
+
{ url = "https://files.pythonhosted.org/packages/02/dc/c7043cab6fed8ae159fc1923ce829ada35c4dbd797d408a43858ffaf9639/tornado-6.5.7-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:148b2eb15c2c765a50796172c1e499649b35f30d2e3c3d3e15913cfa56bfb163", size = 448543, upload-time = "2026-06-08T17:34:38.052Z" },
|
|
2721
|
+
{ url = "https://files.pythonhosted.org/packages/92/4f/090b1431e5a43df696feceffc268c5383cc079ecb5f08ce58f917109aafe/tornado-6.5.7-cp39-abi3-macosx_10_9_x86_64.whl", hash = "sha256:9da38de27f1da3b78a966f0dae12b5a1ea9afe72ca805d84ff06508272ddf100", size = 446707, upload-time = "2026-06-08T17:34:39.594Z" },
|
|
2722
|
+
{ url = "https://files.pythonhosted.org/packages/37/d8/ef374952fd5da67d4463122c2b8e5a96536ec10b4b339254c6dcde81d01c/tornado-6.5.7-cp39-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:8d759e71906ee783f8867b93bf26a265743da4c1e2f4a018464c1ba019862972", size = 449774, upload-time = "2026-06-08T17:34:41.204Z" },
|
|
2723
|
+
{ url = "https://files.pythonhosted.org/packages/35/37/d434c73f4c6e014b745b9b37085f34f40c022f007efff3d7fe65991899f3/tornado-6.5.7-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8a46347a18f23fb92b396beebe0fb78f61dda0cc302445202c16203d8a18848b", size = 450745, upload-time = "2026-06-08T17:34:42.531Z" },
|
|
2724
|
+
{ url = "https://files.pythonhosted.org/packages/b6/2b/56b9aff361d7f1ab728a805ec7d7ea835f8807afa9f5cc690ea0e630efb9/tornado-6.5.7-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:7778b30bef919231265e91c69963ce0f49a1e9c07ac900bbe75b19ce2575ba92", size = 450578, upload-time = "2026-06-08T17:34:43.787Z" },
|
|
2725
|
+
{ url = "https://files.pythonhosted.org/packages/02/30/a7444fb23aa76860a14198fab96ac79f1866b0a6e19e26c4381b0938e50f/tornado-6.5.7-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:e726f0c75da7726eec023aa62751ff8878bd2737e34fbdd33b1ae5897d2200f5", size = 449985, upload-time = "2026-06-08T17:34:45.326Z" },
|
|
2726
|
+
{ url = "https://files.pythonhosted.org/packages/5c/42/5f0e56c01e8d9d36f4e23f367b85ae6cae0c1ecddd5e6977d8388ad27488/tornado-6.5.7-cp39-abi3-win32.whl", hash = "sha256:f8de3bf12d3efdd0cbe7c8887868198f8a91415e3f29fcf258d9b8eb7b1d9ae4", size = 451047, upload-time = "2026-06-08T17:34:46.784Z" },
|
|
2727
|
+
{ url = "https://files.pythonhosted.org/packages/c9/a4/b393076ffb21b469eec5b328a0534cf03a3b90bfc6b1f09507cdd075d938/tornado-6.5.7-cp39-abi3-win_amd64.whl", hash = "sha256:de942f843533a039ef9fa3d9c88c7cd8a7c94553fb5ad0154270989b3d99a2c4", size = 451485, upload-time = "2026-06-08T17:34:48.248Z" },
|
|
2728
|
+
{ url = "https://files.pythonhosted.org/packages/71/2e/7b1c769803121b809112cf9a00681c472eae1d80e32d7ec0e0bd61d0d0e1/tornado-6.5.7-cp39-abi3-win_arm64.whl", hash = "sha256:ff934fce95643af5f11efdae618eaa73d469dc588641e5c8d19295a0c65c4796", size = 450506, upload-time = "2026-06-08T17:34:49.702Z" },
|
|
2732
2729
|
]
|
|
2733
2730
|
|
|
2734
2731
|
[[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
|
|
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
|