Skip to main content

Python binding for Rust's library for reading excel and odf file - calamine

Project description

python-calamine

PyPI - Version Conda Version Python Version from PEP 621 TOML

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_calamine-0.8.2.tar.gz (227.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (928.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (929.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

python_calamine-0.8.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl (855.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

python_calamine-0.8.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (866.2 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

python_calamine-0.8.2-cp314-cp314t-win_arm64.whl (744.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

python_calamine-0.8.2-cp314-cp314t-win_amd64.whl (775.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (921.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (985.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (915.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (920.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

python_calamine-0.8.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (996.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

python_calamine-0.8.2-cp314-cp314t-macosx_11_0_arm64.whl (844.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

python_calamine-0.8.2-cp314-cp314t-macosx_10_12_x86_64.whl (861.6 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

python_calamine-0.8.2-cp314-cp314-win_arm64.whl (746.5 kB view details)

Uploaded CPython 3.14Windows ARM64

python_calamine-0.8.2-cp314-cp314-win_amd64.whl (776.9 kB view details)

Uploaded CPython 3.14Windows x86-64

python_calamine-0.8.2-cp314-cp314-win32.whl (722.8 kB view details)

Uploaded CPython 3.14Windows x86

python_calamine-0.8.2-cp314-cp314-pyemscripten_2026_0_wasm32.whl (515.4 kB view details)

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

python_calamine-0.8.2-cp314-cp314-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

python_calamine-0.8.2-cp314-cp314-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARMv7l

python_calamine-0.8.2-cp314-cp314-musllinux_1_1_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

python_calamine-0.8.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (921.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

python_calamine-0.8.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (987.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

python_calamine-0.8.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

python_calamine-0.8.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (917.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (923.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

python_calamine-0.8.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (998.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

python_calamine-0.8.2-cp314-cp314-macosx_11_0_arm64.whl (847.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

python_calamine-0.8.2-cp314-cp314-macosx_10_12_x86_64.whl (866.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

python_calamine-0.8.2-cp313-cp313-win_arm64.whl (731.2 kB view details)

Uploaded CPython 3.13Windows ARM64

python_calamine-0.8.2-cp313-cp313-win_amd64.whl (774.3 kB view details)

Uploaded CPython 3.13Windows x86-64

python_calamine-0.8.2-cp313-cp313-win32.whl (733.7 kB view details)

Uploaded CPython 3.13Windows x86

python_calamine-0.8.2-cp313-cp313-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

python_calamine-0.8.2-cp313-cp313-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

python_calamine-0.8.2-cp313-cp313-musllinux_1_1_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

python_calamine-0.8.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (919.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

python_calamine-0.8.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (986.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

python_calamine-0.8.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

python_calamine-0.8.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (916.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (923.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

python_calamine-0.8.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (995.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

python_calamine-0.8.2-cp313-cp313-macosx_11_0_arm64.whl (845.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

python_calamine-0.8.2-cp313-cp313-macosx_10_12_x86_64.whl (863.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

python_calamine-0.8.2-cp312-cp312-win_arm64.whl (731.4 kB view details)

Uploaded CPython 3.12Windows ARM64

python_calamine-0.8.2-cp312-cp312-win_amd64.whl (774.6 kB view details)

Uploaded CPython 3.12Windows x86-64

python_calamine-0.8.2-cp312-cp312-win32.whl (734.2 kB view details)

Uploaded CPython 3.12Windows x86

python_calamine-0.8.2-cp312-cp312-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

python_calamine-0.8.2-cp312-cp312-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

python_calamine-0.8.2-cp312-cp312-musllinux_1_1_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

python_calamine-0.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (920.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

python_calamine-0.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (986.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

python_calamine-0.8.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

python_calamine-0.8.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (918.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (923.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

python_calamine-0.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (996.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

python_calamine-0.8.2-cp312-cp312-macosx_11_0_arm64.whl (846.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

python_calamine-0.8.2-cp312-cp312-macosx_10_12_x86_64.whl (864.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

python_calamine-0.8.2-cp311-cp311-win_arm64.whl (749.1 kB view details)

Uploaded CPython 3.11Windows ARM64

python_calamine-0.8.2-cp311-cp311-win_amd64.whl (777.8 kB view details)

Uploaded CPython 3.11Windows x86-64

python_calamine-0.8.2-cp311-cp311-win32.whl (738.6 kB view details)

Uploaded CPython 3.11Windows x86

python_calamine-0.8.2-cp311-cp311-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

python_calamine-0.8.2-cp311-cp311-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

python_calamine-0.8.2-cp311-cp311-musllinux_1_1_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

python_calamine-0.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (924.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

python_calamine-0.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (990.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

python_calamine-0.8.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

python_calamine-0.8.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (920.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (927.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

python_calamine-0.8.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

python_calamine-0.8.2-cp311-cp311-macosx_11_0_arm64.whl (853.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

python_calamine-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl (860.3 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

python_calamine-0.8.2-cp310-cp310-win_amd64.whl (777.6 kB view details)

Uploaded CPython 3.10Windows x86-64

python_calamine-0.8.2-cp310-cp310-win32.whl (738.5 kB view details)

Uploaded CPython 3.10Windows x86

python_calamine-0.8.2-cp310-cp310-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

python_calamine-0.8.2-cp310-cp310-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

python_calamine-0.8.2-cp310-cp310-musllinux_1_1_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

python_calamine-0.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (924.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

python_calamine-0.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (989.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

python_calamine-0.8.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

python_calamine-0.8.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (921.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (927.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

python_calamine-0.8.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

python_calamine-0.8.2-cp310-cp310-macosx_11_0_arm64.whl (853.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

python_calamine-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl (860.3 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file python_calamine-0.8.2.tar.gz.

File metadata

  • Download URL: python_calamine-0.8.2.tar.gz
  • Upload date:
  • Size: 227.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for python_calamine-0.8.2.tar.gz
Algorithm Hash digest
SHA256 b2000c085722afd01d973af3d58325d26cfd798b3665bb0924e3a658351ebfad
MD5 e043ebc22a6ac0c846e0f31784a569a7
BLAKE2b-256 1036473a55063a6af3739cdf4b879869d3067e677f3dfb52ec8fadac23941a33

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2.tar.gz:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9b5fc52cc2fb496c038781ad6ca86d5017a615075ae04a45c7de6160bfe4beb9
MD5 e765e7f25a72cbc31f2884a88ba171ff
BLAKE2b-256 80a27d953a413905314ef2d03f9b6d552f7f8685fb28a175905b0de51d03b94c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c5cfc20448c5fcfee42d26e70bb9416892b1b26aad9fd7126de31cceb13826a3
MD5 676d8132d376b4a48618721c18460831
BLAKE2b-256 3ca87a3ad60bff627d81f74ba9e552c86d8821fcdd4f24b67511487c1e578eb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e38b7285af2e7e7628173754671feffecdc9705f007fd3b01b6a899be61a4be8
MD5 8b507d298726cd72e0a30db44e31b151
BLAKE2b-256 5df67e1b30dad9a0bb18d71bb4ebffab46fc835711e07450b40c987825315d7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a9fd05a000d4e28ad6cc87f258ea46681c24568c2738cda24ec44fae9aa20a3
MD5 7c77524564e09be4d99a5c543a26f421
BLAKE2b-256 43fe0fc0f06d82e8743c8f95cdaada31d7c54b114b787e9577fe319cd6f81c4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d5ab4a3e6e710d8c77c314a70b0c89e6ccbe934e10fb97f1d5970416ababf5d
MD5 66917a6a305f3f90add3a154eabda303
BLAKE2b-256 3b23ae50c3d6bfe8d0e0d2c9fbcc242fa23a0847217bb8316cc7e59f5425fe09

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4f4323d0f05be5f729fa8c165bdc6f19c89114f538ab994f0de5da90adc05302
MD5 a4c97c35befae11f3b02e950b7505876
BLAKE2b-256 59e0db2a1b9fc7d2bdd8300a376c16f45edb16049eeb151a59bf04ac6cc80ad7

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd2fe069bd3a7894eb78259252493b1272be5ed82edcc35131565daff8e74758
MD5 911517085504db8dd54e31908938db75
BLAKE2b-256 564f047d131bdea829e147d62526fce45c0ce1abb385ef3a1b8dfc135f5b0016

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1d13023efd46b242c7ade9ea043bee11184bd8cb4f1da76832ebc18282eda858
MD5 267181ab7bdbe22a23f98154d340d7bf
BLAKE2b-256 6d767c558e6eb904fd05cf9c3e59464df5d03f507d87ce564df0452f15d848cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 f57c2cfc7854fac87fb0c8e4fba5eb25184f75f7bf340847deac6726d2c3b601
MD5 2f35edb131aa7002ffc9633ca8b7fd4c
BLAKE2b-256 bb4cf39b08d79e452bd3c7edb15285e096fc8b1fe67a76ad10c4622d4baacfb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314t-win_arm64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 288a8f4556ae8df3c813c61da2749eb627b1cfb97222118f5413bb8c7a0c7f02
MD5 5973a0546833c2db0150398249213f1e
BLAKE2b-256 7cff8bda87f105165a4535615d07f923f8490c2daa2a0bc2489549e9b182fe56

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314t-win_amd64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3013f0872b6e4f52173d98fa0a6dbb83f1858440c1b858690893339e7d813c38
MD5 6775092f0745450d5b637436ea869624
BLAKE2b-256 3236035b56decd6c0855203a21235c501c9d1c0965a0cd80f5299a561f05228b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 67dad173dce245859eeb8335e8808835b53245bab75bf5a5b9f20435357c5156
MD5 496874692ea6c445c9cc930ba0c712b7
BLAKE2b-256 e7259c8c877f1632e70681437471a63e4d0ec150f72219665e1bcc0d2ba9d14b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4ae30729fa4032f7a5d3fdca6968f4b5774967ea67bb62d7e5d198350419adc4
MD5 6e5548b7ae9c9915d7e984c58bc635e2
BLAKE2b-256 c59ab152b3d25f778cf5b90b60df9fec57ddb2f3d5c2c16ed08e751421a64d30

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314t-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7351f2e8833ff6d6e2e6bf7bf1327a69527513f5e8cfb8d51f13ea32d2bcfb16
MD5 773456df350b0d99ef3f5e691fb1a61f
BLAKE2b-256 714a90f3646da7c8546153229b9df2f97cd3dcb644d747bc28e0ae7773e6f3fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5770e6fb816792ff329505d4a6a0eb3439b0b5e5c05f601268fb3bae26a52844
MD5 8268269e3b37f82a25e5b6bee1f38948
BLAKE2b-256 6e41732501f6a965284dc429c56d90f56328ad5c9ec57ccc6404b6bd5a07605a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dd903b60575bf8ec45c5797a64d1960e46cafe0d5ae479131d739aba6f094775
MD5 e173b018a17c268404a5a6ea486aca0a
BLAKE2b-256 aaa2ba37bc638ecf4dbf651cb0e9db4fac495881739434c7eb106653bc686f8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7dc9d63b44b0681a3ff4be1810bf63042d3492bba3e4dbf0273318170fb82e59
MD5 7a989fed7ded7ea54b881e9100cb93b5
BLAKE2b-256 d565c555639d38376908a2258ad7c06e8f12ffb774343531dddd5acce1a7be9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c307f6e5f5c55a58a3a64b96dd3a7ca437570efea8e1b8515108b1cfd9adf46
MD5 369a68a6c7b42ab3ec8615660289afba
BLAKE2b-256 6b9b01bccf504edeb5419c4a138302004c7a3b14db537554f0da8b4b217c94d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1804917c652b674e9456419f4c80add237b2edc94e192e9b6b7ccd7b2a7c4105
MD5 1f5065df3fa29bea0e232d7d1be6b28c
BLAKE2b-256 d47b96aedc02df1cb762578b44af05413d51cae9b041319c0c200ddfc4aa36c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3478b5f950e9722d284271b3cf7a7e83c43a0f93cb665474f8a158e12699a52e
MD5 2e6948036fda45394a724034f1f9f480
BLAKE2b-256 64ab6f5a02a28d06070bcaefaa60f980097ea10ce1302912822e9cad976afc83

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1d1db66f7043d13fd6f6c5d77c7b34598864ad14e613d02cc538ec3e9b46d296
MD5 6c4d38137caf9113620688a7aa45802e
BLAKE2b-256 33cea089dee93f684398101a807177cc9fd5c0f04ea98dbf1c6b12d761a3e0b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314t-macosx_10_12_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 16630004b39bf4a0dcce09653fd28390781a2db07e9d8bcb0f85d8e5d1814707
MD5 f2644be2b31ecd7914535c65b01cd04a
BLAKE2b-256 97001da6c1d4a9a83be80273e2136b10a665da53012a86388895e9554d65a7e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-win_arm64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 408c60e8c5671c87dec3fda2268475bafcd05dfc7684c72ad15adb050ae5dc45
MD5 6f8078c7f9fc1eb1f5e3613a976426b3
BLAKE2b-256 c771bd69ce8cc651d1db6a6c2051c1d34fa22fc6ea6bbfb3cbf1feb49fb2b25a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-win_amd64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 853e6789c781184998bc13c9a1affde29ef76d07112e339e379c45f4ffe0d911
MD5 d62fd637c227e558053143598374bc4b
BLAKE2b-256 5d3929677d6a4b5bffc78b35bb6a30e904ec0af71dc0bfc105a342150fdce70c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-win32.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-pyemscripten_2026_0_wasm32.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 74f5038df6c40316e7f1d20c7d478baf6a6bd227e91f17aae2723014156a895f
MD5 b60292daff2f5f2a5c674d9708a16493
BLAKE2b-256 ceba279277863792e26982c6a9c9b9700c36b4319e7ad3424fc4e8164b6db5a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-pyemscripten_2026_0_wasm32.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8e9b57dc1553bf86e2793d86e0b9268855f5382391f01be78c9c06aa30bad3a7
MD5 fa2d83c07496382c10aefcd26e4e07ed
BLAKE2b-256 56a091d06d24caa01cbb7d020155a0ba565d5acb15b873705c72c69dc36351fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 2e88eef40b2f39aa9c32cf6d2d7e6bf0c8669547f8a196883bae6d202458b358
MD5 39865a9e88947b1f898e4d3f45154688
BLAKE2b-256 02643f222cc693eb6bbae0cf1bfa3c45300d6024cb515a8380779ca46ea096db

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c72d5310e28a517cbb14812cd60a41c264d65b2424e6413c08f5f7160eebafd4
MD5 390437b0e39d774dbb04cc20964c31ec
BLAKE2b-256 eab312273f5ea9df335eeb896e8f8d54dfd888b52d57f03d0e6163c86be28ac1

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d3cfce465ce82eb9100e5e90673a5844fd46eb7b8148c5404c70f941fd8280b
MD5 c8d88423a489a5db4a5bb1699942af61
BLAKE2b-256 5290f7a71c8991911a431ed31f83cd9f3a49bf0e0e3395a27d3a47f60dd55826

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 40f1c657eaa988a50638fc584226391e6897ba676ec3e35aaed0db7d8b02e3ed
MD5 65db5647f968e4a86f71d24af6201e6b
BLAKE2b-256 2d99908da083c1faa6ee215be079238f7d25022eaa577dd9fa3e88814f39dfec

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5be7dca31f391cc2bc3d86a9e1ef88d51240565e9849b23642b3b95bd7ce29ad
MD5 96181ffcd2c7125d1d3f5dd4f5b0ffde
BLAKE2b-256 f72f56334bdb7c1bbdb2474ff927afeff72ebb558a301e2dfbb1691e6969e0e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 19c8d87444fe83ca0cebd95e01cb7166f1844455120319de4ef8581e03f63b22
MD5 8a4ba10241c82c047001ef81fd886578
BLAKE2b-256 d83d8e5da593780efb767f0d0fcaccec9f4bcc6f9beba9281969b2c51fee05f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ccd41bed56ae3a7ff0de6f71860cd13edcf3ebc42eefb58eab201b5cc6ec7660
MD5 ef964dd5b65242bd31dedae849c4430d
BLAKE2b-256 efbe2c82689a076e438fa310fa8119e5e1d1166e2419a122f6137808a1a70a64

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3655c08901562d7c44853ba966a62104637f216a67aa5ba5628115067811b3f2
MD5 1b48f3ff572a0366c00e1bd7a50ba3dd
BLAKE2b-256 b82e768d8686fa4d87d6bcdee21959845d767e4913066e562cddd048516f9edd

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5dd0d8934c5b65392b7fe6f149c5b2eec0ce422ec50f35a389b579f53a3ad94c
MD5 8c64f0f9988edc4ec5eb3d3fc2e3c712
BLAKE2b-256 f230816181f86ec744c142e8efc6fdac49ab61221a1387fbd13798424a72995b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 612904f321fa1c399f03efab0f4a557914d7b8a155d25f244cb816a051eec82e
MD5 e428d6204900f34721b6c0d26de65f3e
BLAKE2b-256 c851982cd7edc5e8886090adcc3b436e87a8ff8932a748269fba30ac6151551f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 024a367c90a61c02743f674025bcdd686a1cbe6466bb8fc67398ef5fbbfac4a2
MD5 356ad3f25a35c0d51401c285fdf9c797
BLAKE2b-256 1fea11d2d984d71673c6070a23d9a5fdd9bf174f83eb7e7c8909e27a4f9af740

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-win_arm64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 62b7e41046056bfba7d2957a8a1566fc22a010a2929f0c8174c7a911555d0cf9
MD5 9adf2d082fcbe71fad549e7f4c97b105
BLAKE2b-256 cfd055b921a2459e4b1cba914a2ed94d5ad0d711c2015e33ab201038f4b1627e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-win_amd64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f276aa353f5be38e15968f861f7102abf53d1fe261638846e7e9c9913a124d7c
MD5 b296d2ce5d04880ba93cc313ab62f052
BLAKE2b-256 cc8e1a9649ffba117731b44ea57cd6c0b7925cc5a04b9d6f7858031cd9987f01

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-win32.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2e8f0753f1ec064704e256a2d5793f42f0cb256710501cf060f5f3a47e5dabc8
MD5 6f447fe3a7990feb5f9678cfcbf44da1
BLAKE2b-256 78234cc7cc53d342ad7b74e3780aefd60a6af0e132f3e5d964a1847ccfe32ea5

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c55112b2b0f65f7e6757629e89d0b063689d8fa821736d9b81a1468db08d0085
MD5 9d4e21ad5c08b7cd0a1eb76df2d47c94
BLAKE2b-256 009ee5ca987e17e043079a391a1fff7c13f2b5ed6908a25b54baac2e41d2db84

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 02d52d6d7792f82d97f1b8e15001fc08f9ab75a57a62fd849313c0a6b64d38af
MD5 3dd0f32576b01a8e7a9f7703d30e8c76
BLAKE2b-256 abda72986560b082a005d88e5b74cc89686fa8f767a5173436b9dd3d0f43a33a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efe476889191a80b05a514b37f89a7d364e1ad19783918e93b0a053e2e2e9f08
MD5 294053537abb451b434b847a646c0cb1
BLAKE2b-256 dbc68c12291275f63d314723d1480be017f0c32d5fd4dea76b66205ebd05dee2

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 57eebc266e7c40d337112a9cfc82f9c9d7587121fa4e86673da1e97f8855039c
MD5 6afd87685eb495917c4be47262762389
BLAKE2b-256 1c5ca05493fdcbf8aede4362150edd0dfde4e87db53c23f1668cc6aa4d4b40a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b67798d130fe8c89891c3e75f9334e0e18c2c8e6527d276954c31c9dc426d39b
MD5 2c55884f60e20ba67c611954c16b5f0f
BLAKE2b-256 7270b582691901b90b52884b8f525d4be7e27e423040b17ec4f50d0f8ac8f4e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d0a229632dde778a03d3c1ff159da4762e04d8b5e69be94edbf005da152de944
MD5 006c92d8bc7bb6d8074edf3a04faf62b
BLAKE2b-256 dfa141db6b31011ac5c4ad3c05f4f8078a7d24d81f4288c756829cbdc941cbcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f28ebfaa0ca306ec25df2cf6d5cef4838769ebd5536edd1eb0aa9a77935189fa
MD5 8db1994ec59154a74dfd82ee329c4a20
BLAKE2b-256 7b614ef12d9c4d3774410eec3a1b377542523ee18b606b91b0281f8db5ac8819

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 220b1a2962f5394edc0f5918d91e4dd3e9f3c6c521d0f2a4ccaf3d3ace980a28
MD5 1b5c3694abb3b46e6df773daf7b0afec
BLAKE2b-256 cb5ddc12ce14a748b180cfa22d6a9e5dc372808050466666ab9776623f437c61

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed9a48c892aed565e6250a9a38222806db49334868e174b30e6670caa4231c4a
MD5 a9d4819650137a704798e6d3f02d8b9d
BLAKE2b-256 a2aa36ec3c85c50b08c8f4df4adfb762a6978ef0da08264d5813ff3b55518137

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 923825ea049f7a16bfa0333e237909dfd109c7a44ad156c6d83921a768382020
MD5 d2d9d20aa34cdfc2580b08f23f97a6b0
BLAKE2b-256 0a31134e7b2ecdde486ec4e5fae763f84973fac6a097971aeb9648c0031ee365

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 24607bde04b76f8329dae4963d22830a78f1eaa0622325217e53c5377143384c
MD5 d208dd7dca5c4f613bbcc9b4fbfbe884
BLAKE2b-256 84c023b910999d2d9e1b9145fc3be645add1e1cbc90cba4a39a9ca9d23ebe678

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-win_arm64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7a64237cc6b3d56b478686adff16502aecaf356543204bd6c70d754023a3d6aa
MD5 8f97cf34f0df5115ec91401cd515adb9
BLAKE2b-256 6331aed4b50630ba23bb3372b4cebe930a92201dfd2c1c072e2d1570a042542e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-win_amd64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8938f66e6797d9d778504e0f827641d5067784dc68f18d2c2307abe615fcb85e
MD5 728810718064729303f18c734a38a144
BLAKE2b-256 12061992fa129dde6f7c5feed07d3b74df37a231782922af2ca6ff89917cc676

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-win32.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c2d65dd0cff571ad9463fc964194507e31295387bc1bbc76c2604959d694c0f
MD5 b98aaf82c2bfed8cb5fb9a3747eac7b1
BLAKE2b-256 bff5d6956857490924ab9945d3be6624dadee1918d8630288009a2b7ef7700e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 70e6e7aa5e74234254cae87e60a7ccb525e6962f73741f2b1927536aa7cb0093
MD5 fce3daa08debb53c17f44a8bf8e49126
BLAKE2b-256 0c59de0fb08a1745d30d85cbef6b474e975a92bb7c6daf6aa37fc63960ae4674

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0cd1c5592b4a2cc7b0a92c5289f0eeef74e8ce3c5af9cc12361ae75625b14926
MD5 a05b0b57580bb4d85655e24d1ff6b4a9
BLAKE2b-256 afb1a88e1c7bc883f2767cc09247d395ce530c903a6bd2cc40e1f2000e6eaf85

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a148bf41efabb39ee99eac2552223c3605d29beaed6bd7a14a2990e07022e3b
MD5 8bd775a14fa148fd0781008167f3e26c
BLAKE2b-256 2761deb1b368933ddedeedbd7bef8aa71185eaff66dc058b44ca9f4a419925d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 da1b26061783d2bc1d7aabc83cce63706cdacb6b03c6c6a37d3ea33ad34b7b4b
MD5 2e57aad6c2fb6f5cea885e75e7061371
BLAKE2b-256 4754b71763efd1c868d096fbad6f080de39ac83d832b456bc0ff285e74237723

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1396287f66a54ec2e68c6448f0c782173dbb3e8c2aca4089195d8c9a52b46c72
MD5 223ceef26fd104ab30261b1432a5ab27
BLAKE2b-256 340d73f4bcba43fc7a89ec48cbe1459d0436d6205a85ce720af54682bd14116e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 17314a59fe01bb1bb7010240a578bf85e49b47af955622ae5f06f286d6d6954f
MD5 6e40ca5582c8880c52e4aeaba7fd752e
BLAKE2b-256 451b9d646373c241082ce4488a0a297f8834a2513e17c6ce098506f91bb0f4c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96daed873be1f70d22795fbf197d3d833655aad6a149c15154651b7773d3a1ad
MD5 fef8e58c9e1face96a840ac0d3682093
BLAKE2b-256 dea54cbd1a01279372a20319629ddc832806914827bd1edc8801ee7956c275fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 21afb508d71f83c12c1c01fef21d9285f91820d052998e44706571bebd835cf6
MD5 573e76f61902a313d6e56905a1b47089
BLAKE2b-256 c9df7645e4d3ea983cac1bfe2643661fd03b92db2736cd97ba1bda367d86a61e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a99eb1a74f9a93af4c5a5586e9fa72de1879721c47fd21aa9e042deb6832e30a
MD5 3a5e8204871f1c51338b77e57d611da7
BLAKE2b-256 c45ed9b2cee430feb7eeee2d84b19e61266cda0e2880d126441a7f19b31772c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0efea8e1fc617d43351abe7c9f8ce7585b3a546d08e5c26d87d1629369a4b6e5
MD5 564c42276ca340590d7b3f0ec5ba35f2
BLAKE2b-256 1318adfb951c33dedf37c3c9f5804af04eb8a18ba12dc0d3901c98563462f565

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0288fa6488f6ced089d3848d572fc41098e4e7c9e09976d269043957ca432b7b
MD5 11e3b9467897e81ee5c54b39a9c29621
BLAKE2b-256 5330b00a62b6c910d83511454f1474896432c839ccf53183f184ef5cbf822fa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-win_arm64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c94abc66f8b544e5fc126dfaa6b41b77a394adfe09dac95e20679823e41e38be
MD5 388804fc15cf6bb90f92c0a8138ad225
BLAKE2b-256 05e3d13fc340b0a0b0010d3c5799ed6c578e13cbc6501d629ee301e7e37468dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-win_amd64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ac23687b41bbe4a6964a69420051cc59e81d4fcf32e5e82342fd3c970d141f24
MD5 f359fccfc63b4bf71d4d946b0f968cf1
BLAKE2b-256 ca9cb3e73e321c2fa78cf7f64720801fc5e74e8be722129293a1c5fe0c3d7e71

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-win32.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 71d5ffc0d81bf9d6b8c5051a256fd4e6d0f0bcaf65700ad7d6fb35e35712d932
MD5 6902ba9f7df6c8547cdc65107b8da896
BLAKE2b-256 208123d9f1ca602a194a57aa7bced4a554ec57532377fbe3955dcfcd227fefff

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 ebf7a362249f80ff1519e6f568f3046266cbb3157fda262cd725013e17b18d9f
MD5 2facb1210df2fbde0982242138391bc7
BLAKE2b-256 ccaa969ca12f2412ae4b1c6830b42cc6c5a419704b76ddabbb5e7fec803275aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 43648db3d6773d4e56b23d405fa3e91ed3398e3b05b9244d50dbb61ffb67d34a
MD5 3708ed6321e2e83e22cef3c12106bdfd
BLAKE2b-256 edd87ec6aa10bea0d2f4c535d6b7685a58f7e4ba24f7323dfb05aaa789f5baba

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 819c86fbfc638eca46b7c06134632959a2ce8ae20aeb580d89b4b6f6cfc5fb94
MD5 0a407f138aada39e8e52238a6cc37abf
BLAKE2b-256 4b9ef8879a6c1334997825d6f5cfba1552f7fe9b1dd650e3b03e8bc0b1f5e875

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1ca82ceef14d9194caf0a62e02749b8449d92430b11523c99c9670b7a763fa5e
MD5 21e5fdbd1f7f37587b72a2cdfe232125
BLAKE2b-256 4bb4531f2878776b601e3e2895a7f8a3b41729ca7447fc6d6e59cf90d55cb03a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 22434c553f4f6b945f63caa271351ec9f4d6fd11bdb97cafc094c474f13aabc0
MD5 98ea1f8a061423eea36d2b7d1c624e36
BLAKE2b-256 c130f84cdb77a2d1034703ec5f2c9a7bee469c7d99f1e54374b247ed319a3164

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 28ceb21f80bd251e48265a7742235c87488a4cac9ff91f523fb3fdc1e56195dc
MD5 59f9991e08ce94b6b39c7d27981ec5e2
BLAKE2b-256 747b03a261f4489eb04df88d770d317e021858e37d70a958188dabab19a9fe58

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6dd67cf7806e2b29b04d32453a1c6c4b304b2e86120813f3a96696245a8ed461
MD5 fe046d50df689ccaa767bed7b55fec4b
BLAKE2b-256 c34a612f005c24ead4ca1dc844371a443a6b74a8b53e66f506d0cf8edf9097bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ccccafe6767027eae0ab5493b0afcbc35da38aa64a9b85657bbe8660cb60dd98
MD5 847d946c1410c95f12613e565ac980fc
BLAKE2b-256 b888de03268656a12fd9a73974cd836558f113db152202c93160e57fe0dc10e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e44f54daa383a64704b8f975e0ee793c429bcc0de67bd231b1762179a539475
MD5 6af497feabefc864423b0b5b5bd726c1
BLAKE2b-256 c6e6cbd088173589d7f78b5aaab821721a790e8d621a653512de3c412f92ac0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 29b2ee38dfa98e430ae4f32849fb46bd47befd8adbed0a08c290326371d195fe
MD5 69650ce3a562920cf70393522fd6cbf3
BLAKE2b-256 d0a033beab8ace41d872de57da04d06ab001e31b42d283defd42a81f5653526b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5f4c8f327d5980de4d6038085d3bd56cd582352d85c5a8f07a97c45c81b09494
MD5 3940af6a7adeeff4afdedfa1998b13bf
BLAKE2b-256 7a124a06f1c4821b81b3994bf08259bdb9fe8b6eb6a2aba830c285a124585222

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp310-cp310-win_amd64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fbf7df3e7ac0b5364195998c347d45aead46e8814ea72647bdc613fb7b2605b0
MD5 778a5d062087cdcadb98ea1723707b5b
BLAKE2b-256 68846f0f6d1162e367a8a75c17c5f1d51eaa276e4192267f6210c5794712ca57

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp310-cp310-win32.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1e21fbb5b72edca2fda6880e42fbfe461d118ea778f48654a948d97fd6390f0c
MD5 04712a9b68e9bac078d176562d8ad02e
BLAKE2b-256 4887331e66eb8a91e2ab88fe05ee837f41942c57436d5a0a7782391a28bdeb47

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp310-cp310-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 84d9584c2b408b5970ae0d926423fbf23b451aab10350737616fcde0069206e9
MD5 d14d2a6aa28d05d8a2e2ae8ec54ef5e4
BLAKE2b-256 2c12062c6ba83088394efed5dcab2808886937e6849ae32c0b9bc2794642c27b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp310-cp310-musllinux_1_1_armv7l.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d263b6f0b7df72c2e06c0e44b57990f2b597bd35808fb1ce8716fe5907be74aa
MD5 35e4ddd45c17fe7dbf918cca5f53159a
BLAKE2b-256 e15fd0201d9024f990837fb17314107f01c2db5c736f22b9769928b46a415d27

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp310-cp310-musllinux_1_1_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be5dd40ded74e98dbaddb2fae3f5c0c4187ffb2094f4021eac48f1b6071e64b6
MD5 ca0f1cb528098b821ca906cde9ca2a39
BLAKE2b-256 38db44b4bb73f177145a160c1e5a4cfa0f5d96a0a35677c3166570634d25c0bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 322ade91148e1e4c636bf1ad643fded16377457875dd5c0ecef8b18468609464
MD5 d8e816aefd1066d5c91684a0589ca3c2
BLAKE2b-256 29e699c4d2b4a7d573ad926b91131adc8bb2c1b47f97ef8b7ac0d79c555702bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 53317e977747e2942547b1e477289ff4b8ebe19dd70c3de658c610e74ec08255
MD5 3f10762eb19aaf8a69098af392168a21
BLAKE2b-256 425630188564d2b49d0f4273c88d1aff8e414f4c2794764b7b61536ea786a3df

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 996ddd31fcfcae4a08d2ed1389ccecff1eb25dfec588029427e552f3626742f0
MD5 35f798af16b24e6b6c7b26732ad2a1ad
BLAKE2b-256 afe80f933be16a2b70e87ec09b83535fae17227ec6027c470cd02413196a6c2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9054a324bdaa04d7d1de300ce2a8fdffcef12f6829b125fd44447117ec545db1
MD5 305ed1bb1d871b98161847e9c0f1efec
BLAKE2b-256 54b067048940137da249c08079bcae87c612ffc1a45a73948e4b877504d4b095

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d6dc766cd99c15bac2984f1fe08200e1f92aee62e5be27359aa602741f85b3a9
MD5 c6480c64a805c8ec69dbcb37930504d7
BLAKE2b-256 f502fa2593521c1dd37f6dc3a3699669987eaef82f9fec5992da562a44e540a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc9c52b76fe18bdde0aa33f9161e4cde7ce5543d185fa6fb3e0fc8cb1236ef24
MD5 15cab5b6252ff2b30434ffc78140040b
BLAKE2b-256 dc5bedbcd843bf672bb9b8271399fe543e41f5e46cce52d9d7cd18efdf7d0387

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_calamine-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d6ea714206641711ed8c2315186fb54a8199e79dad15c1050fefe42f6f74b488
MD5 511140648458438b8d1dcab1a4ad02dc
BLAKE2b-256 fe979b4bb26995b266180269b18e2a764e905039762cb8c02e1444fd421da028

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: CI.yml on dimastbk/python-calamine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page