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.7.0.tar.gz (136.9 kB view details)

Uploaded Source

Built Distributions

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

python_calamine-0.7.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

python_calamine-0.7.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (957.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

python_calamine-0.7.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (942.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

python_calamine-0.7.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (871.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

python_calamine-0.7.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (874.7 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

python_calamine-0.7.0-cp314-cp314t-win_arm64.whl (750.7 kB view details)

Uploaded CPython 3.14tWindows ARM64

python_calamine-0.7.0-cp314-cp314t-win_amd64.whl (784.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

python_calamine-0.7.0-cp314-cp314t-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

python_calamine-0.7.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (952.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

python_calamine-0.7.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (974.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

python_calamine-0.7.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (915.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

python_calamine-0.7.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (929.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

python_calamine-0.7.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (999.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

python_calamine-0.7.0-cp314-cp314t-macosx_11_0_arm64.whl (859.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

python_calamine-0.7.0-cp314-cp314t-macosx_10_12_x86_64.whl (874.5 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

python_calamine-0.7.0-cp314-cp314-win_arm64.whl (752.6 kB view details)

Uploaded CPython 3.14Windows ARM64

python_calamine-0.7.0-cp314-cp314-win_amd64.whl (768.4 kB view details)

Uploaded CPython 3.14Windows x86-64

python_calamine-0.7.0-cp314-cp314-win32.whl (719.0 kB view details)

Uploaded CPython 3.14Windows x86

python_calamine-0.7.0-cp314-cp314-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

python_calamine-0.7.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (952.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

python_calamine-0.7.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (974.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

python_calamine-0.7.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (913.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

python_calamine-0.7.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (932.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

python_calamine-0.7.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (999.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

python_calamine-0.7.0-cp314-cp314-macosx_11_0_arm64.whl (862.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

python_calamine-0.7.0-cp314-cp314-macosx_10_12_x86_64.whl (874.7 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

python_calamine-0.7.0-cp313-cp313-win_arm64.whl (751.1 kB view details)

Uploaded CPython 3.13Windows ARM64

python_calamine-0.7.0-cp313-cp313-win_amd64.whl (769.1 kB view details)

Uploaded CPython 3.13Windows x86-64

python_calamine-0.7.0-cp313-cp313-win32.whl (731.9 kB view details)

Uploaded CPython 3.13Windows x86

python_calamine-0.7.0-cp313-cp313-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

python_calamine-0.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (951.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

python_calamine-0.7.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (975.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

python_calamine-0.7.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (912.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

python_calamine-0.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (929.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

python_calamine-0.7.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (997.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

python_calamine-0.7.0-cp313-cp313-macosx_11_0_arm64.whl (861.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

python_calamine-0.7.0-cp313-cp313-macosx_10_12_x86_64.whl (873.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

python_calamine-0.7.0-cp312-cp312-win_arm64.whl (751.4 kB view details)

Uploaded CPython 3.12Windows ARM64

python_calamine-0.7.0-cp312-cp312-win_amd64.whl (769.1 kB view details)

Uploaded CPython 3.12Windows x86-64

python_calamine-0.7.0-cp312-cp312-win32.whl (732.1 kB view details)

Uploaded CPython 3.12Windows x86

python_calamine-0.7.0-cp312-cp312-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

python_calamine-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (952.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

python_calamine-0.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (975.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

python_calamine-0.7.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (913.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

python_calamine-0.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (929.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

python_calamine-0.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (997.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

python_calamine-0.7.0-cp312-cp312-macosx_11_0_arm64.whl (861.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

python_calamine-0.7.0-cp312-cp312-macosx_10_12_x86_64.whl (873.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

python_calamine-0.7.0-cp311-cp311-win_arm64.whl (757.3 kB view details)

Uploaded CPython 3.11Windows ARM64

python_calamine-0.7.0-cp311-cp311-win_amd64.whl (772.1 kB view details)

Uploaded CPython 3.11Windows x86-64

python_calamine-0.7.0-cp311-cp311-win32.whl (724.4 kB view details)

Uploaded CPython 3.11Windows x86

python_calamine-0.7.0-cp311-cp311-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

python_calamine-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (954.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

python_calamine-0.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (977.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

python_calamine-0.7.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (915.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

python_calamine-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (937.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

python_calamine-0.7.0-cp311-cp311-macosx_11_0_arm64.whl (866.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

python_calamine-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl (870.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

python_calamine-0.7.0-cp310-cp310-win_amd64.whl (772.2 kB view details)

Uploaded CPython 3.10Windows x86-64

python_calamine-0.7.0-cp310-cp310-win32.whl (724.1 kB view details)

Uploaded CPython 3.10Windows x86

python_calamine-0.7.0-cp310-cp310-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

python_calamine-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (953.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

python_calamine-0.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (977.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

python_calamine-0.7.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (915.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

python_calamine-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (936.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

python_calamine-0.7.0-cp310-cp310-macosx_11_0_arm64.whl (866.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

python_calamine-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl (870.0 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for python_calamine-0.7.0.tar.gz
Algorithm Hash digest
SHA256 761fc39ddc22736b261c46888d83649f1ab4207a4e2090f0066f0d09e1a0d691
MD5 45c0fb59820e74489879cc60546e0b84
BLAKE2b-256 ab0b81a04d6b50c6761906e5bbb3c23341540dfd072d1826de53f02a2b4e4fe0

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ec389593a47eff9da0f2e2928d6d2bfce9eb87c0102a1d9569e9ba20f55738fc
MD5 ceef42713f897ced7f5e8fa6ceacb465
BLAKE2b-256 928dc011d02261e533a3aaa0ca86cfe6b7c09c93edac5d23d94f0edb6342a38a

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 88686ddf303ea335306682e238a0338db9b62ee5092041058b51fc163c3a4672
MD5 3e14e79131902f4e99e27ac95a18a537
BLAKE2b-256 5e0f50bf86a0c95d04058206b1215075160111fcfdb97e8adda6c1732c6ab8d3

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b238e2967965dfd3570db18d3729d999eca6627c6e3e709bca6f3799550f073b
MD5 8a270740823680f93c433c88ac280396
BLAKE2b-256 a85c6a70f78d5525c8647e0a1719aea9b5cb3a766e62d9e5a34ff478ad6e32f2

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89e632c18db8ffa4e2bc99ef7edf9bb77c582faa537f90bb3f90dbf7a7e5dfc7
MD5 7c9b2d5d1206ba92f2aa51dc3d51bedc
BLAKE2b-256 f96f9e72a09aee853712bd68c71c6fef9d292685e62eec5e822b6b1efbb31ba6

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d61f499c885b49ebdcafed432964aecac3a514b453a1d667204d16cf24a723f3
MD5 135f699d799e0b9cfaf5d58027a3f645
BLAKE2b-256 ba1f18b4f004394a48f4db3761a3d31520c9658773a5170b93ee2b4c59b9dfdc

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 762278feae6f1e2a34d0f13f0a0c6cb13438cb9cefddb60cedaa1bbcbe8109cb
MD5 1561a1f0957e166aefa6e7e4f5d9b7c6
BLAKE2b-256 50a9a02357cb8fdd2216326a0adc9b30eb796f25cb1ec1055930cb784f66ab57

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56088429588f7d2279e547dc92a24c334e4852edabd39411228147448c71a11b
MD5 ffef4305029cc6b8170c7401a285cfcb
BLAKE2b-256 b3e9d76daf2c2a3119761e5417b0806fca142520525b7b15df9fa1f9c516ac9d

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aeed620fc236594ae0f8bb746842e1e7415358f675c82755f208603e81c69d3f
MD5 b8556fd507be3b2322287fee3a0c955a
BLAKE2b-256 fb429e37adf2ee48055c64c37ab1d04049a0d26e2cf9ecfdb736476939c1c2d6

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 963c24437b6c2508d493d1c4f9e7084394a58dfd764e3a56acfed34a3c1bab38
MD5 2a21e27dc4dce51d0e11bc019db31d8a
BLAKE2b-256 a04b30fd385a172c194954c16d5975d0a32b3071142e16356fa13c79a56381f9

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 fd1a5c751351a6c70a3274dcf980858e6064a919fe2b213d534538c1b593db54
MD5 a6439f7cd766693b9a30acfd1b753181
BLAKE2b-256 0b5535cfd1b76905de5926ee172ca62984ca729229c2617befd3745b36928367

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b4ed89541b715ba22d853e7ab79b4947dd894bdad1de2baa4d0ed0d8a960c0a5
MD5 da6eef780eaf38704ef5b0b41552e4f7
BLAKE2b-256 3ee89ddef4984dc5cc011d06a4e949a25559ee725a5eb83e0e639a61d8533945

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 3b4e1eb11f1a55e115ec128a112ed559386bc6a35870e1e239689184b19b9aad
MD5 79d47acb7bc80fba9409c42b3174a665
BLAKE2b-256 984aaad7e2e4fc91b5cea93436974691f8a0915ac298f706e8639e9f1ce85bc4

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 964bd1d97aa31756ec828667770eb1c6743e71d842cd8df55c00936d5adb44e3
MD5 d011fb1ac3a0aeeb121249739abb4b00
BLAKE2b-256 73c07400fcb038149ad4235e3619afde169079286134b17f71f58eb48b05796e

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e8d68592b6f085b940573872738a2b8c5b2d284c2705dfd996f4cf54e8c1305
MD5 26639f1d11749c0b962ce40019e4232a
BLAKE2b-256 4607bfef244c49d94a03e0d1039efd49acc59fd5d8f28f1e8219e3abb755062a

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5a9699688b554d8d4ca28a41c0132f2d2b8cddb1a41f64aed5fe3aac410420f0
MD5 a9c0db1d4c95fb568120bc1cf8d8d097
BLAKE2b-256 9ea3b19b67b3b4340645f59547a87decb494d79618000e7021951214797b8f64

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b9d4ff2695b0b36ec34c019b221335f21cc951172f6c1e3b5b068c993af09df2
MD5 9e1793e4d1b7daf0de89a1bba24306a7
BLAKE2b-256 0610b0097896bb7f0d628c98e91098bebfdc7814b0c37166298ff1746a2328ea

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5e74cab8566a91e3ff994f64c90cc239100c89e60a310d95e775eacbf39f1387
MD5 401930033818e2d0a336009e09dd2a7a
BLAKE2b-256 3f3033c35058bb249cc17dfd7f2f8d4f2237e5de3ccf7e3393483f93c2c191ae

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0577d7021d54ba578b695b9516e45623f2f4a806286a4f89471da71975366d3
MD5 0662ba9d47ff7326fd1f03ddf576ca29
BLAKE2b-256 0dddd8251893f69c6cbd1bded451f5e0ed6a00227f20173521a8edeb0c7cdb9b

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2fb0b12533d51c5aaaf41e12cadb69bc2c0c11ac3980cc9e2dbf53f4ae9d1fc4
MD5 4b712da072e72cc404ec4ce25bf22db9
BLAKE2b-256 6736a8c38cbe317571f3504f0436b18439008d994c2c52b6af432e96054c030c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1197202d9713c279ee79ac85e93d50f740a9f21704b269414a7b3a0e7be5637b
MD5 7bb0bc4bf32f18e4ed24608a39b39222
BLAKE2b-256 987de63ac31f5fc50d90ded95be0e0b94f087ac820f7a4d0a1d75d7367679705

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fa6042ad523118f033fcdbfd572c38ef00c235f727fbd3d9ae453d328044bb27
MD5 811c6898e85a7d598877309de54b676c
BLAKE2b-256 fbefb249fa35ed3358b1ba6eb9ec783b1d6f05f07e56daadc1b171a0e040179f

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 38d2bed213e6709b1bec388a535e8eb336bc300a6fc2a2081dadb2591f412b93
MD5 e801eba829bef0d1c189af4b55d2460d
BLAKE2b-256 e5744659f2add47ff25f537db72b67b9f7d5706c422b642ec35239a1501ffb94

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 666f37db1793d124308f88d72c24050d30ca23f3a32bb1aee6e3de31055311f7
MD5 8693e1797836b9275658923519d69e22
BLAKE2b-256 1dd0bf756dc64af321a1974c963eace78c46e8321b313a55c04eaf3e9496bad7

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 0bdc3014368624983f882c7b00499fc99dfa30f101da1fbdd626ab72a7e309b3
MD5 35e57f46fcaf61fedf217a0c48ea3b24
BLAKE2b-256 8052e8079813dbdb4e463c046409614268461330f35deac79a8dc30b79647f25

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 654640f5ceb59c82380ea6ea464c5a6a135af557ff90da2a10a64ac62a91a4b2
MD5 9ce9d9a1cb6c1c75a92575a608279d9f
BLAKE2b-256 5c01deb1c9cad4b35600cffd2af71eaba49c7e1362bc044bfc27fe992921bc9f

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c67bba764b27df79840ca0517c50cde4897a22f6b84581f85d1087cd583991a0
MD5 7494fd6c712ffa1263ad2d49ce0cbfa4
BLAKE2b-256 ab2459b6bf11920371fcce310f3205806c20a23fc32ff273aad9e4f982299a61

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a0767e550aa2105693e2952cae2bc6ac17fe2173e4fe516eeef9ce85a833148d
MD5 191dea379f024af95a3a441c511723fd
BLAKE2b-256 f244e1a4f4a8877e4c20c301a2176914919d8a6278e6b40644e6bc6e0be0dcd6

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c51425f832f3d7cf86e63abbe74acfd3f761a75703af97569acbeb7459cc3627
MD5 9fa92d719d7c5de59933ba90186be5be
BLAKE2b-256 dfdda4ab9ec12ecaf57fe78852b1baa3d6e8f612a74cac32d129e5f96e6e59b1

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0989b7df34e75b95556180459a8ed5ef22a602897d6a0fe7aa5313e1d01a4585
MD5 10515ec84c5609e487f4664fad9b5b90
BLAKE2b-256 44e894de2c7d10b7303d359cbae2f62d624a50ab7971913a49a78c922d1db0e8

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bff4b303c370396d3faae00c5ec7ce3a85cb6630b7c22c07808d7df86395fb71
MD5 3f8ea187352c09e841920ba0af7a419a
BLAKE2b-256 9a0f67e6878b85deac656fcfc4558fa3d89dd8a6829d972740d93e91b397a939

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6e970ea30bd6f559062ae1c6e3ba5da1f84c06c998f9fda576ae5edd361eff5e
MD5 2f9772ae3f44ca8e915af68d2aab6d72
BLAKE2b-256 58de0338973f6964b5395f2a2909aae9cba5d5199285eed45cfc95da57122a58

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da645a52bab8cc7ff9845cbb210f7067aa3aceed87209d74a178d675aeefb490
MD5 d0de90f92e5b46723e39be4c2f0fbead
BLAKE2b-256 61242088bd4d4934a85c83fdcb744bb2a4b10d5e3fec50b30733bcab4e034f0b

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 65db9d875e42945d3ac64fdfd80987b853b9c366531ee4b8a5933800b922628c
MD5 0806f89726ca587fa702c83e0b0d7bfa
BLAKE2b-256 d8d25e79a701d0571ddca7c54fb6d2da85ef109e6fa9063270fb60b79e45de4f

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 734373a08c5adeb3fe20dd855e44eb441613bfe9d38e284c637232ebbc03d40d
MD5 8b7bd07d7fe58eb1b8cdb58be16e8040
BLAKE2b-256 37e11199f6ff2c8f2d09013fa4669c40759ad3992295cd53ed9fcbbdf91f5e24

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4061912f08ee82fc380969ff661108a00517bb3e42d7f2d876eca8f737183526
MD5 1c8af77c9db7d14f2b58469bc329cb55
BLAKE2b-256 6a2333e122924b2393e5cbe303be49fa8986057e2a53de28305c6103b035429e

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 0781d538803bfadd67ca8904d00ec310f4f3018e07c23a15d36bd2f98c60d6e9
MD5 5d4924ecc6dc5124be00832798562f81
BLAKE2b-256 98617ec51e2cc68b4aaad79f7990a82848a8566473d26cdb34faa969f4854271

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ea5a213d525ce491d96c3c4ec2ff640b87ebbc1d0900c5aaefaea21a905925bf
MD5 92e5a21979125d562714037b734016eb
BLAKE2b-256 a8205acd97f68026c9b87fbf0dc08e55b198fc12b87ce8db45c74b753c6394a1

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a2392b5527ea957974fba68a2c2a82fc7fb43352fb89c937268724d032fbf81b
MD5 91399f4db172379a34c0e9381f8dff74
BLAKE2b-256 7adcf7f2f0d54bf399c3f53ea4528079eb713e5a25de4a8c3ba36342ce433670

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f06bf321068544486f17d76a52cd204bc22b78efa705072b6df9daa5275e9e34
MD5 fac2ccb7c90c87d4dccf32724a74993f
BLAKE2b-256 105dac9e60085b6be34048c6eb907085dda3d5ef7e7e93a475ceb102d5584e1f

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 787477d6083d16639d7fb5e8a1f6d482f0a2b774a01ef12d6453781db8fe260c
MD5 e1a5092933110b06fed9c37b85d7fe23
BLAKE2b-256 b7071ef0c29ff25fa664b54d383bd3bd3f1ddc4e08ae45685c5c13fbcee9a056

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2f7dae23c6f3b520fb5aa1614c41f949ff7a50e7a809c10afbe6487b0c61e2c5
MD5 3565ffae0352161ec24a1cd19e0ca3b1
BLAKE2b-256 297fe07b40b77d730e3d5e8374a815e391a1f06f00057a915ff5ceed3ae1cb66

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f82b9ba365f16229c1cb5d3a5cac7f9686147b8368dc8234b5c9e177f858b97e
MD5 98ec3f41b4ee6cdbab55cd198a507eae
BLAKE2b-256 3330acac11a106b5a6d3478bb037a8cab1a96d233bc6046f205ae95aefde350a

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 56a18ff0d8831f21e7cb511f8646ecf8ad9d68f787ef394140acef0e8465b5dc
MD5 dcb6e4cc53d1659f75a0ca85d6bbbac9
BLAKE2b-256 0f81ebe6946c2cab5f124b19241a6f3b6841dceebac46c0c0209c442536308cc

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 10bdc6a7bed7181ce84e4c5b47334970817149bbcc59355f2655223418b226cb
MD5 0d47b34f654b97ed942cdfb2cdcb1f22
BLAKE2b-256 4a82a2c169d174ddbaba2efc5b2601b2eca5b29b1b9650a51b1ce73be1f01ec9

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c60605276a9b83d4728f6436cc7200235f82d292f0a90715020462d0eaca6ed6
MD5 2806b317749aab0e9b3574271fa65557
BLAKE2b-256 4d02eba7aeb5f1d8500c5ec425c0ea2e354c25221ec4cbef97f878559cda31f7

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93ba2f37f3ac6075f97fbff514797223e881f4d7b7904a905bc7d142286e0ccf
MD5 bce81bbe399ee954bc98a74986667920
BLAKE2b-256 f75684d4ff4782a25cbae9c1b6c1bd3b36010792461e3b6d15c490f09062acd1

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4a1ddeb05f4027f74f66571956fac70ecf233b34f060365399f6f6d442e67716
MD5 8443cd64fc3bbe60e9e479df06ff36ca
BLAKE2b-256 666a7f19eca7eaaf9570772425ff0c1e2b80fb81cca43f70fee92e73c3092516

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f5bd85010c737a3ccb61d62902f349d30cdfaffc182270d19fa90bbba4e307c
MD5 4b0eae362b3ccefa6a9452908d58771b
BLAKE2b-256 06619b302e3c918a46570e506d46893eac172575787ac9dd17b6e3e377d33530

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a69bf13b357f78f68e5e3b696d8e3ea4ee7209eb9a6cac7a311438c278b03637
MD5 bfd4c6712362c1e618d51c8fe2d1eb78
BLAKE2b-256 5c372c0afbe1b8fa27027594b099e70bd71dfadefce052ad9f395e20268c4285

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a12bd449f261941744346aa4517ea3eb39801d412a13be0424694a4134425899
MD5 b2fef5eacff76e71992b4fdfa1678939
BLAKE2b-256 389a706b90e5ad8a91da6ff168294027e4efe05c39a4c73d37ee961cbb8661a1

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 49f11033d30155b8913c41c324a2199e3eb7a258e9df6713886fd59a7b91fe91
MD5 33f762dfa879b34a7a0417be056ce606
BLAKE2b-256 5bc427c191f8d0b332a435af7b88caf653a7962da2df6cd64acb7e00ea66f1af

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a489da3116f90cc4b5c590aa5fe1f5f305f86899ddaddb37f62cd3dfaa20dc32
MD5 699a579bfbf905b9f6aad188341a0b94
BLAKE2b-256 cc31ac8bb30f6b3b4c1541b81e12cc469757b249d01d4ce43b0b0cf50e59a7f5

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 60e921dc08cb92956ce63d81a2efcedce68f7a9e1f5842a05c9293a6f36785a0
MD5 3c320f3d8753910449f43c931cd9da8c
BLAKE2b-256 82a527e50519589e2421abfa7b65bcaec354a74c9226aff8562d628a70685a64

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 f184402af4e53a67471dcd928d843de4f29c1e9987c0c730d8ac3da7b11c28a5
MD5 f6498680e9259477a2c83bb8e449c0dd
BLAKE2b-256 8362e991f60d768f54bd6170a0cacae44b10436bfc3791ff76db0403741038ed

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 13e3ed1634c71b4b14fbb0778a5ac6ea703f9298578c03a85d7cc0c4287b8f79
MD5 c560ab8508c8cf174a1574f0e7b64f0e
BLAKE2b-256 f0c11011e3b6661e06c69e27a5cd6bc9078dd45fdb1ab38dbc65960d8e0a53ef

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 581c3e7135bd30f689294efc174064bc5e6f2b580ac76541845678ffd8d7faf2
MD5 4bf6ea954dc944b3382a339b85b91fbb
BLAKE2b-256 b7c435b116c916b510bdfc2cf2b7a6ad511509a6de2e1f9630b86f0de8f816eb

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b95bee4df16c35f4442db7c7d795a124a611ea9665beb7ea709beff26dff8eab
MD5 cc09b4f2e9fbbf1196d927c708fe0f16
BLAKE2b-256 c7e6e5cc567b18947d554e52fb5f2ec540b1ec271d5a303b0185c32cac587eb0

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a7c5791803c97826995fec968625dd9456918cdda969a77296c0f1ea2f87aa58
MD5 1f57ef64ac6a7f3113e55cc90cb2114a
BLAKE2b-256 29a1a2a294ab7cdd1b29fc04f47c2fb6d599357914002f6692f08a8b081a9499

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 30e77c1c6c96b9f19022de76d9b241fd1b0cf4a409ce8cdc59e84e66d3065d02
MD5 a2acba2eadcf5dd089e73362c9d4c7a4
BLAKE2b-256 9be2fc63eee397751d7d0174366d870f441b6a1f9089d2eb278046f6656132cc

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5428babe897ff1bd3663a1667a1730972f73db7781b6c3e1dd757f036c6d2569
MD5 486d172128be146826de0fb9dcdef748
BLAKE2b-256 82f8d270e4463a60c038930e8db583e919f0a6bc795f67c40a8ea96de0b27212

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 98e141e7290f43e03583593ab0ad36723ec2460e8d3feaff430be3ba711526b3
MD5 e65f539e6c739fb3107dd95a12a94748
BLAKE2b-256 7a3b378f720182a6d9dd9930db095afbc058fe2d8af59636205272fc49da9f24

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 691beff5eb29350365e08dce786a0b234aab1ebcaa9f4e71ad80bfe20c555b4e
MD5 aa7e517b7a56a2ac4c2197baa9561d8d
BLAKE2b-256 58c48ec10f6cacd42eeadb046c9d1269f3dd9b8c539f2bbd57ccc53e1159c181

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 215a69348eb661bfca4a921fd2435f5114f317bcca4a376c708eb7a5432b8c80
MD5 8194b37cdd5481cce91c9bff356f3bea
BLAKE2b-256 12ef9d5e11427d74f18ab276949500b9d1b684709383cefd74e5267b2766d006

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 2ba4b799ed05dda20256a9241a745673ad6866f77f98498c0bbe83b0900c3b3c
MD5 034ea051df91ab0b9f73d1479c8b874a
BLAKE2b-256 ec654142f1e2a77e44c350146e2cb48fdb4790ad17d4d3d94f503d2cfc817e7a

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 be6c5091a21451f2b4de611756c5111609ccfbc40ec00d4d23c731e8b35b9196
MD5 34f732cffa5c150fdb8aae2564b79d81
BLAKE2b-256 2b237a54465ae162fff7d48677f4fd05dece8d8a2b9e958ceea233c7499cead1

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6f3c80726947eb6e711b7719d17ef013703341dacbd0f396c2736d1155cba57f
MD5 b14c92945256d5954e5a277333658612
BLAKE2b-256 dd6340d4d43c1d90282f461b4836a23fdbc758066979427e7ef38907287c39f3

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3afa374133763d92121d4afa1063c0e661547d1ab9c3778b904fbad861cebfd0
MD5 ac71e6b7c18169c90ef608cd66b893f8
BLAKE2b-256 9551f48e98c4128d786102abb60c73e6eb7b5686cb946ffa38c6fc658fb99c91

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 ede185f14ab993395e84735cf8fd274781118d93343213f377810199cd150cc2
MD5 e9a8b069e5be0b57809cfcdfd5f124aa
BLAKE2b-256 c8064a8efc2b8f448e8765ab7ef876696ef39eb3028849cfb38bf0e87e35f15a

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8111ecc5f90ed2edf355829bcb0a5ac71d88611a043c0a0137bd19b3fa81383c
MD5 87f75232100e1dbbbc957358a26ab14a
BLAKE2b-256 9f422ba71e1dea01c8ef32ba8a06afcb71b9b5967574b74b8e442ae67c6ce937

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c475cbf8532b669677f002fbbf410dab6c1af981ed0a0227309492982f20a66
MD5 25266265d12ac6fa0ec1fe66f9af51d2
BLAKE2b-256 fb4eca1e6eedf96724488411db710efc6e43766f9542ba52c544bead7d005f55

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 35b9fbabc208f1e49217621af0f7bc8b1644beada7978e841e6ad5bcf6e9454e
MD5 6a674af5df05cbc48dbe9d17645d03c5
BLAKE2b-256 86dfe5586c34d1c681be7f9711870d63e42fb7eefb5d094933605698fe09fe2e

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 52eb8b718d6ccabeb0479c39209e0b4594a8655bccdb7b501246db5c35b4962c
MD5 8de503ed9af8df23b64358a867418a72
BLAKE2b-256 cd825b2fbe58f82acfeaef3d9f9d3d6761d0dde8d06f992d3b319afd0d10dce6

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5bd8d391bf8704c97b6c947da7676e9a5f7f22ee922affbed96338c7d0c02720
MD5 e501b57b84d53d4b335fddaeb0695136
BLAKE2b-256 86a4df79b8e654bb52c94386add4fe66351f850ba75d0546bd7e62c10f78d7e8

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 870660854fd1a3d833e63dbf0ff969e3183fc63c9d14d8d02b4199dfecf7dd86
MD5 5a9014f8a32abfc99fff9b2ea7a5c49b
BLAKE2b-256 04656660ad1d5e08456fc6ab0adbe5b1553e69c5a97f04dcf7491af41ee2acfe

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6df6d7977a972d9946a5fd0d10771e2982e286c974c8fa744d20c9ff8f0e2765
MD5 03b11eec5428c64f3b9b2bc572dea8e2
BLAKE2b-256 4d9e7d59969812c77ee9e37e4f461e8990e6cb9778ee3bed25af3237e684c1a6

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58e82b2185ee42cc11edd91f083f2d139e7c8c0540c439eb04a14e0701b3f622
MD5 fe3a3acc9941008e71779b6e44997cab
BLAKE2b-256 080d6a2df05578cb01892243228b1044ee74186f89663cd55fbf24bde1b22192

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b1a114954faddfc434143099234a8cbf25b0d2b55efc430326918b4b82abc824
MD5 616791a1404966f784c33c1cde39a3ec
BLAKE2b-256 e770d55c17e01828ad9bb4920e750b6cea3d246dc59f05c1a837ada69a6ee246

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 32e0508778aea02e7836b1f9d781a18c7c9e3fd1201c28b75476fc597e2b522e
MD5 3b2a59ebc75e89214fd30793f50c5fcd
BLAKE2b-256 8708fc3d6fc74133c08b0c5f8a75e69c39acbbd57d08a7b18a48c28f91d40fba

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 13e9702e064062dba824489af4652d195a6d570691f58411c1f8708fee335f73
MD5 5724a71cf107f8c2204379df282ebadc
BLAKE2b-256 106381cb6d74fb47ba31da9c6e0505b6e3181368f4a7cb387c271779cbfaf95f

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7dc65b8620a8f7c7febd695252b1ee3acd66341a37ed3ce511e36e55e3d0f886
MD5 0ba460398f5bf4712c37b660efaa7c9d
BLAKE2b-256 28954127894dc01db3d8141e0c26fd5102e0ee5699c2d8d02010056920dc4a0d

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 5d6421dc27d169226ec015ce1a40b932be65892cdb235c848560094d00ddcadb
MD5 86b283f0661d382fa52937644a3fdd48
BLAKE2b-256 68c14f90748429e77dfa960833d4be55bb79022f40d9a24992bb1f79f3cfd50c

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bfb0092bf6dad96c741a36193f8ff85cdc5a5b5e7a06440ded14faf97f15ccf5
MD5 e191ab9dff5c13b555476646a1422341
BLAKE2b-256 36739be91d0bf7c3673525e6f0b2f55c705d5e7b95cd5c4bede73be1e67328ad

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a77cfd746c11534586f64261e880330a000c1e0200b18b028bcf88cfa32be389
MD5 84e5f8b195e2ad87d07c11641b486e09
BLAKE2b-256 da51fdd3173d45315c5425b6aee2266e128b44aaff1d9eda9c5ebb7903ef0b7a

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 420c52977597ea2ef41f8168869f2a2427ee3137a9320ffd61ca9892c86743a5
MD5 dbc28603a986253f1758cfdff0cc033a
BLAKE2b-256 763d9d49b38292875e2009617e9639ed41e2195fadd3a7541eeabb1c083c3d10

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 896d21d2eced9cbff0ce36855277d95b17da91a891166969eb2b4b9c9afe88ef
MD5 3001a4e371e0d88bf3cb65425f7498c1
BLAKE2b-256 437aa246003f0713fe1a12bcae2d0eb540dd7c3bc19134edb86c6312cc4f5829

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6705caeae363c4150e05a5908e7c2ea6ab2461f4ab251a270da59b08531d73e4
MD5 d7a8f32d859af88e08e0bb288c72ac9f
BLAKE2b-256 e84ebe53b02e39464637e4b58b3125c8fcac05e7a272f0e0cf531ca3feb1fb44

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8365a5255fd9077513ae06e1776bb5e9da5f2d63d210009b8f8e458e962f1b71
MD5 aa1f97f697c669cb1d873429f02eecfa
BLAKE2b-256 25d900bca3d7cce61ee178ad4e0e74035677de7634b84e5d08c9e0f904c78b50

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d3e22925905a517e4f3a55c5a6016fa943b5552052f7229ddb385639316f2b3a
MD5 434b1a8d562d0323876d8146fb2f4cec
BLAKE2b-256 9d9a88e9a2caf2c4f823420bb38fe41810d301ac575322afe875a75ac9c36b87

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07f5f46993d989942d1996251bf6b03db0c9615462880a7014a07131137e7ab5
MD5 9142ddd18c014db6693832a79ef9bb4b
BLAKE2b-256 9fefd9c05a0105167be613c61ce87a5e5d7867b6249468f684d96700b57a3256

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

File details

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

File metadata

File hashes

Hashes for python_calamine-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cc40c35db3843c0a44071d3dfa3fe441f3e3287d269a7c4b6fadcd31527ac930
MD5 c5c7777a8930a690245fa5ebfae6d63e
BLAKE2b-256 a84b3a80e23e3dbae8102f33c913f869e9f16d504c2e25da146ae02d18a434ec

See more details on using hashes here.

Provenance

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

Publisher: CI.yml on dimastbk/python-calamine

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

Supported by

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