owid-datautils 0.6.4__tar.gz → 0.6.5__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.4 → owid_datautils-0.6.5}/.github/workflows/python-package.yml +8 -3
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/PKG-INFO +1 -1
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/pyproject.toml +2 -2
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/uv.lock +24 -23
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/.bumpversion.cfg +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/.codecov.yml +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/.gitignore +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/.pre-commit-config.yaml +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/.readthedocs.yaml +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/LICENSE +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/Makefile +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/README.md +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/docs/Makefile +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/docs/_static/favicon.ico +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/docs/_static/owid.png +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/docs/apidoc-templates/module.rst_t +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/docs/apidoc-templates/package.rst_t +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/docs/apidoc-templates/toc.rst_t +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/docs/conf.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/docs/index.rst +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/docs/make.bat +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/__init__.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/checks.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/common.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/dataframes.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/decorators.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/format/__init__.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/format/numbers.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/google/__init__.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/google/api.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/google/config.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/google/sheets.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/io/__init__.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/io/archive.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/io/df.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/io/json.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/ui.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/owid/datautils/web.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/__init__.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/format/__init__.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/format/test_numbers.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/google/__init__.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/google/test_api.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/google/test_config.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/google/test_sheets.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/io/test_archive.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/io/test_df.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/io/test_json.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/mocks.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/test_dataframes.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/test_decorators.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/test_ui.py +0 -0
- {owid_datautils-0.6.4 → owid_datautils-0.6.5}/tests/test_web.py +0 -0
|
@@ -6,6 +6,9 @@ on:
|
|
|
6
6
|
pull_request:
|
|
7
7
|
branches: [ main ]
|
|
8
8
|
|
|
9
|
+
permissions:
|
|
10
|
+
contents: read
|
|
11
|
+
|
|
9
12
|
jobs:
|
|
10
13
|
build:
|
|
11
14
|
strategy:
|
|
@@ -16,10 +19,12 @@ jobs:
|
|
|
16
19
|
runs-on: ubuntu-latest
|
|
17
20
|
|
|
18
21
|
steps:
|
|
19
|
-
- uses: actions/checkout@
|
|
22
|
+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
23
|
+
with:
|
|
24
|
+
persist-credentials: false
|
|
20
25
|
|
|
21
26
|
- name: Set up Python ${{ matrix.python-version }}
|
|
22
|
-
uses: actions/setup-python@
|
|
27
|
+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
|
23
28
|
with:
|
|
24
29
|
python-version: ${{ matrix.python-version }}
|
|
25
30
|
|
|
@@ -44,7 +49,7 @@ jobs:
|
|
|
44
49
|
make report-coverage
|
|
45
50
|
|
|
46
51
|
- name: "Coverage: Upload to codecov.io"
|
|
47
|
-
uses: codecov/codecov-action@
|
|
52
|
+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
|
|
48
53
|
with:
|
|
49
54
|
fail_ci_if_error: true
|
|
50
55
|
verbose: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "owid-datautils"
|
|
3
|
-
version = "0.6.
|
|
3
|
+
version = "0.6.5"
|
|
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"},
|
|
@@ -48,7 +48,7 @@ dev = [
|
|
|
48
48
|
"ipykernel>=6.13.0",
|
|
49
49
|
"openpyxl>=3.0.10",
|
|
50
50
|
"lxml>=6.1.0",
|
|
51
|
-
"ty==0.0.
|
|
51
|
+
"ty==0.0.55",
|
|
52
52
|
"ruff==0.15.8"
|
|
53
53
|
]
|
|
54
54
|
|
|
@@ -9,7 +9,7 @@ resolution-markers = [
|
|
|
9
9
|
]
|
|
10
10
|
|
|
11
11
|
[options]
|
|
12
|
-
exclude-newer = "2026-06-
|
|
12
|
+
exclude-newer = "2026-06-29T17:40:07.250206Z"
|
|
13
13
|
exclude-newer-span = "P3D"
|
|
14
14
|
|
|
15
15
|
[[package]]
|
|
@@ -1651,7 +1651,7 @@ wheels = [
|
|
|
1651
1651
|
|
|
1652
1652
|
[[package]]
|
|
1653
1653
|
name = "owid-datautils"
|
|
1654
|
-
version = "0.6.
|
|
1654
|
+
version = "0.6.5"
|
|
1655
1655
|
source = { editable = "." }
|
|
1656
1656
|
dependencies = [
|
|
1657
1657
|
{ name = "boto3" },
|
|
@@ -1728,7 +1728,7 @@ dev = [
|
|
|
1728
1728
|
{ name = "pytest-cov", specifier = ">=2.12.1" },
|
|
1729
1729
|
{ name = "ruff", specifier = "==0.15.8" },
|
|
1730
1730
|
{ name = "sphinx", specifier = "==4.5.0" },
|
|
1731
|
-
{ name = "ty", specifier = "==0.0.
|
|
1731
|
+
{ name = "ty", specifier = "==0.0.55" },
|
|
1732
1732
|
{ name = "watchdog", specifier = ">=2.1.5" },
|
|
1733
1733
|
]
|
|
1734
1734
|
|
|
@@ -2751,26 +2751,27 @@ wheels = [
|
|
|
2751
2751
|
|
|
2752
2752
|
[[package]]
|
|
2753
2753
|
name = "ty"
|
|
2754
|
-
version = "0.0.
|
|
2755
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2756
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2757
|
-
wheels = [
|
|
2758
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2759
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2760
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2761
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2762
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2763
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2764
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2765
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2766
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2767
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2768
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2769
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2770
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2771
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2772
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2773
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2754
|
+
version = "0.0.55"
|
|
2755
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2756
|
+
sdist = { url = "https://files.pythonhosted.org/packages/08/48/f687c8d268e3581f2f104d1f2ac5944d5b5e841b3695c613b3f263e5bbf7/ty-0.0.55.tar.gz", hash = "sha256:88ca87073825a79a8327c550efcc86cec94344890244c5946f84c9e44a969f31", size = 6040230, upload-time = "2026-06-27T00:27:29.385Z" }
|
|
2757
|
+
wheels = [
|
|
2758
|
+
{ url = "https://files.pythonhosted.org/packages/87/a3/1a90ba7e5a61c6d09adb92346ddba97668095fc257b577af433e5ac4f404/ty-0.0.55-py3-none-linux_armv6l.whl", hash = "sha256:31e83eef512d066542fe990fe1a3b814423abd1616376c54e48af7045b3e1749", size = 11677249, upload-time = "2026-06-27T00:26:52.18Z" },
|
|
2759
|
+
{ url = "https://files.pythonhosted.org/packages/82/3a/669f9aa478c38243e213a2684db1502086026cfadc15bb1b29b7cbde030d/ty-0.0.55-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:ab4bca857950608fea73e269e2da369d43e6467131de85160d68e2fa466fa248", size = 11444180, upload-time = "2026-06-27T00:26:54.576Z" },
|
|
2760
|
+
{ url = "https://files.pythonhosted.org/packages/15/a4/6a4b2507a53ce6530c66c5b4fe0d58551eb1748ffa9e0696c32fdd55bbd4/ty-0.0.55-py3-none-macosx_11_0_arm64.whl", hash = "sha256:55032bfd31bf2c5355ee81bdc6407b144a1cc7ee41e5681dd1368e4cef2ba327", size = 10963134, upload-time = "2026-06-27T00:26:57.348Z" },
|
|
2761
|
+
{ url = "https://files.pythonhosted.org/packages/ce/ae/a3b1a0f1cc83b7d258662cb98aa80a720c2e671d0e8fa0d17a4d5d057a7a/ty-0.0.55-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ef1e049f69ce65b3c269af67624607f435e1c32319786c1e453ef9611502f295", size = 11493517, upload-time = "2026-06-27T00:26:59.26Z" },
|
|
2762
|
+
{ url = "https://files.pythonhosted.org/packages/0d/9f/311ce39065a979ef40a9b847f685c8e02464e53adf1671e081eea90640ca/ty-0.0.55-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:631409975c681d5a280fc5a99b7b32e9e801f33be7567c6b42ec331362f59d7d", size = 11460590, upload-time = "2026-06-27T00:27:01.425Z" },
|
|
2763
|
+
{ url = "https://files.pythonhosted.org/packages/cd/8f/3bf29aa77bd78aae48275153135a2052fa7d3ccdf1ecabeb99c8773abd66/ty-0.0.55-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e08cb0436e68b9351555ae8f2697138c9009b4d5b4ae4272232988b2a431a98f", size = 12098430, upload-time = "2026-06-27T00:27:03.596Z" },
|
|
2764
|
+
{ url = "https://files.pythonhosted.org/packages/bc/6e/e88411a88240b94640bba06fb6d0d92b247fbeef47ee2bc71f39e58c2558/ty-0.0.55-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:16c215ad9f823829409b94ee188cfaa4563f6e1384f6ce3fecb1db75f6c7cf7c", size = 12673086, upload-time = "2026-06-27T00:27:05.589Z" },
|
|
2765
|
+
{ url = "https://files.pythonhosted.org/packages/6c/7e/8f1762fb7f9245a68ba5ae338d73c59403ce57554e5d311b8bb55027b0ec/ty-0.0.55-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b510eb8f4032baf11b7aee2f1d53babc3b4ca03939b9cdcf6a9d15761d575188", size = 12242559, upload-time = "2026-06-27T00:27:07.714Z" },
|
|
2766
|
+
{ url = "https://files.pythonhosted.org/packages/72/1f/143657daf2670d977dac83435f1fe03d4843efb798d8e1e75950e541aadd/ty-0.0.55-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0ddc05e7959709c3b9b83aa627128a80446865e3c1a4882638dcff6d776dc34a", size = 12021409, upload-time = "2026-06-27T00:27:09.881Z" },
|
|
2767
|
+
{ url = "https://files.pythonhosted.org/packages/6d/30/69487c439dd1fad3a4a3d96f0a472193de297eaba6fc4b8ea687ce434ac2/ty-0.0.55-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:636e8e5078787b8c6916c94e1406719f10189a4ca6b37b813a5922ce5857a8c7", size = 12303807, upload-time = "2026-06-27T00:27:11.986Z" },
|
|
2768
|
+
{ url = "https://files.pythonhosted.org/packages/e8/ca/cd88b6493dafc7db077f5e17c0438eb3af6e2d6d08f616dbb52a8ddfd567/ty-0.0.55-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:ef7d6deaacb73fec603666b5471f1dc5a5699aa84e11a6d4d644dd07ca72121e", size = 11441263, upload-time = "2026-06-27T00:27:14.087Z" },
|
|
2769
|
+
{ url = "https://files.pythonhosted.org/packages/aa/fe/66b6915671653ab739f71e4f1b0528e69da64429b7ebf3840c625b6e43f2/ty-0.0.55-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:9aeea0fe5875d3cf37faf0e44d0fdf9669335467749741b8fc0103916fb5cd32", size = 11484584, upload-time = "2026-06-27T00:27:16.311Z" },
|
|
2770
|
+
{ url = "https://files.pythonhosted.org/packages/4a/4f/7a9c0bbac8b899e9f6c0ec110c6612f52e4db35f6bb17ddc0ef60384fa3e/ty-0.0.55-py3-none-musllinux_1_2_i686.whl", hash = "sha256:0b699c01310dbd2705a07c97c5f4aaeedef61bd9adeea2e7c46aed32401d3576", size = 11759309, upload-time = "2026-06-27T00:27:18.471Z" },
|
|
2771
|
+
{ url = "https://files.pythonhosted.org/packages/ca/de/b6f8b1b69aa631b5716ef3f985c3b56de0e46c2499cc00d30c402b41f714/ty-0.0.55-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:32cbeba543e46de2a983ec6d525d8b56514f7422bd1e1b57c44ccf7bfa72c38a", size = 12128755, upload-time = "2026-06-27T00:27:20.55Z" },
|
|
2772
|
+
{ url = "https://files.pythonhosted.org/packages/7d/90/a912531e51ee7e076b42972479290fa687c0f5e747b7e773f3033164acaa/ty-0.0.55-py3-none-win32.whl", hash = "sha256:52b968e24eb4f7a5c3bd251db1f99f60dd385890356d38fc619d84f1b423446a", size = 11117501, upload-time = "2026-06-27T00:27:22.714Z" },
|
|
2773
|
+
{ url = "https://files.pythonhosted.org/packages/4c/7a/99d59843bf8908a7f9f4d13fda107dbad07b7faa28ecd7860eacf363fb1c/ty-0.0.55-py3-none-win_amd64.whl", hash = "sha256:bf39cbfdc0add44d94bd3fff1f53c351418d134b6a66b87efdb7876d7b7a2224", size = 12150106, upload-time = "2026-06-27T00:27:24.881Z" },
|
|
2774
|
+
{ url = "https://files.pythonhosted.org/packages/b3/44/20987505cedf2a865b08482f0eabc181fd9599b062964057ec8a128a4296/ty-0.0.55-py3-none-win_arm64.whl", hash = "sha256:f7f3700a9a060e8f1af11e4fb63fafcaf272b041781f4ccdfda2b3b5c6c1e439", size = 11560157, upload-time = "2026-06-27T00:27:27.332Z" },
|
|
2774
2775
|
]
|
|
2775
2776
|
|
|
2776
2777
|
[[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
|