python-calamine
Python binding for beautiful Rust's library for reading excel and odf file - calamine.
Is used
Installation
Pypi:
pip install python-calamine
Conda:
conda install -c conda-forge python-calamine
Example
from python_calamine import CalamineWorkbook
workbook = CalamineWorkbook.from_path("file.xlsx")
workbook.sheet_names
# ["Sheet1", "Sheet2"]
workbook.get_sheet_by_name("Sheet1").to_python()
# [
# ["1", "2", "3", "4", "5", "6", "7"],
# ["1", "2", "3", "4", "5", "6", "7"],
# ["1", "2", "3", "4", "5", "6", "7"],
# ]
By default, calamine skips empty rows/cols before data. For suppress this behaviour, set skip_empty_area to False.
from python_calamine import CalamineWorkbook
workbook = CalamineWorkbook.from_path("file.xlsx").get_sheet_by_name("Sheet1").to_python(skip_empty_area=False)
# [
# [", ", ", ", ", ", "],
# ["1", "2", "3", "4", "5", "6", "7"],
# ["1", "2", "3", "4", "5", "6", "7"],
# ["1", "2", "3", "4", "5", "6", "7"],
# ]
Pandas 2.2 and above have built-in support of python-calamine.
Also, you can find additional examples in tests.
Development
You'll need rust installed.
# clone this repo or your fork
git clone git@github.com:dimastbk/python-calamine.git
cd python-calamine
# create a new virtual env
python3 -m venv env
source env/bin/activate
# install dev dependencies and install python-calamine
pip install --group dev -e . # required pip 25.1 and above
# lint code
pre-commit run --all-files
# test code
pytest
Release files for python-calamine 0.8.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python_calamine-0.8.2.tar.gz | 227.2 kB | Details |
Built distributions (wheels)
Total release size:86.7 MB
Release files / python_calamine-0.8.2.tar.gz
| Download URL | python_calamine-0.8.2.tar.gz |
|---|---|
| Size | 227.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b2000c085722afd01d973af3d58325d26cfd798b3665bb0924e3a658351ebfad
|
|
BLAKE2b-256 checksum How to use checksums |
1036473a55063a6af3739cdf4b879869d3067e677f3dfb52ec8fadac23941a33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
| Download URL | python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | Linux musl 1.1+ x86-64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
9b5fc52cc2fb496c038781ad6ca86d5017a615075ae04a45c7de6160bfe4beb9
|
|
BLAKE2b-256 checksum How to use checksums |
80a27d953a413905314ef2d03f9b6d552f7f8685fb28a175905b0de51d03b94c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
| Download URL | python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl |
|---|---|
| Size | 1.2 MB |
| Tags | Linux musl 1.1+ ARMv7l PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
c5cfc20448c5fcfee42d26e70bb9416892b1b26aad9fd7126de31cceb13826a3
|
|
BLAKE2b-256 checksum How to use checksums |
3ca87a3ad60bff627d81f74ba9e552c86d8821fcdd4f24b67511487c1e578eb5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
| Download URL | python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | Linux musl 1.1+ ARM64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
e38b7285af2e7e7628173754671feffecdc9705f007fd3b01b6a899be61a4be8
|
|
BLAKE2b-256 checksum How to use checksums |
5df67e1b30dad9a0bb18d71bb4ebffab46fc835711e07450b40c987825315d7c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 928.3 kB |
| Tags | Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
8a9fd05a000d4e28ad6cc87f258ea46681c24568c2738cda24ec44fae9aa20a3
|
|
BLAKE2b-256 checksum How to use checksums |
43fe0fc0f06d82e8743c8f95cdaada31d7c54b114b787e9577fe319cd6f81c4a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 929.7 kB |
| Tags | Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
8d5ab4a3e6e710d8c77c314a70b0c89e6ccbe934e10fb97f1d5970416ababf5d
|
|
BLAKE2b-256 checksum How to use checksums |
3b23ae50c3d6bfe8d0e0d2c9fbcc242fa23a0847217bb8316cc7e59f5425fe09
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 1.0 MB |
| Tags | Linux glibc 2.5+ x86-32 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
4f4323d0f05be5f729fa8c165bdc6f19c89114f538ab994f0de5da90adc05302
|
|
BLAKE2b-256 checksum How to use checksums |
59e0db2a1b9fc7d2bdd8300a376c16f45edb16049eeb151a59bf04ac6cc80ad7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl
| Download URL | python_calamine-0.8.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl |
|---|---|
| Size | 855.8 kB |
| Tags | PyPy 3.11 PyPy 3.11 7.3 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
cd2fe069bd3a7894eb78259252493b1272be5ed82edcc35131565daff8e74758
|
|
BLAKE2b-256 checksum How to use checksums |
564f047d131bdea829e147d62526fce45c0ce1abb385ef3a1b8dfc135f5b0016
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
| Download URL | python_calamine-0.8.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl |
|---|---|
| Size | 866.2 kB |
| Tags | PyPy 3.11 PyPy 3.11 7.3 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
1d13023efd46b242c7ade9ea043bee11184bd8cb4f1da76832ebc18282eda858
|
|
BLAKE2b-256 checksum How to use checksums |
6d767c558e6eb904fd05cf9c3e59464df5d03f507d87ce564df0452f15d848cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314t-win_arm64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314t-win_arm64.whl |
|---|---|
| Size | 744.1 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows ARM64 |
|
SHA-256 checksum How to use checksums |
f57c2cfc7854fac87fb0c8e4fba5eb25184f75f7bf340847deac6726d2c3b601
|
|
BLAKE2b-256 checksum How to use checksums |
bb4cf39b08d79e452bd3c7edb15285e096fc8b1fe67a76ad10c4622d4baacfb1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314t-win_amd64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314t-win_amd64.whl |
|---|---|
| Size | 775.0 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
288a8f4556ae8df3c813c61da2749eb627b1cfb97222118f5413bb8c7a0c7f02
|
|
BLAKE2b-256 checksum How to use checksums |
7cff8bda87f105165a4535615d07f923f8490c2daa2a0bc2489549e9b182fe56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_x86_64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
3013f0872b6e4f52173d98fa0a6dbb83f1858440c1b858690893339e7d813c38
|
|
BLAKE2b-256 checksum How to use checksums |
3236035b56decd6c0855203a21235c501c9d1c0965a0cd80f5299a561f05228b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_armv7l.whl
| Download URL | python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_armv7l.whl |
|---|---|
| Size | 1.2 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.1+ ARMv7l |
|
SHA-256 checksum How to use checksums |
67dad173dce245859eeb8335e8808835b53245bab75bf5a5b9f20435357c5156
|
|
BLAKE2b-256 checksum How to use checksums |
e7259c8c877f1632e70681437471a63e4d0ec150f72219665e1bcc0d2ba9d14b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_aarch64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
4ae30729fa4032f7a5d3fdca6968f4b5774967ea67bb62d7e5d198350419adc4
|
|
BLAKE2b-256 checksum How to use checksums |
c59ab152b3d25f778cf5b90b60df9fec57ddb2f3d5c2c16ed08e751421a64d30
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 921.7 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
7351f2e8833ff6d6e2e6bf7bf1327a69527513f5e8cfb8d51f13ea32d2bcfb16
|
|
BLAKE2b-256 checksum How to use checksums |
714a90f3646da7c8546153229b9df2f97cd3dcb644d747bc28e0ae7773e6f3fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 985.2 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
5770e6fb816792ff329505d4a6a0eb3439b0b5e5c05f601268fb3bae26a52844
|
|
BLAKE2b-256 checksum How to use checksums |
6e41732501f6a965284dc429c56d90f56328ad5c9ec57ccc6404b6bd5a07605a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
dd903b60575bf8ec45c5797a64d1960e46cafe0d5ae479131d739aba6f094775
|
|
BLAKE2b-256 checksum How to use checksums |
aaa2ba37bc638ecf4dbf651cb0e9db4fac495881739434c7eb106653bc686f8f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
| Download URL | python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl |
|---|---|
| Size | 915.4 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARMv7l |
|
SHA-256 checksum How to use checksums |
7dc9d63b44b0681a3ff4be1810bf63042d3492bba3e4dbf0273318170fb82e59
|
|
BLAKE2b-256 checksum How to use checksums |
d565c555639d38376908a2258ad7c06e8f12ffb774343531dddd5acce1a7be9f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 920.8 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
8c307f6e5f5c55a58a3a64b96dd3a7ca437570efea8e1b8515108b1cfd9adf46
|
|
BLAKE2b-256 checksum How to use checksums |
6b9b01bccf504edeb5419c4a138302004c7a3b14db537554f0da8b4b217c94d1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | python_calamine-0.8.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 996.3 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
1804917c652b674e9456419f4c80add237b2edc94e192e9b6b7ccd7b2a7c4105
|
|
BLAKE2b-256 checksum How to use checksums |
d47b96aedc02df1cb762578b44af05413d51cae9b041319c0c200ddfc4aa36c3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314t-macosx_11_0_arm64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314t-macosx_11_0_arm64.whl |
|---|---|
| Size | 844.4 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
3478b5f950e9722d284271b3cf7a7e83c43a0f93cb665474f8a158e12699a52e
|
|
BLAKE2b-256 checksum How to use checksums |
64ab6f5a02a28d06070bcaefaa60f980097ea10ce1302912822e9cad976afc83
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314t-macosx_10_12_x86_64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314t-macosx_10_12_x86_64.whl |
|---|---|
| Size | 861.6 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
1d1db66f7043d13fd6f6c5d77c7b34598864ad14e613d02cc538ec3e9b46d296
|
|
BLAKE2b-256 checksum How to use checksums |
33cea089dee93f684398101a807177cc9fd5c0f04ea98dbf1c6b12d761a3e0b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-win_arm64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-win_arm64.whl |
|---|---|
| Size | 746.5 kB |
| Tags | CPython 3.14 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
16630004b39bf4a0dcce09653fd28390781a2db07e9d8bcb0f85d8e5d1814707
|
|
BLAKE2b-256 checksum How to use checksums |
97001da6c1d4a9a83be80273e2136b10a665da53012a86388895e9554d65a7e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-win_amd64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 776.9 kB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
408c60e8c5671c87dec3fda2268475bafcd05dfc7684c72ad15adb050ae5dc45
|
|
BLAKE2b-256 checksum How to use checksums |
c771bd69ce8cc651d1db6a6c2051c1d34fa22fc6ea6bbfb3cbf1feb49fb2b25a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-win32.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-win32.whl |
|---|---|
| Size | 722.8 kB |
| Tags | CPython 3.14 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
853e6789c781184998bc13c9a1affde29ef76d07112e339e379c45f4ffe0d911
|
|
BLAKE2b-256 checksum How to use checksums |
5d3929677d6a4b5bffc78b35bb6a30e904ec0af71dc0bfc105a342150fdce70c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-pyemscripten_2026_0_wasm32.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-pyemscripten_2026_0_wasm32.whl |
|---|---|
| Size | 515.4 kB |
| Tags | CPython 3.14 PyEmscripten 2026.0+ WebAssembly |
|
SHA-256 checksum How to use checksums |
74f5038df6c40316e7f1d20c7d478baf6a6bd227e91f17aae2723014156a895f
|
|
BLAKE2b-256 checksum How to use checksums |
ceba279277863792e26982c6a9c9b9700c36b4319e7ad3424fc4e8164b6db5a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-musllinux_1_1_x86_64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.14 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
8e9b57dc1553bf86e2793d86e0b9268855f5382391f01be78c9c06aa30bad3a7
|
|
BLAKE2b-256 checksum How to use checksums |
56a091d06d24caa01cbb7d020155a0ba565d5acb15b873705c72c69dc36351fc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-musllinux_1_1_armv7l.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-musllinux_1_1_armv7l.whl |
|---|---|
| Size | 1.2 MB |
| Tags | CPython 3.14 Linux musl 1.1+ ARMv7l |
|
SHA-256 checksum How to use checksums |
2e88eef40b2f39aa9c32cf6d2d7e6bf0c8669547f8a196883bae6d202458b358
|
|
BLAKE2b-256 checksum How to use checksums |
02643f222cc693eb6bbae0cf1bfa3c45300d6024cb515a8380779ca46ea096db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-musllinux_1_1_aarch64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.14 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
c72d5310e28a517cbb14812cd60a41c264d65b2424e6413c08f5f7160eebafd4
|
|
BLAKE2b-256 checksum How to use checksums |
eab312273f5ea9df335eeb896e8f8d54dfd888b52d57f03d0e6163c86be28ac1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 921.6 kB |
| Tags | CPython 3.14 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
9d3cfce465ce82eb9100e5e90673a5844fd46eb7b8148c5404c70f941fd8280b
|
|
BLAKE2b-256 checksum How to use checksums |
5290f7a71c8991911a431ed31f83cd9f3a49bf0e0e3395a27d3a47f60dd55826
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 987.8 kB |
| Tags | CPython 3.14 Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
40f1c657eaa988a50638fc584226391e6897ba676ec3e35aaed0db7d8b02e3ed
|
|
BLAKE2b-256 checksum How to use checksums |
2d99908da083c1faa6ee215be079238f7d25022eaa577dd9fa3e88814f39dfec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.14 Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
5be7dca31f391cc2bc3d86a9e1ef88d51240565e9849b23642b3b95bd7ce29ad
|
|
BLAKE2b-256 checksum How to use checksums |
f72f56334bdb7c1bbdb2474ff927afeff72ebb558a301e2dfbb1691e6969e0e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl |
|---|---|
| Size | 917.5 kB |
| Tags | CPython 3.14 Linux glibc 2.17+ ARMv7l |
|
SHA-256 checksum How to use checksums |
19c8d87444fe83ca0cebd95e01cb7166f1844455120319de4ef8581e03f63b22
|
|
BLAKE2b-256 checksum How to use checksums |
d83d8e5da593780efb767f0d0fcaccec9f4bcc6f9beba9281969b2c51fee05f8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 923.9 kB |
| Tags | CPython 3.14 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
ccd41bed56ae3a7ff0de6f71860cd13edcf3ebc42eefb58eab201b5cc6ec7660
|
|
BLAKE2b-256 checksum How to use checksums |
efbe2c82689a076e438fa310fa8119e5e1d1166e2419a122f6137808a1a70a64
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 998.1 kB |
| Tags | CPython 3.14 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
3655c08901562d7c44853ba966a62104637f216a67aa5ba5628115067811b3f2
|
|
BLAKE2b-256 checksum How to use checksums |
b82e768d8686fa4d87d6bcdee21959845d767e4913066e562cddd048516f9edd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-macosx_11_0_arm64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-macosx_11_0_arm64.whl |
|---|---|
| Size | 847.7 kB |
| Tags | CPython 3.14 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
5dd0d8934c5b65392b7fe6f149c5b2eec0ce422ec50f35a389b579f53a3ad94c
|
|
BLAKE2b-256 checksum How to use checksums |
f230816181f86ec744c142e8efc6fdac49ab61221a1387fbd13798424a72995b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp314-cp314-macosx_10_12_x86_64.whl
| Download URL | python_calamine-0.8.2-cp314-cp314-macosx_10_12_x86_64.whl |
|---|---|
| Size | 866.3 kB |
| Tags | CPython 3.14 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
612904f321fa1c399f03efab0f4a557914d7b8a155d25f244cb816a051eec82e
|
|
BLAKE2b-256 checksum How to use checksums |
c851982cd7edc5e8886090adcc3b436e87a8ff8932a748269fba30ac6151551f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-win_arm64.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-win_arm64.whl |
|---|---|
| Size | 731.2 kB |
| Tags | CPython 3.13 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
024a367c90a61c02743f674025bcdd686a1cbe6466bb8fc67398ef5fbbfac4a2
|
|
BLAKE2b-256 checksum How to use checksums |
1fea11d2d984d71673c6070a23d9a5fdd9bf174f83eb7e7c8909e27a4f9af740
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-win_amd64.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 774.3 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
62b7e41046056bfba7d2957a8a1566fc22a010a2929f0c8174c7a911555d0cf9
|
|
BLAKE2b-256 checksum How to use checksums |
cfd055b921a2459e4b1cba914a2ed94d5ad0d711c2015e33ab201038f4b1627e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-win32.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-win32.whl |
|---|---|
| Size | 733.7 kB |
| Tags | CPython 3.13 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
f276aa353f5be38e15968f861f7102abf53d1fe261638846e7e9c9913a124d7c
|
|
BLAKE2b-256 checksum How to use checksums |
cc8e1a9649ffba117731b44ea57cd6c0b7925cc5a04b9d6f7858031cd9987f01
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-musllinux_1_1_x86_64.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.13 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
2e8f0753f1ec064704e256a2d5793f42f0cb256710501cf060f5f3a47e5dabc8
|
|
BLAKE2b-256 checksum How to use checksums |
78234cc7cc53d342ad7b74e3780aefd60a6af0e132f3e5d964a1847ccfe32ea5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-musllinux_1_1_armv7l.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-musllinux_1_1_armv7l.whl |
|---|---|
| Size | 1.2 MB |
| Tags | CPython 3.13 Linux musl 1.1+ ARMv7l |
|
SHA-256 checksum How to use checksums |
c55112b2b0f65f7e6757629e89d0b063689d8fa821736d9b81a1468db08d0085
|
|
BLAKE2b-256 checksum How to use checksums |
009ee5ca987e17e043079a391a1fff7c13f2b5ed6908a25b54baac2e41d2db84
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-musllinux_1_1_aarch64.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.13 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
02d52d6d7792f82d97f1b8e15001fc08f9ab75a57a62fd849313c0a6b64d38af
|
|
BLAKE2b-256 checksum How to use checksums |
abda72986560b082a005d88e5b74cc89686fa8f767a5173436b9dd3d0f43a33a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 919.5 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
efe476889191a80b05a514b37f89a7d364e1ad19783918e93b0a053e2e2e9f08
|
|
BLAKE2b-256 checksum How to use checksums |
dbc68c12291275f63d314723d1480be017f0c32d5fd4dea76b66205ebd05dee2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 986.6 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
57eebc266e7c40d337112a9cfc82f9c9d7587121fa4e86673da1e97f8855039c
|
|
BLAKE2b-256 checksum How to use checksums |
1c5ca05493fdcbf8aede4362150edd0dfde4e87db53c23f1668cc6aa4d4b40a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.13 Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
b67798d130fe8c89891c3e75f9334e0e18c2c8e6527d276954c31c9dc426d39b
|
|
BLAKE2b-256 checksum How to use checksums |
7270b582691901b90b52884b8f525d4be7e27e423040b17ec4f50d0f8ac8f4e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl |
|---|---|
| Size | 916.9 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ ARMv7l |
|
SHA-256 checksum How to use checksums |
d0a229632dde778a03d3c1ff159da4762e04d8b5e69be94edbf005da152de944
|
|
BLAKE2b-256 checksum How to use checksums |
dfa141db6b31011ac5c4ad3c05f4f8078a7d24d81f4288c756829cbdc941cbcc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 923.5 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
f28ebfaa0ca306ec25df2cf6d5cef4838769ebd5536edd1eb0aa9a77935189fa
|
|
BLAKE2b-256 checksum How to use checksums |
7b614ef12d9c4d3774410eec3a1b377542523ee18b606b91b0281f8db5ac8819
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 995.7 kB |
| Tags | CPython 3.13 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
220b1a2962f5394edc0f5918d91e4dd3e9f3c6c521d0f2a4ccaf3d3ace980a28
|
|
BLAKE2b-256 checksum How to use checksums |
cb5ddc12ce14a748b180cfa22d6a9e5dc372808050466666ab9776623f437c61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-macosx_11_0_arm64.whl |
|---|---|
| Size | 845.9 kB |
| Tags | CPython 3.13 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
ed9a48c892aed565e6250a9a38222806db49334868e174b30e6670caa4231c4a
|
|
BLAKE2b-256 checksum How to use checksums |
a2aa36ec3c85c50b08c8f4df4adfb762a6978ef0da08264d5813ff3b55518137
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp313-cp313-macosx_10_12_x86_64.whl
| Download URL | python_calamine-0.8.2-cp313-cp313-macosx_10_12_x86_64.whl |
|---|---|
| Size | 863.2 kB |
| Tags | CPython 3.13 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
923825ea049f7a16bfa0333e237909dfd109c7a44ad156c6d83921a768382020
|
|
BLAKE2b-256 checksum How to use checksums |
0a31134e7b2ecdde486ec4e5fae763f84973fac6a097971aeb9648c0031ee365
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-win_arm64.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-win_arm64.whl |
|---|---|
| Size | 731.4 kB |
| Tags | CPython 3.12 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
24607bde04b76f8329dae4963d22830a78f1eaa0622325217e53c5377143384c
|
|
BLAKE2b-256 checksum How to use checksums |
84c023b910999d2d9e1b9145fc3be645add1e1cbc90cba4a39a9ca9d23ebe678
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-win_amd64.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 774.6 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
7a64237cc6b3d56b478686adff16502aecaf356543204bd6c70d754023a3d6aa
|
|
BLAKE2b-256 checksum How to use checksums |
6331aed4b50630ba23bb3372b4cebe930a92201dfd2c1c072e2d1570a042542e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-win32.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-win32.whl |
|---|---|
| Size | 734.2 kB |
| Tags | CPython 3.12 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
8938f66e6797d9d778504e0f827641d5067784dc68f18d2c2307abe615fcb85e
|
|
BLAKE2b-256 checksum How to use checksums |
12061992fa129dde6f7c5feed07d3b74df37a231782922af2ca6ff89917cc676
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-musllinux_1_1_x86_64.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.12 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
2c2d65dd0cff571ad9463fc964194507e31295387bc1bbc76c2604959d694c0f
|
|
BLAKE2b-256 checksum How to use checksums |
bff5d6956857490924ab9945d3be6624dadee1918d8630288009a2b7ef7700e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-musllinux_1_1_armv7l.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-musllinux_1_1_armv7l.whl |
|---|---|
| Size | 1.2 MB |
| Tags | CPython 3.12 Linux musl 1.1+ ARMv7l |
|
SHA-256 checksum How to use checksums |
70e6e7aa5e74234254cae87e60a7ccb525e6962f73741f2b1927536aa7cb0093
|
|
BLAKE2b-256 checksum How to use checksums |
0c59de0fb08a1745d30d85cbef6b474e975a92bb7c6daf6aa37fc63960ae4674
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-musllinux_1_1_aarch64.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.12 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
0cd1c5592b4a2cc7b0a92c5289f0eeef74e8ce3c5af9cc12361ae75625b14926
|
|
BLAKE2b-256 checksum How to use checksums |
afb1a88e1c7bc883f2767cc09247d395ce530c903a6bd2cc40e1f2000e6eaf85
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 920.2 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
5a148bf41efabb39ee99eac2552223c3605d29beaed6bd7a14a2990e07022e3b
|
|
BLAKE2b-256 checksum How to use checksums |
2761deb1b368933ddedeedbd7bef8aa71185eaff66dc058b44ca9f4a419925d5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 986.5 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
da1b26061783d2bc1d7aabc83cce63706cdacb6b03c6c6a37d3ea33ad34b7b4b
|
|
BLAKE2b-256 checksum How to use checksums |
4754b71763efd1c868d096fbad6f080de39ac83d832b456bc0ff285e74237723
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.12 Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
1396287f66a54ec2e68c6448f0c782173dbb3e8c2aca4089195d8c9a52b46c72
|
|
BLAKE2b-256 checksum How to use checksums |
340d73f4bcba43fc7a89ec48cbe1459d0436d6205a85ce720af54682bd14116e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl |
|---|---|
| Size | 918.3 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ ARMv7l |
|
SHA-256 checksum How to use checksums |
17314a59fe01bb1bb7010240a578bf85e49b47af955622ae5f06f286d6d6954f
|
|
BLAKE2b-256 checksum How to use checksums |
451b9d646373c241082ce4488a0a297f8834a2513e17c6ce098506f91bb0f4c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 923.4 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
96daed873be1f70d22795fbf197d3d833655aad6a149c15154651b7773d3a1ad
|
|
BLAKE2b-256 checksum How to use checksums |
dea54cbd1a01279372a20319629ddc832806914827bd1edc8801ee7956c275fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 996.9 kB |
| Tags | CPython 3.12 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
21afb508d71f83c12c1c01fef21d9285f91820d052998e44706571bebd835cf6
|
|
BLAKE2b-256 checksum How to use checksums |
c9df7645e4d3ea983cac1bfe2643661fd03b92db2736cd97ba1bda367d86a61e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 846.2 kB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
a99eb1a74f9a93af4c5a5586e9fa72de1879721c47fd21aa9e042deb6832e30a
|
|
BLAKE2b-256 checksum How to use checksums |
c45ed9b2cee430feb7eeee2d84b19e61266cda0e2880d126441a7f19b31772c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp312-cp312-macosx_10_12_x86_64.whl
| Download URL | python_calamine-0.8.2-cp312-cp312-macosx_10_12_x86_64.whl |
|---|---|
| Size | 864.1 kB |
| Tags | CPython 3.12 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
0efea8e1fc617d43351abe7c9f8ce7585b3a546d08e5c26d87d1629369a4b6e5
|
|
BLAKE2b-256 checksum How to use checksums |
1318adfb951c33dedf37c3c9f5804af04eb8a18ba12dc0d3901c98563462f565
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-win_arm64.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-win_arm64.whl |
|---|---|
| Size | 749.1 kB |
| Tags | CPython 3.11 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
0288fa6488f6ced089d3848d572fc41098e4e7c9e09976d269043957ca432b7b
|
|
BLAKE2b-256 checksum How to use checksums |
5330b00a62b6c910d83511454f1474896432c839ccf53183f184ef5cbf822fa5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-win_amd64.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 777.8 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
c94abc66f8b544e5fc126dfaa6b41b77a394adfe09dac95e20679823e41e38be
|
|
BLAKE2b-256 checksum How to use checksums |
05e3d13fc340b0a0b0010d3c5799ed6c578e13cbc6501d629ee301e7e37468dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-win32.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-win32.whl |
|---|---|
| Size | 738.6 kB |
| Tags | CPython 3.11 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
ac23687b41bbe4a6964a69420051cc59e81d4fcf32e5e82342fd3c970d141f24
|
|
BLAKE2b-256 checksum How to use checksums |
ca9cb3e73e321c2fa78cf7f64720801fc5e74e8be722129293a1c5fe0c3d7e71
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-musllinux_1_1_x86_64.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.11 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
71d5ffc0d81bf9d6b8c5051a256fd4e6d0f0bcaf65700ad7d6fb35e35712d932
|
|
BLAKE2b-256 checksum How to use checksums |
208123d9f1ca602a194a57aa7bced4a554ec57532377fbe3955dcfcd227fefff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-musllinux_1_1_armv7l.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-musllinux_1_1_armv7l.whl |
|---|---|
| Size | 1.2 MB |
| Tags | CPython 3.11 Linux musl 1.1+ ARMv7l |
|
SHA-256 checksum How to use checksums |
ebf7a362249f80ff1519e6f568f3046266cbb3157fda262cd725013e17b18d9f
|
|
BLAKE2b-256 checksum How to use checksums |
ccaa969ca12f2412ae4b1c6830b42cc6c5a419704b76ddabbb5e7fec803275aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-musllinux_1_1_aarch64.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.11 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
43648db3d6773d4e56b23d405fa3e91ed3398e3b05b9244d50dbb61ffb67d34a
|
|
BLAKE2b-256 checksum How to use checksums |
edd87ec6aa10bea0d2f4c535d6b7685a58f7e4ba24f7323dfb05aaa789f5baba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 924.1 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
819c86fbfc638eca46b7c06134632959a2ce8ae20aeb580d89b4b6f6cfc5fb94
|
|
BLAKE2b-256 checksum How to use checksums |
4b9ef8879a6c1334997825d6f5cfba1552f7fe9b1dd650e3b03e8bc0b1f5e875
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 990.0 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
1ca82ceef14d9194caf0a62e02749b8449d92430b11523c99c9670b7a763fa5e
|
|
BLAKE2b-256 checksum How to use checksums |
4bb4531f2878776b601e3e2895a7f8a3b41729ca7447fc6d6e59cf90d55cb03a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
22434c553f4f6b945f63caa271351ec9f4d6fd11bdb97cafc094c474f13aabc0
|
|
BLAKE2b-256 checksum How to use checksums |
c130f84cdb77a2d1034703ec5f2c9a7bee469c7d99f1e54374b247ed319a3164
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl |
|---|---|
| Size | 920.9 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARMv7l |
|
SHA-256 checksum How to use checksums |
28ceb21f80bd251e48265a7742235c87488a4cac9ff91f523fb3fdc1e56195dc
|
|
BLAKE2b-256 checksum How to use checksums |
747b03a261f4489eb04df88d770d317e021858e37d70a958188dabab19a9fe58
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 927.6 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
6dd67cf7806e2b29b04d32453a1c6c4b304b2e86120813f3a96696245a8ed461
|
|
BLAKE2b-256 checksum How to use checksums |
c34a612f005c24ead4ca1dc844371a443a6b74a8b53e66f506d0cf8edf9097bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 1.0 MB |
| Tags | CPython 3.11 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
ccccafe6767027eae0ab5493b0afcbc35da38aa64a9b85657bbe8660cb60dd98
|
|
BLAKE2b-256 checksum How to use checksums |
b888de03268656a12fd9a73974cd836558f113db152202c93160e57fe0dc10e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-macosx_11_0_arm64.whl |
|---|---|
| Size | 853.2 kB |
| Tags | CPython 3.11 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
8e44f54daa383a64704b8f975e0ee793c429bcc0de67bd231b1762179a539475
|
|
BLAKE2b-256 checksum How to use checksums |
c6e6cbd088173589d7f78b5aaab821721a790e8d621a653512de3c412f92ac0a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl
| Download URL | python_calamine-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl |
|---|---|
| Size | 860.3 kB |
| Tags | CPython 3.11 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
29b2ee38dfa98e430ae4f32849fb46bd47befd8adbed0a08c290326371d195fe
|
|
BLAKE2b-256 checksum How to use checksums |
d0a033beab8ace41d872de57da04d06ab001e31b42d283defd42a81f5653526b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp310-cp310-win_amd64.whl
| Download URL | python_calamine-0.8.2-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 777.6 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
5f4c8f327d5980de4d6038085d3bd56cd582352d85c5a8f07a97c45c81b09494
|
|
BLAKE2b-256 checksum How to use checksums |
7a124a06f1c4821b81b3994bf08259bdb9fe8b6eb6a2aba830c285a124585222
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp310-cp310-win32.whl
| Download URL | python_calamine-0.8.2-cp310-cp310-win32.whl |
|---|---|
| Size | 738.5 kB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
fbf7df3e7ac0b5364195998c347d45aead46e8814ea72647bdc613fb7b2605b0
|
|
BLAKE2b-256 checksum How to use checksums |
68846f0f6d1162e367a8a75c17c5f1d51eaa276e4192267f6210c5794712ca57
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp310-cp310-musllinux_1_1_x86_64.whl
| Download URL | python_calamine-0.8.2-cp310-cp310-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.10 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
1e21fbb5b72edca2fda6880e42fbfe461d118ea778f48654a948d97fd6390f0c
|
|
BLAKE2b-256 checksum How to use checksums |
4887331e66eb8a91e2ab88fe05ee837f41942c57436d5a0a7782391a28bdeb47
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp310-cp310-musllinux_1_1_armv7l.whl
| Download URL | python_calamine-0.8.2-cp310-cp310-musllinux_1_1_armv7l.whl |
|---|---|
| Size | 1.2 MB |
| Tags | CPython 3.10 Linux musl 1.1+ ARMv7l |
|
SHA-256 checksum How to use checksums |
84d9584c2b408b5970ae0d926423fbf23b451aab10350737616fcde0069206e9
|
|
BLAKE2b-256 checksum How to use checksums |
2c12062c6ba83088394efed5dcab2808886937e6849ae32c0b9bc2794642c27b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp310-cp310-musllinux_1_1_aarch64.whl
| Download URL | python_calamine-0.8.2-cp310-cp310-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.10 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
d263b6f0b7df72c2e06c0e44b57990f2b597bd35808fb1ce8716fe5907be74aa
|
|
BLAKE2b-256 checksum How to use checksums |
e15fd0201d9024f990837fb17314107f01c2db5c736f22b9769928b46a415d27
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | python_calamine-0.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 924.0 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
be5dd40ded74e98dbaddb2fae3f5c0c4187ffb2094f4021eac48f1b6071e64b6
|
|
BLAKE2b-256 checksum How to use checksums |
38db44b4bb73f177145a160c1e5a4cfa0f5d96a0a35677c3166570634d25c0bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | python_calamine-0.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 989.9 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
322ade91148e1e4c636bf1ad643fded16377457875dd5c0ecef8b18468609464
|
|
BLAKE2b-256 checksum How to use checksums |
29e699c4d2b4a7d573ad926b91131adc8bb2c1b47f97ef8b7ac0d79c555702bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | python_calamine-0.8.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
53317e977747e2942547b1e477289ff4b8ebe19dd70c3de658c610e74ec08255
|
|
BLAKE2b-256 checksum How to use checksums |
425630188564d2b49d0f4273c88d1aff8e414f4c2794764b7b61536ea786a3df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
| Download URL | python_calamine-0.8.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl |
|---|---|
| Size | 921.0 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARMv7l |
|
SHA-256 checksum How to use checksums |
996ddd31fcfcae4a08d2ed1389ccecff1eb25dfec588029427e552f3626742f0
|
|
BLAKE2b-256 checksum How to use checksums |
afe80f933be16a2b70e87ec09b83535fae17227ec6027c470cd02413196a6c2b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | python_calamine-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 927.9 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
9054a324bdaa04d7d1de300ce2a8fdffcef12f6829b125fd44447117ec545db1
|
|
BLAKE2b-256 checksum How to use checksums |
54b067048940137da249c08079bcae87c612ffc1a45a73948e4b877504d4b095
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | python_calamine-0.8.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 1.0 MB |
| Tags | CPython 3.10 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
d6dc766cd99c15bac2984f1fe08200e1f92aee62e5be27359aa602741f85b3a9
|
|
BLAKE2b-256 checksum How to use checksums |
f502fa2593521c1dd37f6dc3a3699669987eaef82f9fec5992da562a44e540a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | python_calamine-0.8.2-cp310-cp310-macosx_11_0_arm64.whl |
|---|---|
| Size | 853.2 kB |
| Tags | CPython 3.10 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
dc9c52b76fe18bdde0aa33f9161e4cde7ce5543d185fa6fb3e0fc8cb1236ef24
|
|
BLAKE2b-256 checksum How to use checksums |
dc5bedbcd843bf672bb9b8271399fe543e41f5e46cce52d9d7cd18efdf7d0387
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / python_calamine-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl
| Download URL | python_calamine-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl |
|---|---|
| Size | 860.3 kB |
| Tags | CPython 3.10 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
d6ea714206641711ed8c2315186fb54a8199e79dad15c1050fefe42f6f74b488
|
|
BLAKE2b-256 checksum How to use checksums |
fe979b4bb26995b266180269b18e2a764e905039762cb8c02e1444fd421da028
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency log