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.1.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.1-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.1-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

python_calamine-0.8.1-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.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (929.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

python_calamine-0.8.1-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.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (855.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

python_calamine-0.8.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (866.1 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

python_calamine-0.8.1-cp314-cp314t-win_arm64.whl (744.9 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

python_calamine-0.8.1-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.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (985.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

python_calamine-0.8.1-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.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (915.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (921.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

python_calamine-0.8.1-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (996.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

python_calamine-0.8.1-cp314-cp314t-macosx_10_12_x86_64.whl (861.3 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

python_calamine-0.8.1-cp314-cp314-win_arm64.whl (746.7 kB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

python_calamine-0.8.1-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.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (988.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

python_calamine-0.8.1-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.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (917.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (924.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

python_calamine-0.8.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (997.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

python_calamine-0.8.1-cp313-cp313-win32.whl (733.6 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

python_calamine-0.8.1-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.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (986.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

python_calamine-0.8.1-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.1-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.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (923.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

python_calamine-0.8.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (995.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.13macOS 11.0+ ARM64

python_calamine-0.8.1-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.1-cp312-cp312-win_arm64.whl (731.3 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

python_calamine-0.8.1-cp312-cp312-win32.whl (734.1 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

python_calamine-0.8.1-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.1-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.1-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.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (918.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (923.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

python_calamine-0.8.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (997.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12macOS 11.0+ ARM64

python_calamine-0.8.1-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.1-cp311-cp311-win_arm64.whl (749.1 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

python_calamine-0.8.1-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.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (990.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

python_calamine-0.8.1-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.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (920.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

python_calamine-0.8.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (927.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

python_calamine-0.8.1-cp310-cp310-win32.whl (738.7 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

python_calamine-0.8.1-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.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (990.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

python_calamine-0.8.1-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.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (920.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10macOS 11.0+ ARM64

python_calamine-0.8.1-cp310-cp310-macosx_10_12_x86_64.whl (860.1 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: python_calamine-0.8.1.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.1.tar.gz
Algorithm Hash digest
SHA256 d656c082f34e248b1a3172a42f1dd95c5face3b881de940f7ce10ed458c2a316
MD5 500b7ed682c624249e80c2dc16f4f7cd
BLAKE2b-256 1bb6ad8f0d4650f7b216b27fcacb6347a9ee08e808b04c0c7188ec54bf601ef9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 000ca2f61133890a0b06bce106003082a7876166a45d0b9120c0332e395dfa98
MD5 bbd160b6c3ec337efb2e8723d3243c3b
BLAKE2b-256 382b92a61a28498df774f5cd957eb150e805332fb01626e8c77e7f0a59ff330e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 810072dc7c180f9c4dc3179b96902f1dfec23c69c3fc584097acbb7df656ce6e
MD5 6e2c20d422caf25642a294c67729e791
BLAKE2b-256 77a4d0eb4f8b9a0ede9c7cfec0b06d7f57ee4c8a0a11772f13af1f4c73cec355

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d3452d37e387d4002c8a05c9dbb1a8a7fb48c9f3f0cdfd0a010ee45a9409f01c
MD5 ae0f606b9ad443c65197f72a48a0a014
BLAKE2b-256 f17dfdf79f470be17c0373b7a5fe465838f3412bf1b8b34e7adcd89dc6809899

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 545e69d16b32f59312186c853a8f233f7fb643311721b6a2d9d76677d49f5ddd
MD5 ca806a49f9382b526612b37a84a78d03
BLAKE2b-256 5b3dd127b7ad61edeb8e847eb903288725a24ea01658088daefb1f6e039c9a59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa8eff838274dba9c553e69d1157c28c487d2d18fc7022f59d75f66b5d2ad2a7
MD5 bc1b10ea6926cfefdc7a6671ef8db414
BLAKE2b-256 94cacb9045580fe70637a70af84832aabbd5278c7c1a40e3cbc160524cae352b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ddc00e3dbc206b48a8795c2ec64bcf9996aa06df99cf138679a3f64c3f3245d5
MD5 51b7209267b73c04944955c371a67ddd
BLAKE2b-256 6e343e31b0c65fbb22053f0771b491a0e4a633598332130ca06e13cb4378ca11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b739391d574237c8362e99da770cdaf7bd6353fe3f57bd8f9d43ffbf74efafb2
MD5 53cba2f58a79314b41f20eed8c983c72
BLAKE2b-256 8c2965db3ce77f8ba5fffa1f305a0cc1deec4cd08574e6a411ea799eba220d3b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7f374d8fb1ef11f0d299b53ab4a093795eafc8d213ddde1504454f5606f8a635
MD5 dc3f1b380c6942b20e94fbeee18ddf69
BLAKE2b-256 d0548d4254b00b1922eb9d66541a851572edb9155fdfe3e16e0304b64e00782f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 a5070db58d0e69ec379605a72c3447ac4b82754f616fdd6b5b4c84061ca2ef94
MD5 b63d23491a764da728f793df8a67f78e
BLAKE2b-256 1e68b8862d10143701a33e2264015039f3e004b248eb2327c06d5d3d21de83f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 95b94181ccef808c29a2ba621e41b87dd7db0d399a1acea44d422248a6eb468d
MD5 cf7d7054307d49c9a20fd4e841fcadb4
BLAKE2b-256 b0f899a7aed684b121daad051779ac9d29e574462a4865d58472cd745f31e0f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 faf182c55799db1ddf00bac3e070396778eb17485420e39b1c44dd0277223551
MD5 b37ef9a5fffa26cccdb5f0fa8daaa605
BLAKE2b-256 a9a59874480225be0098ed0adb08232a0f05e105cb1737be3d0560f95965b6dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 f5dd41a7ea1d7a15070ef52b9e9bdb8a6e60303077ef7b134ac523ee4fe03152
MD5 694ee7c996f49ba474d67a8866be2c0d
BLAKE2b-256 beee94fb3b973041a22b76b4446ff43d94ebcfaf216a23133c744b6e687635c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 eebc01f27c3a13f0c7ba1560d412f76c5466a4a2b237f84ab433ebba5feb3fc4
MD5 cf86715a7e25892a8f15571ba8e90662
BLAKE2b-256 107748bf54f860494581c71f7c31735f83c93a4c42b619a6a8848847e15cdbea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e724553c281069f55a8b9a9a0d5d895e81647e66648e5462c9f0e574533b9bb4
MD5 d9fd7b087167944baac9b21b66a20c71
BLAKE2b-256 643cc0ab8ff1a162c0a7cd11114a1bd34bd9c150a33495ab2bd2868982257a69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 212a70a05ad9de502fda0efba72a5fa3ac6c31abbd0850e306b55cda17734989
MD5 fda7789d10fb68709f9d41955e237f51
BLAKE2b-256 a609f7b6cab7fa27f6de5f52d00692766f7da2a6502d6d8d925fb1e7db327ef3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 361ed03428a9c0a7d6d16a9eb4b6dc4fa87290c12671cefdd59e7edbed8a3be2
MD5 abf424b903015349a2d5107faa58c10a
BLAKE2b-256 a1a938cfe1f775051f546a40b762f580c0711d4c34c0d9d524d5b6fa4a6cea96

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fdb91c964c7cf52402104d82097fec2a0f9f326fd2141b595c8db58fda7b4c29
MD5 ff85a96c37433c18c5d75fb5a0dc22b7
BLAKE2b-256 b6579fcf4666a8d70867a26d36acf800dc8fc25db1f591be199ce0146588476e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8a69ae9036ce859d1cd85bd71472652ac3369c6e22239e67fa416c476ee1ecd
MD5 b8d69d33f34a9a556ceee585456fa669
BLAKE2b-256 66a6c7eea1a528cf122ca27da2ecd0a3973842b30c96a2c80ff92fa3d1e90100

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3c06821c0e8a1ce7cae05fe38fc4fd138f6eacf0bf70f65de0743d5cc8881c0d
MD5 bcac9829a7e5df52b4e703734ce0ec15
BLAKE2b-256 676f22d463222e363c14f553f0d1b43b18fde87b8c7dd4b0c4c29fd2777fbdf5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0faec8b8caa4e9f7dbc78c96f44874a77626df1945ec1b61130d3716a1f8bfba
MD5 f92335db0156ca098194f75cf7763894
BLAKE2b-256 719f276422873e0013b6680714eaac6bbe1030e635046e5ee09f33170318f5fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 15591bf44f1d2ef116a036631c92e62f828629a4caf6c6a5c941c221c2a855ee
MD5 16eda471430b15bad76cba93cd574aa3
BLAKE2b-256 56361c5f2817be014d038c9a1a2cdb05e13301d49c45c5d85e6bafb9cea0e84d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 f0abcdb2156e2e1b956d27f0dc2746ba5ecc9d9683399b74d87ac1a87a00cf61
MD5 adc1c6c88b438c5e16a090a62c8611d5
BLAKE2b-256 5b3d18ddb11cd10233bfd05b1881891f9b31d83d34f2b81d99ac934099c41a64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3c2984e185ae35fa722d54346782f423946e02070df542bc7ff8be746277ed29
MD5 6634b0a4882c4bc8dec533e79f649b4c
BLAKE2b-256 4b674336d2cb748117f658251e65e3d8b6749532904181953444ef526c94f4c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6df96a05daa73acb037a8dc42f21a62cb021c658996d7b21b81d4e71062ca2d1
MD5 8c7a3e3848f5077d4c09c37e52b58ca5
BLAKE2b-256 550133f63034a43aeaac6629ddee0605ec92c88bf53fd49d153c43d388f17cec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 29fe2834d056c29c968bca5ea1471649a3ad6eecd794dcf901bec0ab778a9748
MD5 764d7c5aa339945dc62c3a19d408a3a4
BLAKE2b-256 cb44167df9fa44dcb2df716f1f3b9c623c2bb6f6ec513cbcfca183eb5651cb01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 da7b7e8c7c4bf014622d0d0b484545ce54224582e87a45d68b77f2a0b394e279
MD5 bb24dfbef52ec79bbb2b96e6242dc379
BLAKE2b-256 b308d0ad60c835659f7d82d9c36b2209f4bdb333f27417f1633bf4f071dfa94a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d2a6e0fe07d8629af5690d576f8622334a691591ac0ffb1b567e5b5228296c16
MD5 50b3fdd4d8e7499622d7c5a0027a675b
BLAKE2b-256 c557732733eff0e722295d04bfeb4397028d4ba2724ac9d5cc2e590ed1af2cfb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0cecff0d58a66ab5a931bb05961de658cb670ad3fd6aa6b51abc9f7571ea0cf9
MD5 f49d255ab572e2085f960730e5f300dd
BLAKE2b-256 4c5093ec2f80ff4d5f5d7d07833a8606679daeca2007ee83b47b87654ed88824

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4fbadc6f25d374737a31af95a6f80d795716843898a04aae2997fd6100eeed17
MD5 f17d57cadcaf224edf51abb577b18871
BLAKE2b-256 3aab81ab218cdcf7e426a5c476e441310fcf6eef4e0e0c538013a5e9d5a8f7e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 daa7519f7628dfbc68d1c15e3cce27329efc4be6733639a73012a741918b05a4
MD5 5c3cc55b4365ca4cb9b6b4ee930abb50
BLAKE2b-256 b6191dbaa7c5d2564a8480a0777ccbdd74bd9ad6de1dca671c3acf73018542d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1dcdb8e10c1340669d79d7b6be90142fea6c38ab8fba01d93afb4d7575bcc864
MD5 62bb7b8f6a38207b46bc35cc304b5dc4
BLAKE2b-256 8b578650fc47042c3b84dc90a322d6d7af24534dd81193f30fe2acb702610e8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 365769680ab2fff338cf2fb5ae5e1977e38934df06b73ca3ffed928f6137b42b
MD5 aa78c078a64971012b092e3c1ddc9925
BLAKE2b-256 fb4ec86926d7311071e5e50646b572ea90a0e7dc342446506f5bf7419fa0f6f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a6be60294274a469995a182c54b9cbc8cdcfc5aecc7433942b16d74b73889267
MD5 96acb9e3a3801dba30ac9cd403f6e549
BLAKE2b-256 b430908deeb861b2dbfa7f42678e50e7595f2b5335205b9b615ad07d5b42028c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6aa4439f04689fbfbc2ddd73d0f07be536dff7a23d3a6279eb6068abbba996cb
MD5 03a0682181ac3b036ac9b8c5d72dcf36
BLAKE2b-256 3f70ad29b586c8e15bd24f0a8923e03cbf3c373de5814300022ab2bdd0f72008

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 28ba13814cb6873b24dbde71af3aaf8bdc3d46e820056449f772ba85b8a9cb8e
MD5 c78be184b6072937a27ada61376bd649
BLAKE2b-256 3a43f2551223e3cb0a6005180b4a4a0e8f279e6e49f423b466909cb752714d35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f963318d6211d3c92e49d5c93cb6b4396a3022d385d6c048a1d5993eb47c7325
MD5 3f2caec8c43139c9ddd6b6b6a82554d1
BLAKE2b-256 8910c7be4fda93569ddff975f30c201cfdbea23e89211094878e92a17555bdbe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 85a61434e449633b100ad650778ad3990e936e3a7f6b6f87058195cd3bb862a2
MD5 19cb71ad2d1c87096ae1d33106c71a0e
BLAKE2b-256 6d78c96b4ad302df20bb5c8abd84a11180e2799eef6f2673101cd650f7ca041f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4dcf13a29b1e4ebfb2443974a2fc6bdfba3eb997be3121c0cc6f279bd355518f
MD5 e007d04635048e899f7b09875fe366dd
BLAKE2b-256 da6d3e409b2f85abde6a115fc656027d6448076e2d269f21f796d4facb60f320

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4f1e86be8a03605a5bdd6b89463df0051127f000c243dd72f51f19066cbc25b9
MD5 86318c99a71660e4b755356e36646f60
BLAKE2b-256 bed75b0cce38d3f8caa31a5b79733166ec346b7bc3d50572dc2bed8b442c8a17

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 d788c5c00a15c10ce20271889ef2a0deb328f404c9bb0d7ee4ff532e9441b9bf
MD5 7c0198b2c740a5791cc6d9e0fc721ddf
BLAKE2b-256 0b9ed0eda6707f4f2babe6b55e19ae9097d8a0c1aad1565e508db8de6d0e7a83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 01e655222e678f327aa53d64281af9fd8ce9eef01e14bef5a130d4a90599dd96
MD5 7a9e041bffe8af5804d540fe847658f4
BLAKE2b-256 97b814f03b5c46bca9ea5e2359468642505fc6a67ddfe1c7e23516dac1ead5cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a83b2fcf198be6368978b0fe40a8203a206eb7eadfa4362149b8ddbbda9885e
MD5 f7a6dda677d1edf440ce0d9fa35fa9c5
BLAKE2b-256 d3fb081644177f765550daef4278b028523b1f613f630e95e8c69898cc4e8ae1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8e03d557cc9d10f7f10c4c4dc038e4e75eb3b00c2de86a6ea25016b2690cfae6
MD5 986d841ea4ff79e88f48d1ef2680bf7c
BLAKE2b-256 d4631bc137a61a010a55bc7bf1705225a323e41002a97a7ce795ffb4de88549a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b6f5f700ac1eb763988f1b1f589d560d663069a750f30899baebfff2be21ffab
MD5 a293869b45f27bad6d91d1429600170d
BLAKE2b-256 bda6aeb1ccd4eda76e87dcfe8ff6837c29ce1010e230d656d2c74cef8deace82

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7729cd867973201ee22ed0984a93afde5184ef8677095db3b7fba97a33739508
MD5 164aeb5744332845410f78ba20d77f85
BLAKE2b-256 7c79e9dd30e820a22d5ff07cd92f5f1978f175ea08c5f0953b9490c3fba1b889

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13fd641c293a3b408ab10bae62b36a429ec1dc517b50dd791f925c0921005469
MD5 ad4627dca2480f16cdbc473c21dd15d7
BLAKE2b-256 87b5bcc4ef512d23881214a5e0c175600783cba8409b71451c594f66780c1137

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 49158ed623c82a28beca96d723550396d8e920ef4e846efd9856dd5ed82a0c74
MD5 9a8570f8e96349026b819137f6ed6eaa
BLAKE2b-256 4aa489e052777e361580efe45e1e5989d22f15b0c3195b12384c6502233e1944

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f32e2f982dbd10c1ac968a8433525cb63627569186f3ccf6196156fd24b97ce0
MD5 e104703d7076ca10d2356683acba7bf5
BLAKE2b-256 6479b0fbf80373c90854de1b3b3668ce8c5ddbfd8efdbe64a8ffc6b3f854e28d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cfd0a12730aecb974dfc10603040a4bc8867cabd20bd6cd633d367758cbc1db4
MD5 0ab464a77b5b07b65e35c8f5280f45d9
BLAKE2b-256 a439f4a7b1fd08bfab3d655a782d15e766a799c58175d7a2f73e4f028457f40a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 580e0c946143552e0433105ab3c86d5a79d3e04c2959c94ed173c1a62244435a
MD5 30a379c5e0c189c494ec5d86c05e81f5
BLAKE2b-256 fe1dec11c5d9f05a442624cfb778956ff2b1df1e3b77a56a688f1f5f934ef05d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aa1761a2aa775a1a677de3486cf406ce1d6b927e39daa23c331d66e8d810486d
MD5 b5416c73892f7baab6686dc15d423037
BLAKE2b-256 aa86d0aa35d38a48ea4fc52503b6c2c5120fb2addf72618330d467d4813318b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 841323b83f78acc38d1c0bd7f381dbd62a99f95af613efccb59f1c78715851cb
MD5 e65dc1815b66771d5e71c70f23b7907b
BLAKE2b-256 8a2a38280f50be5107b36ba53cf443818b1124f460f6b943f32a28c7ec0a1cba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 245d88898cffe99f1897b05e2b4526f2d75ae805f4b934197f8ff2af513233a6
MD5 95b5abf409d620927bbae6917007f958
BLAKE2b-256 30fe1e31dc714cbdee213c8c1e166bb67323e5abcac6c1569a73035418ef0c22

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4ab49fe42bb5208cc427bb9b44e734c9cef083ada2460122de294d2b81d65291
MD5 a3ce695f9ae3d170e82cbeb0a4b13481
BLAKE2b-256 b752a1a1d4ec9b400f5060a9cb8e24e4c8837f1a54554476a34281a2987ce8b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dec93258ae4edb7eb5e32d361840d3296d99d508e6c474d1bb3abca1815455e9
MD5 91ee2a5e06fdee163cea8a331051f51d
BLAKE2b-256 acf14defecc4356e8e837bbc43e200e6ef4a2acc6edb38139b881a7eef33eb5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85e2715315d86193302f618a1110a1cf369cd5df6e1a2c4b6b02ac4feab90c17
MD5 4675d4311cc792f3e318878ef1986c95
BLAKE2b-256 c6517882f12db9ab87a0434e9156c2758b6fd47384b4fecabe903ba4fa9169a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ab2c9315c4f6a5d842d67b27bde54408a2450665c5d49e0a7c81f2542ca403bc
MD5 eecb8c51562b2f03064041fa5f6161f6
BLAKE2b-256 9ab4421dce6167e1c2e449a966947b1ccd4d3d2a988087848923921343bd3373

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f64fd4cec610a1424d914ca386ba1d87eb301b4d299bbc7066c9fce58b8ec73b
MD5 38ba3c585f563319f9aac79c84795215
BLAKE2b-256 f9049792cc8e0664b5b8e55bedaa0249a3dabca95185b5b80e11dbe5422ad5ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 949c3322a0ccceda0382e6b3978c7bf9ac57cb36746f651fdc4b2f9cb54d7d7f
MD5 3f45581887c1dad5aa8f81ace5d53ac3
BLAKE2b-256 159bb470b778a94b8650f83004b6ede5e96fefacc490f4710c6e2220fb8ed10c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd302e084be55505c3c9ef5f533d20a2e3d60fd23afbfcf7d25d759043119dd5
MD5 82c8a5ecefbf9d9cabe3b1be0080a271
BLAKE2b-256 5f7dccec53f03e5ae6be55212f1e802ecac76ca83dd675f26792767334af81ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 37d29c2c8b6e66d5c27ee1ca6452265930a0c4df9e29449ad24b8e15c4d8ecb4
MD5 1973b3ee6205ead42ad1d01671a20ac0
BLAKE2b-256 089aea756d4c642df2238942b148f9d05e9b8a7ed2f93c4129ff8e5f11f9f58a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6bb6153f27ce58b240d5a1038cde1f37294c407d6828661b80c56ca217f718dc
MD5 936529de92f1a0d034367e4a6a230f8b
BLAKE2b-256 814334ca3eaf60af4d1f82573da4280ff22802aec9de3d60f0589131902efd3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d0ca24414ad872463c2dbb73d8893c6d1d5099ad13b283be73c2be3e3449879a
MD5 27ea06604ec3ed24f141cac4d122ec1c
BLAKE2b-256 fc8c5be639ac83dab81f847d136417def67773e55b8834416f962ca34a4fb6d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 24bfc8d5ba5822f4d32c0d169c97d6704656786b0dd85f1e8c4bb65d73883b7c
MD5 05d69224cc11f31a33d7026e8a1323ed
BLAKE2b-256 6c2025773bce9db2d76a8d56eafb6eea49712385e7130b4257ccb631139d6519

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 263914d83c499db1070d06fd9c7b93d38a6891a6c757f3a7c5a1488f5517a820
MD5 cc982d34e1ef6deb4d8d1850fd0fa007
BLAKE2b-256 1ab0f3358f1c372ac5c820f9bfc97549691e2bba15c3a18399a0ca21a6d59b68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4bf650429b9e80b507f8dc5f24099d6cd430a9f28b4fdd8214e05e324731dd5e
MD5 60734346ce94ead4c985ed4c02baf060
BLAKE2b-256 9bf2e65418cd55bba9fbba0673675cffd764a07ce41c092d70128195019dc9f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b04078678c9d59036c92b9891eec3b1c3ebb05942ddefbac59faa6e56a151a5b
MD5 2c669aed4cbb8a1b7390e839826bbd4d
BLAKE2b-256 16a164ce52fe639f82cb1fee4a7ff81c9c06ce93925b2aa91893e80972777382

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7686a421d0046c02b26d2c969a58239abe32f3c02d3c72f35c371e10c36359a1
MD5 1f49dbe615579b415296c284acedd1ef
BLAKE2b-256 ef8fa36eb467aa882eddea37ab608e8e9c7ee9aa0527e3b9a07307939b5c7518

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 51f447253cf81510f4a7a592bc2634123c65f3d56ad8df1f9b7d24b1d349e1e7
MD5 b3289fd91a4fc93aa37ddb69cac6dcd0
BLAKE2b-256 be23956f7fcbb7825f4cff2bd1f2f2c2cfd976ea6faff057a4bbedec3548abaf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2f10d31b2f4e457fae282fddd789bca6c689f74679ae2a7b220bb05b2c54ec4
MD5 9beb7090ab0adeb5c88458786a255bd3
BLAKE2b-256 129c6306cb3790ddc726e5fa98382910a8d4f49f86cb706e30cc892feaebf19a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7cf10296a668a0e712402ff4f60fd62d48965a6bfc5d725692cef8aacf791e01
MD5 bb7b5c9a4f66852e7dbe1999698cab0e
BLAKE2b-256 327c766c4f6b890dcb956cef556977f72f9017479531f7f824a376e071cea96a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 916c4d97ff89a88082b475e0a97693070850c2d725fbd8054f900416573643c3
MD5 631726fc7707b62d852a597941de984e
BLAKE2b-256 ca8cb3f1aa7f333887a55b16b3e18c78d9b9c34f3be18c1a37e4094c91b68777

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 080711d34b3c391b3e04b7b8b1308d278e6468110c4d67b0c90173dc9de06210
MD5 ac8dbd94182be23dcbab121759c14e31
BLAKE2b-256 e64bb59ed286c1d4dfb695321c8d30be6c632c7bf544eb0d4890208fb3321527

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db040656ad60f6214c18a23ab67f59d190d8f535ab3ab17285df6f58363b7c42
MD5 b1dd8db61c939ee2f8b0a182b395f4d4
BLAKE2b-256 05826bf43c93a3c6fe9af4f4399ad304c10dc9736c5c0d8fbfecdfc3a9a3f8eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cb1ee9e812bc99b487c93925c79c33978e22625a9ddca7accfa5bcf407a6ffae
MD5 01216ce6dbdf24744fa6fc334d25e7a4
BLAKE2b-256 c11e44755304bbf83766c2e9d54e87f7e2acf70e1824fa3e6363778e601023a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6fec69c4a9a9c1760623152dd8e519b1ca36dae5c3e21fe6d8cd3829e16d1e7
MD5 01fcaf1b6a68de9447f22ff22e8b69a8
BLAKE2b-256 107406b4a895590906f80c6841277960b4272434441108c3600351ec74c2d35f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eea2a406e5a6aa728dfa8cba89c5e15bc1395994dbe8a623a12d6e1154fed5d8
MD5 03736342cbfc6e30da607f95dc3b476e
BLAKE2b-256 7b8998aaea5fd6adfd1cfdbf19746010c10db6d7bf3bc658e3a444aedd819a20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 82878664ec7db1fcdab3f18ead8d976061a70066755bd0231f787fd9f978ff87
MD5 e9287e335483f975a6ee496435e12b2e
BLAKE2b-256 a3ae2defd0a236ad5d3c55ef5fafa6f1bb11c6dfb0cd6997d7869237a4655415

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 44f2e12082693cb8c56c0bd72b669603ecbfdd6f053d135d5c2f321af4cf7ebb
MD5 054d27f84f7b38cea42b814a9e142f70
BLAKE2b-256 c1974370e41d8789da3718a3425ae4badb6ff9e9f7982da8560eca1b16192aaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d183ef05653985678b79b8cce2423497e3d5fd118f6801b9a5972cd6f3bdeb97
MD5 2e5d9ee7f231c81b1c701dfdf5397b22
BLAKE2b-256 2ded42087c7b37eda00aaed337656951f43060cc8f98f63a46caf595c9049e69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 2d212b217338b7da271bf03cd63c833f91ddee05faaf49a1541bef47e143209e
MD5 418a3827679d807539d063090b096e66
BLAKE2b-256 fa01d52798ddae62b824c0d5ea7b052f866b6ff20a4d0919e25a0bd669abde60

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0581588a4deceb539c1dcfeb01cf32adb952dbff89777b6558bce65244122d35
MD5 11f7a88181e946a576eb987bd03165b2
BLAKE2b-256 5327bcf714604213bbebc3d45940f044756355f3c6bc7c16004aa84aeffe40bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65996da6a13064a5f520e26af591e1f8fee22ad8e69ace8a7c68a5bcaef0603e
MD5 7f54d2a26b33f93228e718dfc9e53ad7
BLAKE2b-256 163fc408d2d40bdae230e3383478ca8bcce29409f1f686ba647f499557db3c2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 522993e2fe53034de3c7fea96db16a9e9436299baf33ccb68f62b507d048b323
MD5 334f5b87c36122f1cd55d666992757ab
BLAKE2b-256 98a5def5a50301554bcd53b985a232909e4eb63cde47f2591a408459a5587fe0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f496fddfae37447c2f347ff93428cd664c08337a16434793106a47da2cdb724c
MD5 d24f897379f72223a6e55cddef1b40aa
BLAKE2b-256 5a488edb4d1b5d9127b4a67e521fa61a0d046115292e8a19f76121cf6c26a532

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 22ec472d4ea8934a8325574ae952f9b496985bb6b305cc445da2cb9fc176ac25
MD5 b386d7eaaa3a6ef0b7cb55c82704772e
BLAKE2b-256 c7d8767ce33eb3fc79405aac55c1c6af26456dc19059cd75362d7730aff6b63a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9535d5461ffe61c61beb1dbbd6713ba5b4bc6e013577e0fbdf957dc58bfde0b6
MD5 22262639542d189141bb2f0cd9ebf382
BLAKE2b-256 ff88e7921816ee1dba6a94211d01d0d61775a4eda326de4d0bbcd61539bd52bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c9af6549d27d9b891f5b6ae3c057cbb637d797ee2fc6823e8f62d279a46cab93
MD5 6582d37c246a5985ea1a7d5c49f67ad7
BLAKE2b-256 7d605d2dcec07a216cb9cf4fbdca66f7b1e50804d5a2956c4ad084bebb0ae9bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f33843f1aa9d8b47ff2f09c5fa39dad9b2700843569243608de8ae22d2749d8
MD5 4fcbda26f41c995a23e7cd69eef1def5
BLAKE2b-256 2c325f440d588f0967215518b8085a4997757356c873aefd347e07c0d73eb71a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.8.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2964e0d798fe7835046fc9d02756d57c24824efbf79f42edc9b62239a637fff9
MD5 f247c936d1eb94e03da0d4fc5f2e1bae
BLAKE2b-256 01636550543943f82f1f4013abc8729bfa8be07142fd320a62057a9109f03a75

See more details on using hashes here.

Provenance

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