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.6.2.tar.gz (138.0 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.6.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

python_calamine-0.6.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (938.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

python_calamine-0.6.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (931.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

python_calamine-0.6.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (980.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

python_calamine-0.6.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl (862.3 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

python_calamine-0.6.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (883.3 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

python_calamine-0.6.2-cp314-cp314t-win_arm64.whl (714.4 kB view details)

Uploaded CPython 3.14tWindows ARM64

python_calamine-0.6.2-cp314-cp314t-win_amd64.whl (748.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

python_calamine-0.6.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (934.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

python_calamine-0.6.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (964.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

python_calamine-0.6.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (901.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

python_calamine-0.6.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (922.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

python_calamine-0.6.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (971.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

python_calamine-0.6.2-cp314-cp314t-macosx_11_0_arm64.whl (857.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

python_calamine-0.6.2-cp314-cp314t-macosx_10_12_x86_64.whl (876.8 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

python_calamine-0.6.2-cp314-cp314-win_arm64.whl (718.8 kB view details)

Uploaded CPython 3.14Windows ARM64

python_calamine-0.6.2-cp314-cp314-win_amd64.whl (749.5 kB view details)

Uploaded CPython 3.14Windows x86-64

python_calamine-0.6.2-cp314-cp314-win32.whl (691.5 kB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

python_calamine-0.6.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (933.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

python_calamine-0.6.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (963.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

python_calamine-0.6.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (902.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

python_calamine-0.6.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (925.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

python_calamine-0.6.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (973.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

python_calamine-0.6.2-cp314-cp314-macosx_11_0_arm64.whl (857.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

python_calamine-0.6.2-cp314-cp314-macosx_10_12_x86_64.whl (878.8 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

python_calamine-0.6.2-cp313-cp313t-win_arm64.whl (716.1 kB view details)

Uploaded CPython 3.13tWindows ARM64

python_calamine-0.6.2-cp313-cp313t-win_amd64.whl (749.3 kB view details)

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARM64

python_calamine-0.6.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (934.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

python_calamine-0.6.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (963.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

python_calamine-0.6.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (902.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

python_calamine-0.6.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (923.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

python_calamine-0.6.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl (971.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.5+ i686

python_calamine-0.6.2-cp313-cp313t-macosx_11_0_arm64.whl (857.3 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

python_calamine-0.6.2-cp313-cp313t-macosx_10_12_x86_64.whl (878.0 kB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

python_calamine-0.6.2-cp313-cp313-win_arm64.whl (718.6 kB view details)

Uploaded CPython 3.13Windows ARM64

python_calamine-0.6.2-cp313-cp313-win_amd64.whl (748.5 kB view details)

Uploaded CPython 3.13Windows x86-64

python_calamine-0.6.2-cp313-cp313-win32.whl (691.9 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

python_calamine-0.6.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (935.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

python_calamine-0.6.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (964.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

python_calamine-0.6.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (903.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

python_calamine-0.6.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (924.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

python_calamine-0.6.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (973.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

python_calamine-0.6.2-cp313-cp313-macosx_11_0_arm64.whl (858.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

python_calamine-0.6.2-cp313-cp313-macosx_10_12_x86_64.whl (878.9 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

python_calamine-0.6.2-cp312-cp312-win_arm64.whl (719.0 kB view details)

Uploaded CPython 3.12Windows ARM64

python_calamine-0.6.2-cp312-cp312-win_amd64.whl (749.0 kB view details)

Uploaded CPython 3.12Windows x86-64

python_calamine-0.6.2-cp312-cp312-win32.whl (692.4 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

python_calamine-0.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (935.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

python_calamine-0.6.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (965.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

python_calamine-0.6.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (905.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

python_calamine-0.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (925.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

python_calamine-0.6.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (974.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

python_calamine-0.6.2-cp312-cp312-macosx_11_0_arm64.whl (858.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

python_calamine-0.6.2-cp312-cp312-macosx_10_12_x86_64.whl (879.5 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

python_calamine-0.6.2-cp311-cp311-win_arm64.whl (719.3 kB view details)

Uploaded CPython 3.11Windows ARM64

python_calamine-0.6.2-cp311-cp311-win_amd64.whl (751.9 kB view details)

Uploaded CPython 3.11Windows x86-64

python_calamine-0.6.2-cp311-cp311-win32.whl (699.3 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

python_calamine-0.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (937.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

python_calamine-0.6.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (969.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

python_calamine-0.6.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (905.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

python_calamine-0.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (929.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

python_calamine-0.6.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (979.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

python_calamine-0.6.2-cp311-cp311-macosx_11_0_arm64.whl (858.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

python_calamine-0.6.2-cp311-cp311-macosx_10_12_x86_64.whl (879.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

python_calamine-0.6.2-cp310-cp310-win_amd64.whl (751.4 kB view details)

Uploaded CPython 3.10Windows x86-64

python_calamine-0.6.2-cp310-cp310-win32.whl (699.3 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

python_calamine-0.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (937.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

python_calamine-0.6.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (969.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

python_calamine-0.6.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (905.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

python_calamine-0.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (929.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

python_calamine-0.6.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (978.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

python_calamine-0.6.2-cp310-cp310-macosx_11_0_arm64.whl (858.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

python_calamine-0.6.2-cp310-cp310-macosx_10_12_x86_64.whl (879.9 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for python_calamine-0.6.2.tar.gz
Algorithm Hash digest
SHA256 2c90e5224c5e92db9fcd8f22b6085ce63b935cfe7a893ac9a1c3c56793bafd9d
MD5 a8c01e18e267743ab85c390bb02caecf
BLAKE2b-256 0118e1e53ade001b30a3c6642d876e5defe8431da8c31fb7798909e6c8ab8c34

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b149def7d77c8bc9e2d7b2a6c75215367426a0be430906fd6ea9803ae1c63e14
MD5 ae20146306491ee4011d3c263b9b85ee
BLAKE2b-256 122a38ed80df1a21f27c4682d4855f42f78b19e96b77efbb80519c242780c161

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 03faea1948e6cf82382819cb3f330616e0ec4b622e98102fd9a0522d260b1161
MD5 edfcb9b4f375c8536071854a38c0256a
BLAKE2b-256 c9d858cb7ac7ba2b937abc1b95e0c3cf6124b2d001d2bd03a62b1049afdb5c20

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bb705b9acf993002bce5d2cab182cd04e539ae712be51f31a33a64528792869d
MD5 f843cec5ffad94975090bc190af254e8
BLAKE2b-256 cb5e7437b7a9106bf331c7f802ec29d4c0208519203b56a3517fa1ba743d8398

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c56d68cf4cc13e2865c66508b1ffde75de610c539603354240d366d3764968fc
MD5 5c39e7f69169c439a3ca844435f24512
BLAKE2b-256 af05c415832f625c94bc1d91e579e7f092a7109c83dd4841e033429db0621619

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fc2f65c8edacf36f76d108d760413abccf2ace7478d9c2eafa795a0e01a89c44
MD5 2cb4bb9372979c94c0627b202511b377
BLAKE2b-256 7754cc754259fb1e56eff23792b5724d612689736176b98d09b755e6d9837676

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8e5f3e959793f697101a96857e3e3e2e84b27847eb3b80370675483eeea5b07f
MD5 9ee430e64af2251a1e7546ff20db23be
BLAKE2b-256 f0cbef5c257a52dd9d1c927f32048c4c254025012dd74ca96044c7dac9e8d9eb

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f434d5db2a015ef1368fd633375844a6897a9b19df2cbdd6337ef3af2326a8e
MD5 2609ced738a377ba19d440669005b069
BLAKE2b-256 07ef5655a616e3d74ef74de0f32d0736357e3dc2982875823ac405e861c1d799

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0c6dc23fe9a00df4909db603966e020116742fbc2a998a121f2a9bf092ab9529
MD5 cef67a06a9c14d28f38dc46875814a85
BLAKE2b-256 428c6b72c1eebbcd922feb1597751bbce4bdea569128b7e06f7983f0b6ad0cf0

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 514b3b0ccba57cf807bd4869a76020eb53e2d797f35c95fceb274a5208da1651
MD5 197d290850f85033a260ce8c89819e31
BLAKE2b-256 f6243587fb169ddd82e78fcd4cd7b2e3eb3ecaa9b28dbee1da18dd0db13b27e6

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 aab8ef96f19feb5df3704dc04805b1e0d6e82827546bea92d660344c674ed9e1
MD5 ea8500d42a2005a6981650551198cda7
BLAKE2b-256 16eddef5e5fa257658894ca2ca3f9c532064056cd1b686f3bc2861f6313ccac7

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7568800d967b7b7b56d1a139d8d6c343b70d88695c8f3c3906aaa1b8bff76900
MD5 4820ee8a683ab8223717c4411dbf9657
BLAKE2b-256 3e40c421fe66af1e94267a66735940dfc01f7e423eb8c0217a9bc97b03927de6

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 80f54662715b25078e90794d792df6ef45154f1affea472c9e802c5d3dda5a9e
MD5 56ace02f80ab965521c1febf070cfe92
BLAKE2b-256 2fd053238c2185ad59659245d8bc7a86e4902860bd3c73303744b039a35ae517

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0c3a65ee5e1bbed8d32225882b6fae147c187a5019b895bd1a9631fb1e8ebd1b
MD5 7a80bd24ab08a880e93edc24e4b8111f
BLAKE2b-256 06109da5009d84154e6d86dd73c7f35fe6402803eb054c198a22605d74ab07a0

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba4ac4bc59fb16e76d57bbbb2b5567e9d78f99e0b7d6cf27b1fc968dddad9e52
MD5 e0d960619f00b0a49aceaf081d87b4d4
BLAKE2b-256 316c9981f4ca131d104e7e2d275c97a22026984c766009ec98269fb3b23a8a9f

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8d790fa2065c3c5d07de27ead53486b6afa64b935036444e5593c670baaf7394
MD5 7aa4b6cff4e0660e9131c8aa41a206d1
BLAKE2b-256 b9fd87792c5f5c5822036ee4bdb01853bd7cb854f982f88cb7fdf6405a36072d

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5f3bb6370d855c9035e8727e6d8685775d411e5f5a3b114e0048bacd2efc2dc5
MD5 7c75d45ba837faf827c9bb1b5403e9e9
BLAKE2b-256 7840bf06d465c761d59beab8d42cb4f5b648862a8ef0a1d900790b7efce1fa5f

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 42f1b3172fc2c916990a9749c30f5c2aad5351a807c6597febf7b5b9444eaf4d
MD5 344a0ab6d18300ead356c28965e21ca3
BLAKE2b-256 50b789128cca52c80c8b9649176bac374356f1923997af0b262a7b5547479fb1

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb50c1f6303650d5712a707c8c13842eeebcd433bd660dcdaebc8aedd9085d37
MD5 4a7ff013b20fab12baa240d6ce783adc
BLAKE2b-256 c1fcb0d380ea649833acc79ecc829470cb632565b865713865c6ba995e505e55

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 16750f933fd68d6796c24390d5379abe02cc592b8cb5c2c715d09885a4e4db78
MD5 587218a5c2b2b96d79fe0db40edd2984
BLAKE2b-256 19027c1fe7038f9921d520b4bf52299c260db4e21cbba7d3df29ed960ebb31c6

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5599d12fa06ad42694255fecb1de48f6eb2d074fa55b2f532a93158ae1cc3958
MD5 fa0e638003c84098beb63ab0064da14d
BLAKE2b-256 bf06327a49b20cd2565457a1eb361b8e078aeb2eb8c2473358924563fc737701

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5c3ca40133330cccdafb7326c39f7dd60247ad1995d9b92fdcd5052853fc31e5
MD5 428c387721bfcc8bbf2919ac4e401937
BLAKE2b-256 0f3608e98171718cec3a22e0c4082714894d9ae71c8aaba2ca47dabc5dbf4cf0

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 cedae91678a016690775a815c7dc66288b3f0968451bf2161689846b5b330b84
MD5 9d64086931ad6303ee6c5be6fbe5d046
BLAKE2b-256 aebee103f840b48677a85085eaca4667fb2f7c0828c7c49b3ea9e1300d5074bc

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 39a6703c80e71c9df2eefa4b9aedd994c27d6ae1fda07a48ee3306414d76d39b
MD5 e4422dddf864e1241b852ce8172704cb
BLAKE2b-256 17243954b1279ea1b4e25368bccd139098d1abeb3188f4100f2604555be67bae

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d4b6fe3564596b1a85fdb7dea60ae7dda2bd56898e88128e0306ebfca29d3659
MD5 45246492c00adec983b2f455c2946d11
BLAKE2b-256 1ce128254dc423f63a62d1c0da649e673ca492ac84250adcc63f90547b83bfbf

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e8f50885c5042fb3bdd9ad820e4b871e6a1758e15957964acf0515b5d0fb3984
MD5 023168a6b26154fab6857f37787df55c
BLAKE2b-256 ce2a3a4d0332b5a30604c6e2645f3a3a54d443ee78ba45d4ad2be015e32bab4a

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 0c4a6131835f28897cdf36942067220e2c8c6c23f4b7747a094dca6748190c12
MD5 480a61dcdbe48af56dbc26bdcb67ba0e
BLAKE2b-256 57abf86f30f3f72a930e6787c7a28b1042458045572c785b6362a77e42920fb1

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6a2dfcfbf1907f37e6a13e2dffff409f79cff911e44e1ce7deb65510b8bbb0de
MD5 c592d358f7e2ae0ddea3eb1f2cef03da
BLAKE2b-256 8d208384433127d4bef3b663e71285d9c5f21d2e312e6b9ae37170290ec28566

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f3841986cf512893e8871555ef586387e5e36484cebd0d9398046c3bde1e13c
MD5 f4de85f77bd2be48bb0ed6efc83edb26
BLAKE2b-256 35d84f4bee70187f148661f6112b6cff572c199518b943b4821d9303c3d5084d

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8d449b6130f1469810ebe9f423f9efecaabc60e110db7a5a56d0f098ea78b22f
MD5 32ee15efaff537cad5b2588259c005c9
BLAKE2b-256 fd68c26b811cf88b39afc107af73fab1a42af56d7ea19e33b80eddc3e869a6e7

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 711a664b8cf1e4f6c55fbd5e15e70fc5792e382e3866416044c23b0d3ffdd055
MD5 fcd91dae9120327eab825ae5c78cc713
BLAKE2b-256 9c56c2197448e66cf8369ecc3ed6450fc26085404b8ddf3f3409958d82a44908

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2526bddc75829b4376a515cad83afeab4019bbe5b770a892852de66b0017527b
MD5 7bf43ac36f6aa575b0f7f7103b0593ee
BLAKE2b-256 04d16cc11c5287020a04326da01e46a7a4169d4496d462f94c69ac993e4b6c1d

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36148e9c5022494fd6a2c111fb51d24e6e39cbf3027a3ddedad44545598609ca
MD5 9470eb0d81e0924881251f520176b017
BLAKE2b-256 d9b0260135d30b0c5e1b723bb5d450426614a20409b27b9e5cdd17076abe1516

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7a8f437273c8dee9d9ae89cc766b6c313a1a99155b74a1a6560a01b82db89b51
MD5 d09bfe0adf7c70b3032699e6af958fda
BLAKE2b-256 08675f9826d9ee2cb167fa86a496f3dd6551aa727c8dcef8041eb7362c0eeb80

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39de4d8c1f9db34d02a2d9b7eaad55cdd013b5881cf0a5ab281e2167d090b22e
MD5 a55392d5fda30d0b00c7bc1f5f5d9fe6
BLAKE2b-256 5fb72c0c82c1d3938bee3972fe97103da158ef9cf2b3bd2ba88ef1fa7e766564

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 630d32f10b16bafbca86fb9373e7a4eccbd0268bc9e80dac923b731a8e472704
MD5 4cf4c127a6006a118e0aa7d168a46eee
BLAKE2b-256 86c330e8ebbc5813d332edc6733c63f861bb87b61ad8a71fc97f39d687fb0195

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

Details for the file python_calamine-0.6.2-cp313-cp313t-win_arm64.whl.

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 2574072b9e26aeae26ebd051a1661bb72fd202ce2904f920f9c605de9555c057
MD5 a6305d339e4140b4d61d7d6064bbf7a3
BLAKE2b-256 73b3a9ee154d185e64edfeb5bb0c5621a650bc946c071a7be5a2ccfe81da413e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 a94a560c0b7ec791f6edfb3fede6ade35b048a61be80e584de8411bf930a8902
MD5 eeb471d046068d69b360a825f1f1679a
BLAKE2b-256 0d95ca5d3f09c98d0420fb03643aea3897c2d68e77df7d3108ad660e9024c277

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e16192fbbb3a3009c89aa62530d807bca272e68a67b362da5c9d156a8950cd51
MD5 42ce9ead3b3173752abc9506744bab88
BLAKE2b-256 e1fbb6ffd03dc468b0e3bb5747b747bcb4cdd6a98fea7b0f444d8600f2ebaa4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 dc21843a6fca8ae5a722e66bde14324da4f43be98b772b0689ac75dd89d888fd
MD5 e19a9232b114382cb92cda6496630066
BLAKE2b-256 57126b02a3adba57ed2ef7f2ed5ffa557f6a29a06a77f1fd40770ab3d530d2c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b665c55d5d03b5cc205e4b68c711712cff8aac273f2aa930ab8ab5960b9dc90f
MD5 469c9efb1ad0f71346a1d905683d7d6f
BLAKE2b-256 e7f8635566a955138d14fd1ecbc49be48f9add3e2107861507ce1fefd92192a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72078b550a871249c07b71fe5b94fbd30857604ff99380304d273d84a8bcd7c8
MD5 5be6b4ba6362ab7f52826bc42ea131d6
BLAKE2b-256 6625fcbe045e5595a6bc734e6e091909b64099a69725f8335596a6493c21aa05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 19363504d08c5c2c7aca188a5c4ded89a47cbba1cbc9a083cd230839f977c5a8
MD5 13d0ac7a4acbc1b38f0b913f8364d2fa
BLAKE2b-256 be7e0c440a6aac2b35328e6de7055ea20424456118e67f934ee778a79060f9f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a0d5fd48c92ae04bf8ef1f326d7ec23295545d171f4b810dc8fa08f28932900f
MD5 05f963a27b7e2f6b40f55f8329363492
BLAKE2b-256 fb5b64f62bbdaaaf7b8fec3c509038edc3cecf7f6dd8539828baf03ba45854ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b44fbdd11ac44dc5eecf49c1597e7234633cbc9f38c73521ce00278cf0bd8976
MD5 8ad1933895c9481434dc39eccfc39b13
BLAKE2b-256 20b9156223f20a685071223bff0f9d220511ed9012e6ba96cede417dde13abcb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f86a51485f93264679eb449dc93dc498553f449322c81936eac47ace45365e89
MD5 4d5e2e5059a2b66d48d597781d217177
BLAKE2b-256 4b60bb3cc5a7bfd5618307262c1234c38a137532ac17c4c385364a6594c59d91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e18e524ef1532f8269739b63ca9c6ab7dbd75e9dff20ca7e2e2d8d13c59964b2
MD5 b9a2a8bba3ee2dc2203ea5628b4832fc
BLAKE2b-256 e444361972390dea31d700b8a8974510cf7d5cac0a0bc563fa1726879b801e2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3636e14736cd2ab2377418aeb2ef8c17d1ce7e19bbbe52e445027cf43a2a745
MD5 66ad37a08c4b66040d223d3756243fd6
BLAKE2b-256 7292c6f3e47f84bd9b0298f63dca7a47136121c8a180b09660728ba381eb10a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 050f0b830fcdf209826e98849432fb6ee1328895949bf7c63632fd34130cef8d
MD5 96b5d10c3a6fad3cf434776c1312a070
BLAKE2b-256 66a40be8520de23b10d3e9179fe620e22ea7ef5f864152cd7ce322df1c9f707a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 64b1ce2bd452a9d2ae00a97e2629e3444b9669ce348e1f534f3a91f55694de15
MD5 fc7b0c78c81505ecc157986c2c1f3109
BLAKE2b-256 1267309ec85184f189709d238c9f2ec1b056354a8310a4eacefbfdd17b47061c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0b2464e036819ecce50181220e120d674b1caac806a31e48eed2e2183acf9a69
MD5 4ef8afdea73796daee2945e145911049
BLAKE2b-256 9e35f505780ba2228510412837a56bd9fb1721b021c2203afa10e25aebe67751

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 91fbfa837aaa6f7fc72e9277678aa0c95b0c3c7df76c7c7bac4ab4a128834a70
MD5 27d7988ac04796d49dad4819521a602c
BLAKE2b-256 288c97012240a29ad22a8a2fb69097d4de52e48a05b7e6cddda9916eec439c83

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f64b93e41dd878a317f958fbf9bfa64342ef9aea58956a93a52d4b9d646a6ef4
MD5 8a8efb7ba3f4e52b77d8000c6810957c
BLAKE2b-256 6702d0328a96f2cac5cd7d13e50691207b6c06f33b22010d70d3dafde13e50fd

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8323edededa282cace538805cfa7cab30ad9dd19bca4a23215ea975c73ce9f26
MD5 aa2675b80980f993d2327e934954648a
BLAKE2b-256 d52179f4095e53b4935e36e9e2ed5c7d9683fb448dd9c1bba69144277df9b3a6

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e3824c211eb9505461a9820ed893cf6e39a3af8024fd1892d2cc174ce8329955
MD5 4bc91677d289f0c11f80af029bda1429
BLAKE2b-256 5f91ea25bd171222b9bab1f79e5cb923b891903afbcb19c5241528f9d87b80a9

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc536feb86c948b330c4db8a9f1d9f9094f8d70a981d04de87ece9d9b9300458
MD5 fbfea1a8940f116d03b302f0ae0551ef
BLAKE2b-256 302a7a58828ef14801b4efb323ad9b1ae3d2d2e82e1c5ce35502189e7a201a14

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3b0c4deabc2646c6c07abb3620088c5d6d2af26f8954726938ebcdbc6c56a8bd
MD5 ab243699d39205e656d42a3a60506000
BLAKE2b-256 0a2b1d90207328fa7f8e74ce13337ae2965669e762877846dab3db8a6f90dec3

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d29984496a22286f511668ea6483293c0e58ac0f25916e1d88125e5e1d83313b
MD5 42a684b15b4e059d678d2fc09c20699c
BLAKE2b-256 941d7cf92a77e83f62b8a106af36aa6b314f4b42abc7959787e5a746de4b0525

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 19c55c35edaf89b4d18d5d3cfaac619362f2e8339e4c876f9f0c80640d990db3
MD5 f045a7066857609794b9a2c86b5b38e5
BLAKE2b-256 0abdd0504a0e85b1588ad4ddb97f2ba003d22d9ae7cd719b82a5be2e71d97519

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cef6454aa1b3b2137d7a202c9f84b87dffdd187ff218f2cee459480c102c20a3
MD5 90eee8556ae6e49a948a6ebb8d844b0e
BLAKE2b-256 b8ccc5edfb89a99d19c66b029e2e6dc0db052709888753fc0a771bf28343c5e5

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7c0f9e769c735cfb0564aefb4273c6dfeee9fbab1db69b9099cb19cfb8208ddf
MD5 6b3304bd983a338f8e35c2cb9ed7c73f
BLAKE2b-256 ba6308c63af2d5074d96b808ad7ae4cb04a3ab59d8d6260223b4d03d99b9cf49

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0fd5bcbd904d05f8b9f127a93706fdbb0a5934efdc9677b402a82d91e6e3f920
MD5 1ff9be1185292388538f6d120f94f057
BLAKE2b-256 66fe8cf4309a00ad5628c45e69f13352d6a1e0e0a3148a2fc28d7a43a8cefec9

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4c6e68c233841604fa3f63899d13bd2e47cddf0787c4b4b8188f74c3be452045
MD5 6e19c1ae7416a7df3b13986bbfb58e5f
BLAKE2b-256 15dbf409c3ffa5d452b8184978c94440b48c933c79232c5e40fe9ce3608ff06d

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 c2b378db494740e540e8157a7e5fe61dadae69ad2d988a7c80f9583f434acf07
MD5 37bed17efc7c8066dc8f386d5b5fac9d
BLAKE2b-256 f1eb2f50f3395c0435e6186cab56c36d04c06581ba827264bca1f1acae523aa3

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1617efa24532f2420934a8cf77e6d33ff1740cae1d39355cab4f4cf141fdab49
MD5 0812e3482fd1b3803d5a68f853860fc4
BLAKE2b-256 bbe22d2dcf4ec7e5ec08e33bf966ab010a7be178a4b623bd5f7601d47f2c734c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 39cae8e66f8bce499f5f965f4575ddf61e30184cc97f02e1c7031a57abe0903b
MD5 c9cbe5f4ccfab5d7dad571adb9d187fa
BLAKE2b-256 a2148846478dacf31535f5f15448ade3bc688b51f3183f1b52844451aa27b0e6

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c441a20c7aff0e904ca01b5cdc1e5be2c6d4a41a24a0ea4d5ea6d211343bb95f
MD5 7021a6175d203cc46ffebf6dff232b09
BLAKE2b-256 b1ea513117015fd5903ca6dde9c8fb8502af60af6965642f4e3311623943e673

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 ae08e1308a0d0c6b8b4cc0a039ed8a85fc9ee2f8a3ca9ea57b1af9f97ed68fe4
MD5 5ab538b19fb8e8eabb9732d613fe8345
BLAKE2b-256 2281e2bc38a5cf9629f656adcdabe8e134028f60c236e4bb96375dda90db3fdd

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6ab09c9da53a2b33633e9f940aed11c08e083810a0fd6885826cdc52ba4f86a5
MD5 e3cc8f8594a50c7a0c874893598d72b5
BLAKE2b-256 cdb07a63963512c5ba7e9539b7452e2b1561625e63e4e29c044e487e2e93dcbe

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 723990a47668cb819f307ccc634741370d3cd3804a0ee8cda392a522ae6d5016
MD5 ec8b8e89148c87d54b59dcc75ceb113c
BLAKE2b-256 5c4dda8716a1b3a66938aaabe36873f6fa210fa063bab1b20c2ec236013de6b3

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 837bca19bd945cb83aded433f4cf76e80d70a5400404d876400ca7e88e5ea311
MD5 287e476d3aca7bf264c898a13182ef89
BLAKE2b-256 23e4027a1b046d30768872307ebe808dc4cdc5357295cdcda98b30b3ea924904

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3ebb93255709874ede5b5e62828cb5758e60097e5390b6c9a3eb7751b617b12e
MD5 2b576086af8f919796e7acb365deecbb
BLAKE2b-256 4dba6311b24f9889246be63b664630c5601039ef771f7ed04c8f51aace39b7a9

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9a2382dbc410dd48c99d89ee460662cc70892fe1b2901ab982604b923e8eb8f6
MD5 e2e67f429b09ba3b5fd40d6d7a03d5bc
BLAKE2b-256 fe6e81106aa80609075015d400584030605b05f5e12931717160dcc58fdc4980

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d6c9af39db39e0c70710ae79cd1b5d980f9c0aea55fc16d194460c1561a0c6a
MD5 2f42348b6d856f8afa11c3cc0228956c
BLAKE2b-256 6ab0bfeaf45ac5e2f6553723dd2fbe127d1d17c6f26496db5781de42a933776a

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b067630d693e1d7de41e3d44a99c7dd3feebb52db8dda8636ac3f70d8b6a4ad6
MD5 9d13c5b3c7e7ee5dd63366a147832279
BLAKE2b-256 36409521e8da5496cbc4b18027626a40018301f546b3e9802ca2f3a6cb5b4739

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd89d6a53e4b22328cd685fc054c31d359cb3ae67bd24bc57e1c1db62a4cfc97
MD5 83e5f231449ad0fddf0b89d320ab7f63
BLAKE2b-256 5326fe4c2138ff21542e2f1130a4d83c330d7f9486b62775196e998b88a03de6

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 857e4cddadba9b55c76dc583c58c5dc101a6cd5320190c10f8b2ab98d66c9040
MD5 81cea444e6717a64202f9efa8b8a7181
BLAKE2b-256 7aece111c1a3a4c138ebc41e416e33730ee6d7c54e714af21c2a4e59b41715a5

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 a6112601f889e951333ff79ab0b6aa814a18df247d861db58d4272ad7be263d5
MD5 645d1caa41a1d5b28fbb19de1039f2f7
BLAKE2b-256 65a4f2cc3243b836256d0bbb254cc9f766270813c4df77f45e8971d24c936bab

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ec90a5d8358c0139bbcbf7f3a61d44baf41846a54367d4b34d5329102c4d4f59
MD5 e5c3ea696b41b09782d3b0355124f326
BLAKE2b-256 c467749b482001d3c9ec601b6785ff715a8613e8bb6311ccd3d953485e08c6b3

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 14f4fdb50ac7bcfe59b415bae865cdc958edff6a9adf85735dab4f7fa9f153f3
MD5 73c1fa95e3f7683085d9dd6ddf91878f
BLAKE2b-256 6b7b244514d60c41b65b2c1b16f9ffba01b48e0d323c61085bd1a98f6a49ab97

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8ddd518c62cb14e4ec5c81f8f389fd021d9a2ed6a5ab9348fbafb810c57f7717
MD5 724afdc79fdb0348a3229ed1c800f741
BLAKE2b-256 29143128c1beddb5c12dc1eb0a7f0704a7f3fdd46ac1c79ae60f67cbc895707e

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c743582bef238ea98176e47dffd9027d096df2bff5c4ad8bfad03920921aa021
MD5 67b0b96fe35ef97724f2d4075154d46e
BLAKE2b-256 42d4ecd096f77bdf5927806591fe60b2937f301f098268ea97e045d9a552c7f4

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 20e0c2f28688786ea713f48dcc54a6877432da4ed277ae886a10a5ed802fcad6
MD5 76550394d19100435a96ca44464ddb96
BLAKE2b-256 9dad4fa49ac4ee0a1fd97749149e4742f20146c706e31bc1ffac19d074a70817

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a170adfa3abb4724884617d12664c8518cd9eccb03522838553a06e353ed698
MD5 c8b43bf89a7a652479dce9f217f91748
BLAKE2b-256 01f8576d245d278ea3e13058a99cb2e3ab27eacf51a4ed6e387556e11e532114

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aff0652a0d87d68de25c628338fb5c06e07f9d28d7120c5987e094282acf6d7a
MD5 50244d99faec927bafb9a43db47b2b92
BLAKE2b-256 b648907e98853008f21a2c77c12c9515903d2891572d453269f052bbd9a14c6a

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fc42307129e59e48993ca974cf0d5402464690a15c87e5e5e879eb4a4d8ea362
MD5 d549348cf75096b902b0dc1108fa80c4
BLAKE2b-256 e05f9c4641e93c600e8bc52d19ad5b680baff242844cabee55f4625ec56ee6c1

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a9c0fa9138f2c3e9aff604744c78e8558c88f5e57ad5da23a3b6472d01b13696
MD5 06dffcffd433f914fda9beab0af3318e
BLAKE2b-256 e67898d69f46db4adeab662463e119f5ac68ebfdc4f6122356c8db3e1442e8a6

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 316e41a9bc1fc0ee6c3e01f1e252112fae7cc3eba698870f11e0ef5d63d37b7c
MD5 45e577c8908f852b1073caff32a12f86
BLAKE2b-256 4901683d0233c86d44ffe568ab627a6e99259f2fc868a8b3d343a8fd2f3ce6ec

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ee3f210e84eca9d8337cf0ea2f02757b2e0d123a07ecb43186dc5fd63c5c9d0b
MD5 8c26a3cbd36f5a8b0870dfe99a3f8a9c
BLAKE2b-256 660ebfe248e6d9e53b143ad371200613322e39c907598aed2e4915031c1d1635

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65f427b50e659b3752b6a088bd703f1c4161e491b6745d849fe8cc997adbe296
MD5 1a06b23db70be9b8017908d429542a43
BLAKE2b-256 29e35f62d3e6cafb9a99290791f2206a2d752f9bffe65d19673b0f8e3e9c7320

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 626a9b342d3df5596e8a4c7410ad65d05447e77f915ef14cb0a9dd90f2d42608
MD5 41993cee92bedf90630a825ef99a6d02
BLAKE2b-256 b889739bf1033d7ec4d01f62b5a60a7ea2017f985f724baec95c39628a840ea3

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8bf00a752dd0f14ee7483fccb5894cbb465146f16ab7abffe5f495922fab295b
MD5 ba1d2c5a9962685912548bda0d36fe68
BLAKE2b-256 82801b36aaa3e0dad968a31b48b6d478eeb80390d2e7bcdff37f5fe7d902b335

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 70f275d2e63004a37ca68f4c210022b1ac3d51d131af037e690a9e2870f2b331
MD5 dbcc3bc816511ac24cf7458646a16bb3
BLAKE2b-256 f3a6c1534f0c039b9dd0748c5e7997e25beb9d7abd7a09e51bb240c9b49fddec

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0d39413ad470bd04054fa25dc1bb8c24d08a4e6641e7cb96fb26c7e30c8b190d
MD5 e3b661b5862da81f5f07ebb8dfd395ce
BLAKE2b-256 61d3354a84d1d1078c688751eeb03718566e2e6141be350c2e8528e44c556292

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 15a6494c04f72bb1e49d25d268f8b1c383d699f14d093f8fbfa262ab7aaaef63
MD5 7ef28a06945075b6966caebf0319d7e2
BLAKE2b-256 2c3e6a518d4e38fa2bad0c5e73a7093a0950297d891265903edff68bb4d2e0bb

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2d46b08efe555f7cf3b6821e7799dbaa0cb9f1e7664cd1ba45843000ba8f4857
MD5 3e6d3e1484d4ae730a2562dbea38b8c2
BLAKE2b-256 3202f6a6dca801c2b297be1a306c74e4a31906a768daac9eb9d01080184f3bef

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba6b14aad3d8455bb7ef5ea0cd1216e20ef94bfdd34f1d96a65cf932c20b45b6
MD5 b98ff5f92b07bdf8afa39a82091b0c83
BLAKE2b-256 942a1268d174e3cb6221acc1576c3ff20e3dc54d184fc691b6512c65e20cf939

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8bb6b42c5c99ad2e527ad00014811865332ac8798e5af4f6252d4ecd1862a853
MD5 e0f308a25c7221b1233d99795e7c2384
BLAKE2b-256 a9d2f5b1c41682ab35638a50422956cabfd034d0239deacec3558cbb2553072c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 18f7aa4c0358bf2cc17b48c918e360211ff3398ff164433532cc33c7a810a29a
MD5 ee4cbbc2911646d4c68fb669a20bb131
BLAKE2b-256 10b41dcc77a01fa6f09135819347f985e6da8073ebe47437f01bac70ee49da2c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3110bcc26bc5b61f4f61e82f5cbeab7c4a046d1805af1effff1e277a004ba038
MD5 86963e2276b854fc8d9decc4457b0472
BLAKE2b-256 c75965fb329ae1cf0a950698594d5d23e247ca434113dec326cf5377692ad298

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c6615ad69c29fa447d4b44c51c21e073c6bf08f4d7c9b85db4b7afdff03ba408
MD5 cba4fb1489ef374efbc1f1298585b901
BLAKE2b-256 818a0b52721b2d83ba5efc989497b34671949d428147b019d93beeb4cbbfcdfb

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 49df78181e2a706c066211fb785eeed50608bfb0d6a7c5d953fd0749f841f430
MD5 5d82e23584208859c4c82e1bdef314ed
BLAKE2b-256 c6345882e1eb6000eaf1a1ed3273240abfbac6d5b56390745553f24717cd720a

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14fdeb66e7d00eb06ed66f6a2db53accaa9c5237479843b0c96c15f6cdb89bcf
MD5 4e4010b0bf822b503d1c6a9fe2e08010
BLAKE2b-256 7bb48aea94176fa8532f78df091c34583e9abaa84cc458baee651275dc8b489f

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.6.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4eecdff86896e974ba12c37abb5497c61c1e32b5cb94999c5fb24509bf5aa338
MD5 94fdaa37df78d9b485a6ec2cc7f61a6e
BLAKE2b-256 3deee9b26f9e83702bd76ebe8c452802ca2fc5d9e9617f79b34fc25a2556d7ff

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

Supported by

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