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.0.tar.gz (136.9 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.0-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.0-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

python_calamine-0.8.0-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.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (929.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

python_calamine-0.8.0-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.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (855.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded CPython 3.14tWindows ARM64

python_calamine-0.8.0-cp314-cp314t-win_amd64.whl (774.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

python_calamine-0.8.0-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.0-cp314-cp314t-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

python_calamine-0.8.0-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.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (985.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

python_calamine-0.8.0-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.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (915.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (920.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

python_calamine-0.8.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (996.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

python_calamine-0.8.0-cp314-cp314t-macosx_11_0_arm64.whl (844.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

python_calamine-0.8.0-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.0-cp314-cp314-win_arm64.whl (746.5 kB view details)

Uploaded CPython 3.14Windows ARM64

python_calamine-0.8.0-cp314-cp314-win_amd64.whl (777.1 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

python_calamine-0.8.0-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.0-cp314-cp314-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

python_calamine-0.8.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (921.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

python_calamine-0.8.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (987.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

python_calamine-0.8.0-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.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (917.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.0-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.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (997.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

python_calamine-0.8.0-cp314-cp314-macosx_11_0_arm64.whl (847.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

python_calamine-0.8.0-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.0-cp313-cp313-win_arm64.whl (731.1 kB view details)

Uploaded CPython 3.13Windows ARM64

python_calamine-0.8.0-cp313-cp313-win_amd64.whl (774.2 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

python_calamine-0.8.0-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.0-cp313-cp313-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

python_calamine-0.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (919.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

python_calamine-0.8.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (985.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

python_calamine-0.8.0-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.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (916.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (923.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

python_calamine-0.8.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (995.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

python_calamine-0.8.0-cp313-cp313-macosx_11_0_arm64.whl (846.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

python_calamine-0.8.0-cp313-cp313-macosx_10_12_x86_64.whl (863.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

python_calamine-0.8.0-cp312-cp312-win_arm64.whl (731.3 kB view details)

Uploaded CPython 3.12Windows ARM64

python_calamine-0.8.0-cp312-cp312-win_amd64.whl (774.4 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

python_calamine-0.8.0-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.0-cp312-cp312-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

python_calamine-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (920.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

python_calamine-0.8.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (986.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

python_calamine-0.8.0-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.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (917.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.0-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.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (996.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

python_calamine-0.8.0-cp312-cp312-macosx_11_0_arm64.whl (846.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

python_calamine-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl (864.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

python_calamine-0.8.0-cp311-cp311-win_arm64.whl (749.2 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

python_calamine-0.8.0-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.0-cp311-cp311-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

python_calamine-0.8.0-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.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (989.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

python_calamine-0.8.0-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.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (921.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (927.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

python_calamine-0.8.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (853.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

python_calamine-0.8.0-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.0-cp310-cp310-win_amd64.whl (777.6 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

python_calamine-0.8.0-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.0-cp310-cp310-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

python_calamine-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (923.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

python_calamine-0.8.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (989.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

python_calamine-0.8.0-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.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (921.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (927.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

python_calamine-0.8.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (853.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

python_calamine-0.8.0-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.0.tar.gz.

File metadata

  • Download URL: python_calamine-0.8.0.tar.gz
  • Upload date:
  • Size: 136.9 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.0.tar.gz
Algorithm Hash digest
SHA256 3182d653cc9bdcc37938a55edabd0ed8180361b1392815de5e1e198aac156f28
MD5 339d512294c0e662ea01e4425652ae23
BLAKE2b-256 2b57c9b8946b9a54fffb7fc3557cb1f16c1056fa5f61d65cb4060b48acdd5060

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0.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.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 154510568c93f523697374c128db8b80c0782e9d504c9fe0e4f16621519e278d
MD5 f7f7fa1cffa3ca957b11cd7919058ed4
BLAKE2b-256 1683a9338c9423ae2760421afc562064472a2076013a1917d7f6cec8ffa46a8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 ce23fcfa23aae94a0bf4a5603ac99157d953f50498bb7e93eb0b6b8968988885
MD5 37b2259886e494b719cf6ff9b7c4dd84
BLAKE2b-256 d6053e3db9b811bac93a2d175f141e59d6e3dc027805eadfebb01d01cdf45260

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fe9e1e16a667a58c8da68c7124ecbb88523b4bfcd705cd35aac8d1eaa26a3ff5
MD5 b98c7255e349d781cfc4ec88f1be6cc8
BLAKE2b-256 f031c37a2b9469fcd9388c33a64535bc63e38b658f97b05196e8d5843af09698

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 213cd1887d132dce86de70b4e39bc766b80d9cec07ba77c90a7e2dca978875d4
MD5 4dcf1711d66c1d6a0b76c3fd388807f6
BLAKE2b-256 883a47a06fd2c5c6cb0778206253da2733e93d11dc8ea403065ae407e70c137a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bcb7dfa2c617d0e2d542acbde666133cdf730ca6bd362d0efd660a0a8e3b488b
MD5 1024f39708bbb6adfbb9c9b97ade76bd
BLAKE2b-256 7214cee5e5b07a1c776e969c0b0cacf3471198b7b5c0fa24adb2d3da932c5f53

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8ae0c96f2f779354f9b8b0c14b6c5f2a7a16399d7c7fd209cfbe15371f278b24
MD5 9872b0a6953e21384bb226a2fa1ff94d
BLAKE2b-256 e4c8aeeaf387810330b1f9fc3175f210752cc900ac0298541d6cde69f972b01c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a000328565954a2dd58e84db153d9c470d1014a154c6682362d97715c378cad
MD5 05540569cf274b97118397d53bc050a5
BLAKE2b-256 e7f7afcabc0a1897206530dbb0b62210513d985c9e57f11729fb3fc3f99ce5d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d44b7fc5ec629a6d6f69a3fc6641b802ca0fb8e9bf3b1bd345b7cc47142f9ada
MD5 9aadb6c767f970f973458e8adfa176b7
BLAKE2b-256 1641b58f44b6b86e6f0cf56c68f26512a707f51d2e304e2c9c08fc3a963ceafc

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 9d953d33a6586a9a9071e5a43698e268d033487f7b6cfbdc9b73739b1d20f53f
MD5 6fc8291db4e19bc123e50bbb811ddbdf
BLAKE2b-256 dd5b5609051477942f0004f8a89d4ae273a3272173a8bb9b856f5d8d6fb52fa4

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 92f9df4dfbfdcb54df31f5ca5d547224a68f4e857b6c08767bff530be70690fd
MD5 d2440cfab1aca6cf396819608a1ab681
BLAKE2b-256 a8c1607b847f81fb1778a13dc6b0a474c17e01a3623fb01e9327d0a28355ddb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a0281f73b264d197ef909077e14a23ae5286de73b5b3cfaefb9bc3459cb7de1b
MD5 d0db19548427edd830093ba53022ea51
BLAKE2b-256 042327b18cb303587c5b2ce4396ec1fe5555690caa5ddee620d89745b77a9586

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314t-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8da3d8556657e07cde423ca7945209ff43dccb66b27ade96aa6fa2256ae2892c
MD5 928d159c9f2ea412bc2d9b7a146a319c
BLAKE2b-256 5c3d749251f3bd2b47296b6c4d90803810c248a7b3f78863d9b14a1eb4ab283f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 baf41567249c6a67789ce52353aa41dcb1a8cc981823b97d5d8478e4c332598e
MD5 694005d97187078b87561a61e02a2eec
BLAKE2b-256 c56f5c31d5dc1ef736e7a208e4a0bf87ee0e6e13880ac69b3dc0f7c0b0225671

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53d05bc8aa0caa168efccbfaa069aa567759c5df268458a0c5d8fe1d822e2e44
MD5 35591a15cd26137fa4c1f31dec2f6e1d
BLAKE2b-256 a41a480ee4bfcdeb6708dc35d732999380eb0a335729b38784d50925093c0921

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0ad37b2c552e1b23674f67dad4cb7095ec1b42d5011e9a5630554a3d76ed9946
MD5 080928286de0d615ebb541a3565419ab
BLAKE2b-256 68c8364d06f8b81b19484c20de3d74a8136ade6156255909410c7c1195ec9e51

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c24c4fb39eb97af7ca9a58d31d34fb85ec28b0a714dbd77a5dea2d9e865f0acb
MD5 dec1e1b07cdcddb8ea3f58f5a986f6f8
BLAKE2b-256 85322516ff06689eafa0dcab997b1686a7b9b2e70d9b0d97bd1c3163c12dd5c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3537413ef69b171ae09d697aa11e25ec8c7c6905073234966be74303d5b0ae4c
MD5 26b43b2d25492ce63835abf5b8597796
BLAKE2b-256 e4a58f6b556b68b12cbd7d77c883fa837d68101a995decfde67bc9d61e81d2a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4de75f10cd3399d3dacdc9125daafaeead1bf14521507acdf6ee3e895208b260
MD5 f3fbeec10acb752d9ff4bf3569a7059a
BLAKE2b-256 48d305d94e89c10bd9e3ad747c52f8627f986c5ec7528d2d5e2348129a9cd61e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5e3cd090368a8699bfbfbf8977a153a4608b2c430ae8043523cf24862a413294
MD5 5804427f8aa1abcfd1dffbcd42a77b5d
BLAKE2b-256 7fc16dc46bef40a9d5fc8cef3635ee1bd258fbccfd824bd7e3a689fb2f19e2fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76bca09eb6895fc236dba2d3f3ab9e9535cb87e4cb0881cc6823c76e20d86bd7
MD5 936e09e09f889f3f3fda1660a660cba5
BLAKE2b-256 6d277f5e2b66e669dd250c820c2d0d4b133162afc9c8688aa6d742a802b6ee98

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7faca099ff145005201de91724d5fecc1baa875709ce56a10714226b23ecd09e
MD5 5356289bc6217468c4c39814bc4124e8
BLAKE2b-256 bc71134f6c094d791b06dadee746aff33034882146963fdded8de1487c97fa3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 4f8b9f0ca7c6fd116507e2037ca6852ad8c96196a96146a4c5a5700a12780cb7
MD5 c84e379126c0b9da5f653c95853e2940
BLAKE2b-256 7aa72dc923b724ae99db0b85f608e9dd629c8ac66a7a71483251db5a78773a50

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 302348816eae6062a89bb504a5ae0dd09ec966ef90e8e85a04b4e909193b9e7f
MD5 7afb8b1e8771d3f7a378821ee5a03b1f
BLAKE2b-256 5fb7c1b6644502dc7eb7889472edf528e003506dc5615c3af930291b8ef38d9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 e02c6cf594c8038f0a46e92eb1dfd1caf8ff53350b3b5c8b8ec171364504a79d
MD5 c66638efa15afdf33326a3eeeba9bd4d
BLAKE2b-256 de54876ef46cdf4b21f1d998d8c7ed40aa11f836c2b54c4010cae4bb09b9a83c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab35904103aa26a77fc1a89b1ee9ab20aa8c30fee356b662c3f1360c376ffe68
MD5 42a66821ed62e15986368f780ca693b1
BLAKE2b-256 bced1142c336885db2e74723095f712c7e61af4ddc588dcc7e7527da88b4dbe1

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 878d217489421a020da1f6e015b7c6057c9cf9463b9af7f9a238fa95f1212d92
MD5 18fb8fa4e0731caf147d886a14002d07
BLAKE2b-256 2ce6b1c220446cf0beb238a31e0fcf85cb3413622fcb6372b2a2169683de62cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 31bbf6bc5149a2873c398b4a9e1f5e425e42145e02455ea6d348611e70306811
MD5 d0ecd8cfbd8816d5a881f96ec6aafd7d
BLAKE2b-256 685bef5c5311fc7195de773b8209fb19899c37f0f013d6b148e61d257e583bfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6d62963c48a724a2044338034d8f4fb2fee7caed0a412013d8c375ba319b558
MD5 81e7e0565df881e9c9e090ed4a11f4ea
BLAKE2b-256 423464076f274e010d843f9b73b8acc5accd3fa8f7d0180940cb4c176fd30f5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7908ea5e9ee941e877209fc2e6d5b9de839be9db70a1b9883e26e5d8aa5e02bd
MD5 a36796155f98262b588357ac9ddd0ae5
BLAKE2b-256 ebe739836c8334c80112b670306f407ddd163697ecf791f26cc1dcc872ae3750

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 216de4df06cb5555f94f50991720162a0d0e9cd5ad1f207648de7c1a31b0280e
MD5 15ae1ee68c1103922d453111821da046
BLAKE2b-256 327950ab7e56d8d977633d56fe2df40699f5c854f25e80d698d2dc2cac0d1590

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ce0cf3f633830910da041d2efd1ee93d7e861d40cc0bd7dabe55081a5469a650
MD5 d75d7ae0974ba95c3baa6de8abf7d543
BLAKE2b-256 857498fe3167e02fcac9cbf2ad409d2d7688ec3177e5b5d882d9b50397b76e83

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25c53670161ab5993fe13af5f29f0b25b66323d5cda2632ed7f9a2694e0138af
MD5 e2d45c155bb3336a486a3d9f7f7d2bb1
BLAKE2b-256 e0bcdd08b1f610737fcb742c54fa4bf07816ad2b020e3e1801fdf6c64eb4cdee

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6b3f420cb9479cb388a947aa24c96ae138f9f4c60596fb3900b0004c5b83d812
MD5 1c1f37a103fba10f4f74a12d2ae41733
BLAKE2b-256 7f81eda8155675783fa3b013d5a547bb924179d9d607e021dc42352af645a288

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb110e6271fe90ad345cb2cde5e9ce55e48c324a20e59af82541f79cce22c36b
MD5 b06c89f967c78c938527c861317c8696
BLAKE2b-256 65de597bd7b6c9d4150ca22e42e7931cb1305ca0ee1c98bb874ccde4ca798512

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a6ba4db70f6c0ea91d4cba34ad9f7673e88d94bf0c7c08ccb0bd20a89b4b9bad
MD5 b4a1bfad0fd2ef863f543c7473965c1b
BLAKE2b-256 0861b9c9525cccc4b3883bbc7f0aea3cc96dd4a39cdf54ef09477e32a029a03b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 6518d21a2431ed719eced4949f09918188704e24effb8491d62663a5f02a32d4
MD5 988c7fd7b233828de2d237aafba8e760
BLAKE2b-256 2e9ea3a78f9a7b01650a56a727fec530b8c58e69091b198755d1c02d0b89812c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f682485309e7f16b2a089a6bd5b97cb27ce01b5719d509b28d5068b28cfd8786
MD5 9bafe8077421a88486a3849be200bdba
BLAKE2b-256 1b51c2dab3160a6e189a05623b5b835e1831427ee64e0abc468943afc29c0863

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b97ed54b11806aa510090004a7f518ad6b40b3e7695e03ebbc908a395137b0c6
MD5 eeb9e2e846dc53f9cc7af3fd95a007c4
BLAKE2b-256 3b65a68eee25a892dee69bf60d5e3956145557d380004219896289c01179cc26

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f0ac3977e5e13d97f52525ebb30bad02ecb53878c5e00cfdd3001bb42788bdfa
MD5 8b6b17bc8b72971b69d2ca647d3ac81f
BLAKE2b-256 dd88be82c3a4c77805142305572c1dc5103ca876b9dd7d5f9ac8fcbbc058d20c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 0eaf3c79fb1f4bcd979b1b812299396768e8f08fff99404318fb30dbec5401e0
MD5 70fd05c346847031594c9ef834c09740
BLAKE2b-256 47afa7e2936b7e27dfbbc541cea11a585c59b50bb5214096364d9346a2abd9da

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2c4c4f7c11f5045d8aa8ca80101267047e099866be0bb9aa4f9edcd22166a7b3
MD5 69496a059cff4313b52e69e032cf4d4c
BLAKE2b-256 9bc8e08625e17c8c3fd71639a599f83fc6c2aabbfc407e5f039016a93adc6ceb

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e6a90e4076e776c2aabdeee65bee44dd90b54eacfe83f75625b27deb9e1ebd5
MD5 eae0d2bd8c20a2da29787f71ff7af326
BLAKE2b-256 2c3c1b0a46b1effa8e081c3ffbc80ac8a6c1dd6d784e194929c3c74c3742da55

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4418700690ba50b77cf603b8dbbf4520d3911abc64439140d07928bf21e196a4
MD5 d559bad8519fcf102f0d4df2b2370176
BLAKE2b-256 16283887a736141fba9fd1d16b048725aac25c8405c72719506fd7bf545f4b08

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bc34570edf505b8350089e252973678952447e17dba74f0777729d97570d0c8b
MD5 2eacdc604e5faf7cc37e49f192ae27ee
BLAKE2b-256 57ecf28c2f17116f9a9b745e13f2c31ea7dfe9fb920441bd95808e9b2737b9bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fef3a37c3ea2a9a8c12e7d5048eb5a6e99390ea65a470ffeca0d2fca1c9b0786
MD5 530b7dc798c100a2e9b9194f9b6adcb6
BLAKE2b-256 1c249b9fdedc12aa088258a3fb60689452190b89a210226650ddaa2ee9c6de9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 098ebc2833db09796bbc7d44e9087eb2b12298e4024dc25133d1c2f06bd31c1f
MD5 747d101e37f42c7e8fffc4ede039ec3c
BLAKE2b-256 99e34995a5a7ef03b144d2f7b0822d956bc1b0f18032456034a26ae87f041a51

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d24279dd1c2156229ed07d02dc69e71147893f0866f125d774989478cd589fd1
MD5 9121a56bdf2b1ff6cc697dad1418807d
BLAKE2b-256 10e68395d0567ab68a8b7ed65c1218ce6ba604d5cd8f5bffbbc8e2d6bbd74edf

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bca3ca68f386c77bf3c81369a8a752235104d93b38e80b8498c3e63d1bb0bde9
MD5 800da39b3e4aaec7d46b9d60c6d1d3cc
BLAKE2b-256 ea1f08bb6dabe2d16d9147390a0e82cfa4ad8ae6130c3740919fe2e5c06e4805

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9419d0a5684fb5307edaccfb2a195ba8ee75e30d5ffdbad510b39954cdd61a26
MD5 c8ad6a114fac73c2c4e7193022a1c4c2
BLAKE2b-256 ce3f3def039c558754219257e27ba06efda5f82de89581b3dc8e996d3f7ceeee

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 501834a0f169a27642fd7f95b66b584a8123339574e3f941f829535620d4ebfd
MD5 59b556a6b91ff194498db9143468870f
BLAKE2b-256 ec5834aeafcdf79f9daa03fdee0de5e72401c1ae741d788e55a4e87fea1070a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b1cd224b16e629639d0dc40b9aac86d538c15da0062e49fee46a4db9b2c90024
MD5 c26551f3c272618de0e345c407aeb10c
BLAKE2b-256 3feca3565dc3b11c12c85f30f9d83409f5cf25cd80d1f51855ca2acb90db6ebd

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 85d3a38c42378d75d22f25461bb9932a6546a3ed2e1ea09af738a25d3fc83673
MD5 24e797f9a1345f1ea3e9500a8fa51c72
BLAKE2b-256 76d23adc32af708018bfb26938ae592d530b61cc0734982e07654cbb84c9f7c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b18a7925df656356bd9c461a9e93c8ed379a0fdc1f2d11ae34e998c00258b8d3
MD5 7884f4cbc75fb99851480ebcc026e173
BLAKE2b-256 15e737e06f24a9644eddd0c5e7732d7c1c14308d75d269e8d93f90e6aa39f236

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 26753a05b65ffd1a137e604a5fa39565abe62486bd7b27b9f1016656e673226f
MD5 3c6a97f3ff23b419272e7a66086b7a69
BLAKE2b-256 f756b06bf96012c611b1a178ce33c874d0b2aa82bfdb3ffff32c170e95edd671

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 79f8312e8d3342f09e60e36e23104327916be3c8e682664abf1374ad9fa55448
MD5 3b18d970f825a110db35330aab78556f
BLAKE2b-256 69888448541a9629f04e9085c0060f2969da381ad5d261012a3f75d55aa0f2f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b31ed9cf2de6b73fad31c9bb5126745e5a73f74b4025293146c470b14061f30a
MD5 a075f58352a4863a4507d13421a0dd9d
BLAKE2b-256 af6c76e44c55e1d8d1505bac01cd2ee56000306efbdadd41417d81f0aacc0d94

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 831ffa39416cf5ba11d8289150768af4f4cb29780c29de07af189153db171d58
MD5 6e24d1ff98e47ba8e39817eb926bc183
BLAKE2b-256 70ccddc3a61a21600ac8f7c6608001d3344a94d01e39800994dfd389585a4ee2

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2745e39107807a32e246e31d00e7c3b97aab1e3c5da3a80ba209aadb83c4c936
MD5 2335fe866d234ac7cc6a887355888806
BLAKE2b-256 ec55b984e91998a0f615325b7f8aa25a67cc561fe1572db5258eb8b8bd22ad0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1920762b942ef5ad9d1375c78e50c1a66a7919b6a22f21661352f3aeb3871395
MD5 e19728a84209c0232d4a64e381e0e834
BLAKE2b-256 4f77deccacafc9db886bfb24453ee86476215364c195e5fa14bc1a8f5973a1d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61f1624ed80c99656a5579dbae5663478558e13ea4b6f9cacae5c7aa95240a6c
MD5 d7817f4100b0a4b6fc45fff8f23995ab
BLAKE2b-256 ef2d73f34eb0e3a3b7a737a39d8c1612914a00652e361323a4989a2db8d41924

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5445832e6673d1ad5510936f7e1f7a2d409f593511b789139295bcd6a7efb191
MD5 c942b013a9d70aa387e1e1a87e6edadc
BLAKE2b-256 f1e32c4b358850379e277ce6a5046d5aebe6a8e86909f768589b6bd58dfe2571

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 941dad4a5f3f0589aa8bb5ff630b09d51ddaecf6803cf0cb6346aa5702af5d72
MD5 44632d02fd3301af2ef66a919e5d1847
BLAKE2b-256 d199815f6ecc2069e1d77a8eaacaf0565ee9eb1439ee108a6b8a3518ec3c0141

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 24858f1ede7178ca3df0c802418698c493525ad0fa2a994153a0ac5eddce817c
MD5 8f973f6b9e9f1d5d885c77760a7b7f9d
BLAKE2b-256 cac61fe4afc36e1e58538138ec04a996e61bd433bbf697c6482c8d23041d3584

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 53a625b2439a21f6d01e7067b0f067362b25e2891cd3449f4d5b746ed23bc7ff
MD5 7acc36de59b6fe4b8db377df0ea4e656
BLAKE2b-256 2f11d023bbee144c52be0493cd4422309285a5bc52d59c47b033255af7a2d9b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8a7e806c310e3136522bf09386f24254dbfffe12c6d4ce1625fb9c3a5f1b9c41
MD5 fad3e6e2bf2684d09a14c00c4bb9cc50
BLAKE2b-256 ffec2db942d9534135018fc8410b8a58ebafbcdd1d2f960fb76926af0e4afdd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b2a6fc83b387dd0615a086522ad0799b9b078200bc0d1319f6962e84f9e17b61
MD5 36b93e9fd453370e809ecad59c3ba6bb
BLAKE2b-256 687348be21f52548c8025e654f784be134eede346fed15263687c1f07d1dbc6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c7b4bd3cfa38b43dbfd1df6c44ee4a6a9c3d7ed54a067b84834b9093149ca10
MD5 bd0f98a80594800bb7706dab450f3466
BLAKE2b-256 0ef1b609dbfb2e5d9c4d965207a4b93e644f412d9cd5907ebbab6880e0366425

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 f4a0ef0d1745249cdcf525e57f24ca20c595c293725e640b5099c349956ff09f
MD5 8f191a9d9db53898c92ce9130078d963
BLAKE2b-256 c5b9756826ca032d699cc5354f369857d71bbd4f6f553a282a162ff98dfe9122

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 54d9e7bcea3cb5bf82a7ad7a867a39b17c1b8004b39aa52f689e7e95d3a3b40e
MD5 ca896ce2f30247aec872b8ded6bcbdd3
BLAKE2b-256 017696426a5d941e9b6bee2cf246a9d5b5952037ed4cfc13be5ee94699d2f795

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e9981b4c8763916bd2ebe7014cdbc341a0106701408c1072446702eebe23ab72
MD5 f4573a42859662f0d77ae2c52aa38906
BLAKE2b-256 3d04a40d38ab950d67853770fe0fdc02e272616a70f21aefd32b2fdd5bc7adc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 77546a28f9e277ec146fba8ec0b7790f545ce53f105de9623b958e33fc5fa3b6
MD5 ab39e95a5afc9800e837d88e280bdcda
BLAKE2b-256 4279742b1571fb9cc440171db2f2bece9894d41ae57fde6dc8fea3e51ec13bba

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 20e7b3c46f147dcbb5ee850012566d6ef916393015c06659ef491475bf80ae1b
MD5 b1d56d81f2c5da5c1e6f60eb516cab8f
BLAKE2b-256 cbee1dda00b6f8dc77dd4e097e00df2606a20024c4023fc6e174d5283cab427c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 81f43e4a937d3705c45bc928d156452a213d542baed76ce61fcb02162c733f75
MD5 32af155e2b7aa0cdbdf873737e079b5e
BLAKE2b-256 d2c2dafa2f214f3091a04b77682ff6d6c197bd69daeb975076c26d4f70c85998

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d5a61e559cd993d2aab7e736f1c527aad48a9eb145eb254a4c9ff4f188c9c6e
MD5 efd7d820d35f84a1706fbc54f5ba8639
BLAKE2b-256 8befdc0611bf2fe0ec23d7d7e48daa3511a8eea750ba6cc3fcccf3a294507704

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4454b884148d9202f1d60e53445d9011658e98ad3d1c722fd49e3e393f1f12cd
MD5 a6a2b71865bdbc53571518464882cfda
BLAKE2b-256 de967e0db5db9c575a24ff22e7e6584b527720dd16a5c25b457ce1b72fed789e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d7ec7ec638f39e8500258b4a6c2a6bf5c078c088bd8646e463a81ceac842c99
MD5 bc471fd995d6069b2ee121c935051682
BLAKE2b-256 6508fb871eef7993eaee9fbc90f439fe399bf96a44335ea407ba8569a74ad48d

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4f68e21b2aa69965696f3d5b0f605d5ded4d96484a6a9e72a5736368883031da
MD5 ab5196fecc4d35a40a0129598e5851c2
BLAKE2b-256 f3bd6b76032c56722739965806e9091ea20a7611a8cf0daf4080a18f23ae1643

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 534713b83289e7de4dab1c7e6bcc44f40ba70b9b5f8a09e543d1904467b08a8a
MD5 61233bfc2881d9b0f6516319e61a900b
BLAKE2b-256 3e1dd0add30676c555bf3bb29c31d3ee039c845db05d5f9c368de3e4fb2d7771

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3ff98dd1eefa2cbaefdf3bfec8bbc8a7ac396fd05854e9dd3560f698d23ce680
MD5 cb99a3e63309cba2231ccd4aebcfdf59
BLAKE2b-256 520dbfb60f417e89559886667c08bc4d4b76c8e1fd11bf9f5c2a9c6bf3bd005c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 278380a65f646abf43dab57fd3cc6e8badbeeee86c4bd117b6190bd5c3577212
MD5 c5e7ab7fe2159226e95587658b9d4528
BLAKE2b-256 2fd1c39d55b4d8a309e87d0ab7d68b386ad6a39284404ca44cc3f80b3ad80a92

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp310-cp310-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 2f393771256f5427a77940e67778591f7c2c5e8c94b18dad99aeb44ad9b4ea9a
MD5 03325297d6acdb432143eae8bdccee8b
BLAKE2b-256 093aa51d36291d3d8c1430574ad7054dce7a07d759fa067c06e95db6d062ac4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a4a9905bd1005d00083d2e4bf9d403d9ea48c624c2534e4159db88a13af25103
MD5 f9db220a1a46be8343dbffcb6999d02e
BLAKE2b-256 91162c769b3d88d0aefc6d1e0f512a74cf2bd5e5395f75b1612996f09a6f0bba

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cdf220c2c0784950bf9442f8eb26c077e9629e3d8de636e485588bcec53bc52
MD5 f4cb344fb7bbda6f46f875acc74065f0
BLAKE2b-256 c77f90fa7e30393cb16ed8864b301a3ddf86c6c7127a486c92222b8298cc0851

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d049180de48aab22bd176fb61cce75c93f261b77a983ca9502ae68066731efa3
MD5 f353cd0ac147375262fa95d4d3e022a3
BLAKE2b-256 552e9c32c63e864aef6bc118039b8a8508a8bdfd815068d9251e00d7e526a43f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8ad19d463aa98eb1b5693b2c1cab0947ec088b97c2824f034d454a6f53b33847
MD5 7de7a859c9dc29f05defca3a55c74a7b
BLAKE2b-256 2ac8231fb6a0e1f6a2e39188fce37e32458a673d9c552ef6c040d14505b52d07

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 251f11644a3def610a8bfff6d617df701d3f6b5385a58f3f9e6dbf17565b5ccc
MD5 2832991e554ddf261e9569dbe5f1bd54
BLAKE2b-256 86c3b39107d833984aafb406d9e3c8e341e2e83e04eafa2b40cada5e93f01fad

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91e63fba9c79fe48a544ee5306dc65cf267a95a45cd4e2fd73c77ee6050556ac
MD5 a947927ceab230922bbfd032e1087e1f
BLAKE2b-256 6c555510e8d28cbaed8321361386e0c49e04ed683d41cf8ff39f0b90e42658f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1c2001c71c537bd961c1f8b109e78bad41f27110b4de09176b709d06709ee2e5
MD5 4f8311e120d6588b6662c9eca67ac102
BLAKE2b-256 386358da49d6fc756fa342846bf0583d090ec0b041a3f3f2f1fb2686ae8957b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5734ee682a06361596244fbb1ab887fd4f2e09b9be1adc206c892310883e931f
MD5 a3817eaaa0fa4bf0d95ac6675b4dc7fc
BLAKE2b-256 fdba46c7a94a5e3cbbf89b2e227b762b26e137aaefb924250eb36ef1cfde6338

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_calamine-0.8.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f732c2674cba8475011f8fa201552eee23ddd1092e87f6ef4bbf9d7e02a36591
MD5 c5b66140621bc4faa026aa544122659c
BLAKE2b-256 912bb15a4754b1c93e1c51fb74fd4950ceac8c6a9216d062edcffc47fda61c37

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_calamine-0.8.0-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