Skip to main content

fastxlsxio

Originally written from

A lightweight, high-performance Python library for fast XLSX I/O operations.
The project aims to create a write operation in xlsx that has the same functionality as Python’s xlsxwriter but faster, while keeping the reading implementation as it is from fastxlsx project.

🚫 Current Limitations

  • File Formats: Only XLSX (no XLS/XLSB support).
  • Formulas & Styling: Cell formulas, merged cells, and formatting not supported.
  • Modifications: Append/update operations on existing files unavailable.
  • Advanced Features: Charts, images, and other advanced features not supported.

🛠️ Installation

PyPI Install

pip install fastxlsxio

Source Build (Requires Rust Toolchain)

git clone https://github.com/JamesCrumble/fastxlsxio.git
cd fastxlsxio
pip install .

Release files for fastxlsxio 0.6.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for fastxlsxio 0.6.1
File Size Uploaded
fastxlsxio-0.6.1.tar.gz 49.3 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for fastxlsxio 0.6.1
File
fastxlsxio-0.6.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ x86-64 Details
fastxlsxio-0.6.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ x86-32 Details
fastxlsxio-0.6.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ ARMv7l Details
fastxlsxio-0.6.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ ARM64 Details
fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ x86-64 Details
fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ IBM System/390x Details
fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ PowerPC 64-le Details
fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ ARMv7l Details
fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ ARM64 Details
fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.12+ x86-32 Details
fastxlsxio-0.6.1-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
fastxlsxio-0.6.1-cp314-cp314t-musllinux_1_2_i686.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32 Details
fastxlsxio-0.6.1-cp314-cp314t-musllinux_1_2_armv7l.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARMv7l Details
fastxlsxio-0.6.1-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ IBM System/390x Details
fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ PowerPC 64-le Details
fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARMv7l Details
fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Details
fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.12+ x86-32 Details
fastxlsxio-0.6.1-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
fastxlsxio-0.6.1-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
fastxlsxio-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
fastxlsxio-0.6.1-cp314-cp314-musllinux_1_2_i686.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-32 Details
fastxlsxio-0.6.1-cp314-cp314-musllinux_1_2_armv7l.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARMv7l Details
fastxlsxio-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ IBM System/390x Details
fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ PowerPC 64-le Details
fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARMv7l Details
fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
fastxlsxio-0.6.1-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.14 CPython 3.14 Linux glibc 2.12+ x86-32 Details
fastxlsxio-0.6.1-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
fastxlsxio-0.6.1-cp314-cp314-macosx_10_12_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.12+ x86-64 Details
fastxlsxio-0.6.1-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
fastxlsxio-0.6.1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
fastxlsxio-0.6.1-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
fastxlsxio-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
fastxlsxio-0.6.1-cp313-cp313-musllinux_1_2_i686.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-32 Details
fastxlsxio-0.6.1-cp313-cp313-musllinux_1_2_armv7l.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARMv7l Details
fastxlsxio-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ IBM System/390x Details
fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ PowerPC 64-le Details
fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARMv7l Details
fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
fastxlsxio-0.6.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.12+ x86-32 Details
fastxlsxio-0.6.1-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
fastxlsxio-0.6.1-cp313-cp313-macosx_10_12_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.12+ x86-64 Details
fastxlsxio-0.6.1-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
fastxlsxio-0.6.1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
fastxlsxio-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
fastxlsxio-0.6.1-cp312-cp312-musllinux_1_2_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-32 Details
fastxlsxio-0.6.1-cp312-cp312-musllinux_1_2_armv7l.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARMv7l Details
fastxlsxio-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ IBM System/390x Details
fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ PowerPC 64-le Details
fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARMv7l Details
fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
fastxlsxio-0.6.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.12+ x86-32 Details
fastxlsxio-0.6.1-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
fastxlsxio-0.6.1-cp312-cp312-macosx_10_12_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.12+ x86-64 Details
fastxlsxio-0.6.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
fastxlsxio-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
fastxlsxio-0.6.1-cp311-cp311-musllinux_1_2_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-32 Details
fastxlsxio-0.6.1-cp311-cp311-musllinux_1_2_armv7l.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARMv7l Details
fastxlsxio-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ IBM System/390x Details
fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ PowerPC 64-le Details
fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARMv7l Details
fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
fastxlsxio-0.6.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.12+ x86-32 Details
fastxlsxio-0.6.1-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
fastxlsxio-0.6.1-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
fastxlsxio-0.6.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
fastxlsxio-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
fastxlsxio-0.6.1-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
fastxlsxio-0.6.1-cp310-cp310-musllinux_1_2_armv7l.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARMv7l Details
fastxlsxio-0.6.1-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ IBM System/390x Details
fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ PowerPC 64-le Details
fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARMv7l Details
fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
fastxlsxio-0.6.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.12+ x86-32 Details
fastxlsxio-0.6.1-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
fastxlsxio-0.6.1-cp310-cp310-macosx_10_12_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.12+ x86-64 Details

Total release size: 108.2 MB

Release files / fastxlsxio-0.6.1.tar.gz

Download URL fastxlsxio-0.6.1.tar.gz
Size 49.3 kB
Tags Source
SHA-256 checksum
How to use checksums
bd387866c518c17e1f2f05380e337e5bd1f5f23ddda1197fe8d29b9b68bde2f7
BLAKE2b-256 checksum
How to use checksums
2c3bfaac85a4bfc0a50e8e1879678ba0b3702ffb0c8749e9eda44ba681fd0588
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl

Download URL fastxlsxio-0.6.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Size 1.4 MB
Tags Linux musl 1.2+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
019537225062cc33059e2ace2cc0c906c946c3ab9a721e7bcb017613bf88471c
BLAKE2b-256 checksum
How to use checksums
4eb72ff4eb34614f14e4fd6ad7ec23f6259cfc1c66e5621a5d00e4869616fd6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl

Download URL fastxlsxio-0.6.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Size 1.4 MB
Tags Linux musl 1.2+ x86-32 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
dc7f8052e6c34eaccd0fb390e4fb7e57853400d2ee7c89c18a0ba9f4e21fc3b4
BLAKE2b-256 checksum
How to use checksums
f06d8cfabb43f0ba301678aab59a22368f5c85203fc8f756c9f1ad0c678159eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl

Download URL fastxlsxio-0.6.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Size 1.5 MB
Tags Linux musl 1.2+ ARMv7l PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
5dc2b04691d6f81646bc20b269f1f423184c28b7de6a218d8b9af444df9285b6
BLAKE2b-256 checksum
How to use checksums
7b9743cf760fcb0ee79b4deda5f62abaa4c0c641e579c6a4a771eb09c994d255
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl

Download URL fastxlsxio-0.6.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Size 1.3 MB
Tags Linux musl 1.2+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
ea0670975701c3b49cb12f973cce23e4efe0116341b7fbc39ef078eb2f2edbad
BLAKE2b-256 checksum
How to use checksums
7e80b599706461350ae738d7404f5c2117782d2e873e6949876ddcb1e477cf98
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
f27059535b7ce7ae48cd3e2738fa8f67f5a2912929e7d6fd8240f01361501166
BLAKE2b-256 checksum
How to use checksums
1e221dee83cafba7d0083874e18ab193bea287ca79604fa356ba5306a6b0ea56
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 1.3 MB
Tags Linux glibc 2.17+ IBM System/390x PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
eb6ebcc8051cc437ad35d933966ef45ca349c428973b39ea63ac78b77965add4
BLAKE2b-256 checksum
How to use checksums
2634f12cb831485e5ddfe607acc7a1c12b8e4093c2287d351de6abd8a2bd6cd5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 1.2 MB
Tags Linux glibc 2.17+ PowerPC 64-le PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
e2900c28781396602d0c47d6fbbdb5e8495f5046f10ac32476e407d031b87177
BLAKE2b-256 checksum
How to use checksums
90607bd54ac4e8192a32fd5e5545b64b42160c10f1c16be7f225e59e8efb0857
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 1.2 MB
Tags Linux glibc 2.17+ ARMv7l PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
78354d77846009eb97956074bbe9a18554b5aaad1cda3731be9b99fb7f37123c
BLAKE2b-256 checksum
How to use checksums
3d18b36e7cc400fa0239c12af944a27202babc9f93fb75436bbc803f2cefafb4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
8ecb745c815e6ba85b4a13cf390bccc81c2c606be434a4c18161149fa669f413
BLAKE2b-256 checksum
How to use checksums
0fec6aa0a0c2b971b86399895238e53794eeb4b2b97e846dd0e3271a80eda218
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastxlsxio-0.6.1-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Size 1.2 MB
Tags Linux glibc 2.12+ x86-32 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
3931fffb1b6bd955ac754ba2c9035ded5e6b87a054992b97b0a4f182672682b0
BLAKE2b-256 checksum
How to use checksums
d6aefc4118f7c1b11e87017944ddf587f7bba8b2d910ea2c80799edef7c23c25
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL fastxlsxio-0.6.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 1.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
5437c0c62ba1f2a41973f1eea46acb70234846b23e147342ae6f9c1188313e5b
BLAKE2b-256 checksum
How to use checksums
dc6939c43c7303d57eba2ecc6bbfc87a2d2f5b86e84f39e20a17be7f7ab6b726
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314t-musllinux_1_2_i686.whl

Download URL fastxlsxio-0.6.1-cp314-cp314t-musllinux_1_2_i686.whl
Size 1.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
2eef5ffe22f716f970f4dc277f7ff9beb5d0cf9f56dcb70736a33ca592d62461
BLAKE2b-256 checksum
How to use checksums
f012a081f18a458fbf3227fa60a718f5719ced2748a77a82ded874431899f562
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314t-musllinux_1_2_armv7l.whl

Download URL fastxlsxio-0.6.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Size 1.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
2b44ba35b655cf8f655873444db98308ff7fc09acab09854b1105f94a153aa45
BLAKE2b-256 checksum
How to use checksums
b360b39902a547efe685ca6b27f807714990d078c75fa6e9232a276656d511e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL fastxlsxio-0.6.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 1.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
bc85541bbff30ba856dbb3bf88ad8e8a15830cd485edf717e1bc41cd10a4f51d
BLAKE2b-256 checksum
How to use checksums
bb6ef58008aeaea811f0a088f3236f2ce4c9e156605b570f212996927b34004c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ca5f2d2b541bd6c20f7a22092746fd3066f0a73fbfcaf595851ae2304be07215
BLAKE2b-256 checksum
How to use checksums
d4d5d51e1f1eb312f7d663b08087d6da5dd91c66437b65d4be65759a4e1cb23a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 1.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
ee0a189df3ea1ecabe83d8ef4ca98f73975b3731fefec75ed75b562b2fb28a58
BLAKE2b-256 checksum
How to use checksums
83c75addc16ab2186f63b9fe4d0e30094b00a3c6a5fa906010f55b2a499ef5cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 1.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
841c96bc06774683ce15647ba0e603b2ee70d9b19a921903901941bf3a694a3b
BLAKE2b-256 checksum
How to use checksums
bf32f0e23e667c58d56c5b6bad10a3f73c4f29fb41e25ac74c043f0df72112bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 1.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
57d6a41ba83743cb8f116da6909e1643cfba139e379f20a9c5afb26cbf4764bb
BLAKE2b-256 checksum
How to use checksums
054bdba4918ae3809521da8c96058506b627d54744d3e4eb0da18fee893d6c1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
38964b5500fcbf265ade33e1b70f43b195471a60ec90e48afb965bc9c570b375
BLAKE2b-256 checksum
How to use checksums
682287626af52a64ed4becfac6b8ccab8e650740452d23178796ef5580b07314
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastxlsxio-0.6.1-cp314-cp314t-manylinux_2_12_i686.manylinux2010_i686.whl
Size 1.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
d7da83744a7855137090863eee950993c8068384841b6e5dd1c475454928726d
BLAKE2b-256 checksum
How to use checksums
f683829356ea96d891ba9b2b14595b23c5508fadb57cffc1f9eadda7cdc38e40
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-win_arm64.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-win_arm64.whl
Size 988.2 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
53f29b818ca4c8e39eb6c98743896c79b68cd0601366401be86033edf26d298f
BLAKE2b-256 checksum
How to use checksums
f6c0003cf84d54eb4d607aaf02fe51eadc52d5a0271bcf777a58b52bb4dd5497
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-win_amd64.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-win_amd64.whl
Size 1.1 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
90ecf4c5a93a1916b29ee28d3b090ce6d60639530c316febaf5a83788e1be9a4
BLAKE2b-256 checksum
How to use checksums
643c87ca9888a50ff3e407274d19fc240da7152fe9d41ebe4e3ffa37ad76ea4f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl
Size 1.4 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ff785eea430faacb59087e2b4b861f96e6f616c688be499767fa5baa484d7ebf
BLAKE2b-256 checksum
How to use checksums
11cb05fda612977cf44e18a53f30d373db151445e100c07a4617da53300271be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-musllinux_1_2_i686.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-musllinux_1_2_i686.whl
Size 1.4 MB
Tags CPython 3.14 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
213fb5a554094cf3f47fe6b62fb37d93a1e52339cb0cdfcc2a6ce974ba6014fa
BLAKE2b-256 checksum
How to use checksums
1b1c2402584d32cef36e21cd8b07384dc74ae1d23f6d3e7496c583feaa2f3401
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-musllinux_1_2_armv7l.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-musllinux_1_2_armv7l.whl
Size 1.5 MB
Tags CPython 3.14 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
75bcf6a151d73daebd5eb068dd764897168b5bb737a5336c643ac4c4217c6932
BLAKE2b-256 checksum
How to use checksums
6fa929ff5d35dfc21a2c5330f01b06cb1702a26088e213af4ad8e5b8df26bb2d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl
Size 1.3 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
c52c8fd409b8921cec82a3e5e1908178e1d06c699beb8ecd010b28ff8fb0e403
BLAKE2b-256 checksum
How to use checksums
5d52083d81daadf18760643378553c8d30298839d3c89d7ea470cd541383d2f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
372f0eaa3cb936ff2cd7648c7cbc217bd29cdbcaa90f0b635b7159ddc39e35e4
BLAKE2b-256 checksum
How to use checksums
de82baa5338a9c1c3bb4c50d4a0157ebc7aad19f2a9c9c5472a59c979fcf1d61
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 1.3 MB
Tags CPython 3.14 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
7f685876611f5d591f6acd205312d7715ccc252e445b9bda0ba1597b452d550e
BLAKE2b-256 checksum
How to use checksums
6cafb67b2127da2cb8cc66d5f3f2f8af538b097b5b7c153be2994520192c0f7a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 1.2 MB
Tags CPython 3.14 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
da340d9b548b1a9a9b45db7247253d6bf51f94619c88bbca545c92768cef2b10
BLAKE2b-256 checksum
How to use checksums
238da0ef3bbe7c8b78ccfc0ab7eec9880e3304aad14221fe479af11f362f9c57
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 1.2 MB
Tags CPython 3.14 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
d6364834479ae12e907ee4a28d4c63746b8c8185e6dc3360af9bb6412ca6c29d
BLAKE2b-256 checksum
How to use checksums
25cc8d055ce2db32138b5d82703e6121eb2a574423c3e8a0dd25d7eb2a7acd4a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7c3f9353a7130fb3f742f047aacf441de62fd1347ccf68b5cfee351b021638c1
BLAKE2b-256 checksum
How to use checksums
673fffa59ea14e93e8e73ace5d2081b7f543deeae39b47eaee0e32b6c8430f00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl
Size 1.2 MB
Tags CPython 3.14 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
6103c430558e16fb95b0bb541a14f234c3a5e6b56b46157e360b83fb27de72df
BLAKE2b-256 checksum
How to use checksums
44f678ffa06617d157f96071243447d5c6245fc9f0fc89f17b2a6ec40de09c83
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-macosx_11_0_arm64.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-macosx_11_0_arm64.whl
Size 1.0 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
5b66bef3282c27fac52ebfc85a2c005247297d88ad8ae07f64ea1601fa7310c0
BLAKE2b-256 checksum
How to use checksums
c9bc8f2fe2bad9a6884a762444d7b1bb75041503a55253fbc522f7b2f3f1da58
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp314-cp314-macosx_10_12_x86_64.whl

Download URL fastxlsxio-0.6.1-cp314-cp314-macosx_10_12_x86_64.whl
Size 1.1 MB
Tags CPython 3.14 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
0dce58f306e761afdf800ee41a69b70e27e263b66950509a8904d92355e7775a
BLAKE2b-256 checksum
How to use checksums
8efc975e4f62b2b6afa874b7295c1d5a9437cd963bdaf987e6287bdd0b732581
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-win_arm64.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-win_arm64.whl
Size 989.7 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
ccff62563394b7288bc298167daa315e5601838d8d6ec3819714f711012af076
BLAKE2b-256 checksum
How to use checksums
bf2fa914a95b9d746c14388d951cb59a058f2a1b0fb2393fbf5ef986ca5a53c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-win_amd64.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-win_amd64.whl
Size 1.1 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
5def2ba248cb3aa3269cec0fcb946dadbb3171d230f7017f7852812769dbf901
BLAKE2b-256 checksum
How to use checksums
17a59e9f4310bb64aedebce4f8420e07d91fad20407482bb6f0f665b594ce496
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-win32.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-win32.whl
Size 1.0 MB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
f54b8f861e0af00e34ce9a57bc5e5ab20fb1622c76c9e72ad8d2bc36f6f481d8
BLAKE2b-256 checksum
How to use checksums
794540347a79bea8d84edf4f92f63112fe591e78ce8650a863dcc3e89ecf7b3c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl
Size 1.4 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
7130a2195fdb94d191f8b657fb703964d14e7fb84e683f25238404b839992c62
BLAKE2b-256 checksum
How to use checksums
8ccb2c8e8342fa184738545d14908b0891bf37ac7555ea2593022131c3ace8a9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-musllinux_1_2_i686.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-musllinux_1_2_i686.whl
Size 1.4 MB
Tags CPython 3.13 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
732d47b9f3aa318a027aa361ce4ddcfe996c15cb4e000b64a07996d769a7f1b5
BLAKE2b-256 checksum
How to use checksums
ed72b04191898effd25d325a6358411dea225475c5fa107661a42bd56125a6cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-musllinux_1_2_armv7l.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-musllinux_1_2_armv7l.whl
Size 1.5 MB
Tags CPython 3.13 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
80788fdd7ce488125ef38cb2bc40ea930ab178c9d2b2a02060a7a3fbde6c0e38
BLAKE2b-256 checksum
How to use checksums
942204acc4e5b216ee61f682dec9b2c869f0562fbb1654a1e7cc9f427f7ab4e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl
Size 1.3 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
882aee84e4e3eedaea40e934619e94dfc70fc3749db008bc613187d90f6b60ba
BLAKE2b-256 checksum
How to use checksums
ada9095991d7851d65f55fef3aa3f55021c843dca8f7b70f4d6989f4ee20c52d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f3567e717d4af53bbbfad73dee37dbb3da5498de83363330a49a273ac7811cea
BLAKE2b-256 checksum
How to use checksums
9320d7f24f39ff1f13a372475eea9880a0fcaaf58191f609a94a4f6fb30e265c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 1.3 MB
Tags CPython 3.13 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
02798094fd8ac931e4421b28cd1db184fedd24052fd4731ed68f80d544fa9499
BLAKE2b-256 checksum
How to use checksums
59ccad0e02ed7385fb173afe7ff77c5cd5c88242ecf7b32901720ceb35603a91
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 1.2 MB
Tags CPython 3.13 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
338616f240ae8b4bdda4e26bca793a57435ad43e428aae8713104eeb14b697bc
BLAKE2b-256 checksum
How to use checksums
3a47a3c3ca878a5a3c8ee190346b25deefb7921512b2d4853710a40de9a4b9ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 1.2 MB
Tags CPython 3.13 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
cecd558ea8fada613f4dbb6434d63e27d963c1d0fc3b2d62febd44537a583734
BLAKE2b-256 checksum
How to use checksums
5f2c6694c1c71480940e8953ec3d3ef84624988597bfb5a362448b17570a7afa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
654dd1b8a70fd9ca01f4a32c79ab09d5a4a9f7ad265b3131f8336bacb6d40176
BLAKE2b-256 checksum
How to use checksums
33f51199a7baf409812b7a1d2dd2fd4b320dda7d5e276bb961b259a2ef772ead
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl
Size 1.2 MB
Tags CPython 3.13 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
203256a33a0d24ec6aa8986d05e61248d21542bcbe922f316cfba650629515ab
BLAKE2b-256 checksum
How to use checksums
2941155dda949c18a18808999aeaf767b49c8b9b0ee0f33729906fcd543b85c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-macosx_11_0_arm64.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-macosx_11_0_arm64.whl
Size 1.0 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
b12fa99fd72ead02be1166d5efe16c8cba56a76fb4415b086a7355016d9dbf13
BLAKE2b-256 checksum
How to use checksums
81fcd1afeb40301929f58bae20abe1ae23fb8098b815bc49cb3b29361a891909
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp313-cp313-macosx_10_12_x86_64.whl

Download URL fastxlsxio-0.6.1-cp313-cp313-macosx_10_12_x86_64.whl
Size 1.1 MB
Tags CPython 3.13 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
947d85b4a1a7d3cca7df532da6d595f893207d5c530c9a470c846083f2cb26b7
BLAKE2b-256 checksum
How to use checksums
8d5a83afb8e7e19a42663380aabfd32ec7007b86cec470181e808a039f668e50
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-win_arm64.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-win_arm64.whl
Size 990.1 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
38fa6ec77280e6d80bd03a25d4d4f8839cff69daced54e8a1d30b503e62522cd
BLAKE2b-256 checksum
How to use checksums
8d1d16ee049e6526ac0b3080b73b72d7a1457308307634dae4a8ae89f85027bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-win_amd64.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-win_amd64.whl
Size 1.1 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
7ea602af6b212d07733f7449139884d2eefd64bb8d2af8dbc16c64940be0564c
BLAKE2b-256 checksum
How to use checksums
4c9d9504f1cc5066bf861f8eaecc5d8af66c63e4c6358e4d7696f3302ea3b775
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl
Size 1.4 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
d4000af2edd554ac9a4f5579fdf1a222a94867eb2719a5a4e61e73b14f454269
BLAKE2b-256 checksum
How to use checksums
c2a525c0008e135943d9d8b6b98b90acd4255bebd43b7a00325ac6cd687d4415
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-musllinux_1_2_i686.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-musllinux_1_2_i686.whl
Size 1.4 MB
Tags CPython 3.12 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
d51682271d3727048cdf0a402b7909115dfad96d54f51557029e4c1c64408c3a
BLAKE2b-256 checksum
How to use checksums
d21ec42b2e38b3f8a14cd8134381addccc9097df232f41006c4ce4291de59420
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-musllinux_1_2_armv7l.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-musllinux_1_2_armv7l.whl
Size 1.5 MB
Tags CPython 3.12 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
a967d84bc96379e03029fbed7c4e8740b525b98ba2e7c211514f9cd2d7ef6188
BLAKE2b-256 checksum
How to use checksums
370e898a6f11579d768923f4a9695ed0fa8c04896dcc395095d5c5fd93828764
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl
Size 1.3 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
82f82943fa31f7ffff451ffeac6fd62a4411ca02247e95a394ba52b4b092bf75
BLAKE2b-256 checksum
How to use checksums
16fd6a53759ec20d58ffdab71d3d2efdadd9d8e3a9b7d24839859d0cc4da60a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b8be21c418d095ec1c08021a15f35530cba068ba2ccaf3abfb5b6d8b0527048b
BLAKE2b-256 checksum
How to use checksums
bce41ed9dc0b5812cde9ccde0dde32496bfc4f4c175a45c6c19cfb1ecad2def1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 1.3 MB
Tags CPython 3.12 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
7b1ef5867cbd94d560348186c68100808edf530d09be41b6629f14549d8a0954
BLAKE2b-256 checksum
How to use checksums
0e18b6aa5a26e8ad015c41583e3e07cb20bf570e1ac956da5eaa529b63a231e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 1.2 MB
Tags CPython 3.12 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
6bd7304aaa313105ea6ebac62ad736d3066209225480a8af2802e5b8b5a2105c
BLAKE2b-256 checksum
How to use checksums
52f475d12d73ca6de6001c95e21a18ef57fedb7ae97e6f2fe39f7c124adc56b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 1.2 MB
Tags CPython 3.12 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
b034e9ce1bf457906de3e2a20b846a4573025046915dd21fdbd1f8467bf17489
BLAKE2b-256 checksum
How to use checksums
ce43787f4c4ba8d9617c6f0a3a15050b3aec675383b4ee550978cd36aa0e6677
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
279f808d3c27d0263bb9cd01dcba2e55a16304769e3c0a83209fe2c2ad4e24ce
BLAKE2b-256 checksum
How to use checksums
9c58d39c9eefc0c2324e44553e7240d8632ad2d5c4777fd2d8dcc3cda31dff0d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Size 1.2 MB
Tags CPython 3.12 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
f90b6495b78d1dde1f29fea443cef6c2cfea0db120b8d34d0a8dee85114e2ed8
BLAKE2b-256 checksum
How to use checksums
b5cfc579b838613d75a4b9b156399deed04eaab2e1ff748fe43858c7b08e1690
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-macosx_11_0_arm64.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-macosx_11_0_arm64.whl
Size 1.0 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
23dc47abcfc21c33f9a7f078ddc8d478599221562fedb9684a21f2721eac3628
BLAKE2b-256 checksum
How to use checksums
3ab912141859218de7c294adfca981bc0466ea074f23b10171f2e6032aea6237
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp312-cp312-macosx_10_12_x86_64.whl

Download URL fastxlsxio-0.6.1-cp312-cp312-macosx_10_12_x86_64.whl
Size 1.1 MB
Tags CPython 3.12 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
fcc354fec3e0906d024d917112bf3144cf8d8731c86a03c5dd9524f7f09ab9ea
BLAKE2b-256 checksum
How to use checksums
c57b442d120fffc11cce13c9063c12e32f982e2914dd846d2d0a6574f830749b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp311-cp311-win_amd64.whl

Download URL fastxlsxio-0.6.1-cp311-cp311-win_amd64.whl
Size 1.1 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
c4e444aef7aa06c6fdbc502f8fddc05d84b8e54610bffb0a7a1b3e0d8a2adb6b
BLAKE2b-256 checksum
How to use checksums
231fce5d6d4d0b4aa6e86ad6c01bb72d4c34e5fbae42251d848c7446a8e950a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL fastxlsxio-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl
Size 1.4 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
4b7c995e06595ee7f729cb7c8d45f36a1230665709e09b63d273bbeb9772c61d
BLAKE2b-256 checksum
How to use checksums
cb8638619982679782127a8898de37c95896ce41a83bb031ecda71fa7d864a6f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp311-cp311-musllinux_1_2_i686.whl

Download URL fastxlsxio-0.6.1-cp311-cp311-musllinux_1_2_i686.whl
Size 1.4 MB
Tags CPython 3.11 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
c300252d7aff3a80e4f73dee401963f191d0b5fa43929c9ad43bed9d35848200
BLAKE2b-256 checksum
How to use checksums
e2fa6e9d7e79e2ce1f7bc3b1066c2ec344a15bc12707b82d483338f11de1bd86
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp311-cp311-musllinux_1_2_armv7l.whl

Download URL fastxlsxio-0.6.1-cp311-cp311-musllinux_1_2_armv7l.whl
Size 1.5 MB
Tags CPython 3.11 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
de3d09513cfbf9e5f4ea1907837246a3dc3d70ff36e758969518ffb35b3990ad
BLAKE2b-256 checksum
How to use checksums
c929ccd97e4fac4c1302e7159b18a30f472e7dafcd638f959172d69c2fddf637
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL fastxlsxio-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl
Size 1.3 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d169e510a6f525c8fed87de8b9fbe7179c7a60a2ddb324027633402aa8477291
BLAKE2b-256 checksum
How to use checksums
1cfa5a2b536c104aa3bf3f73255cccaf536942c267cc6af34de124e080c8bddb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
687b43e7f55d2013d5033d8d4fe8b79035fcb1e9e704a34b45e247f561d4c205
BLAKE2b-256 checksum
How to use checksums
3cc5c52ad450fd0beab472220182afe6b25c37adddc067a013e63c211a2825c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 1.3 MB
Tags CPython 3.11 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
8d713cd5fede6b2be29745635e745ce1a5fd682c4708ae990a8c191a79469271
BLAKE2b-256 checksum
How to use checksums
da5e692a8ac969940dd4b88b8023afe069361b9b3511b6ca53c2e9a9dacbc24e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 1.2 MB
Tags CPython 3.11 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
950f713c20e77dd46131fc79e602b0f258ae2cff85bb2b29f1519ff6d24a4d47
BLAKE2b-256 checksum
How to use checksums
63dedd0e79857c2ed8537c1291b1b1130daf2d3a779e93d585ddd0153d29d61f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 1.2 MB
Tags CPython 3.11 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
a0abf892d01b068d2298013f316e2077ca413d0cead0f829c45ca31c06f1713b
BLAKE2b-256 checksum
How to use checksums
87f1038dc70872fc06f466b5a09fa5579407fc12bc21cd6591c98b4c893435bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastxlsxio-0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
cc41c9b2b7493981a11131ac55c0796a97cc0412d4509e2c832f9fd6cf2c70ed
BLAKE2b-256 checksum
How to use checksums
5f3be2c8659d7b99e796417602665f744e7b90a5667dfe55f21b336c6354e943
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastxlsxio-0.6.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Size 1.2 MB
Tags CPython 3.11 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
b3911e5e25f469daee69a20487da0a525e84fbb266b070dffcdf2a020236d7a8
BLAKE2b-256 checksum
How to use checksums
c0e0a2f8bee38e949f40505057455c9ccad732807346865bb0991f178c4ac331
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp311-cp311-macosx_11_0_arm64.whl

Download URL fastxlsxio-0.6.1-cp311-cp311-macosx_11_0_arm64.whl
Size 1.0 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
00d2b64e196567077cdfb7b8cc7860d6187f6089dd4ac2a6f3e1b01cc6ac77f6
BLAKE2b-256 checksum
How to use checksums
f46e848f9244cfe8afa518a320d26a27d862f82d55908e7bfbee61af97ec1f19
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp311-cp311-macosx_10_12_x86_64.whl

Download URL fastxlsxio-0.6.1-cp311-cp311-macosx_10_12_x86_64.whl
Size 1.1 MB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
5d1fb97bf296a3e0ddf7eb7fe694faeb7c86ad59057913161ce9adaa8467de84
BLAKE2b-256 checksum
How to use checksums
2e2340ca54371384d180ef9e9c44d15d50078af1ec251fe232c8337074900210
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp310-cp310-win_amd64.whl

Download URL fastxlsxio-0.6.1-cp310-cp310-win_amd64.whl
Size 1.1 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
962a7ad099ac7531a1a2a3e4ed05cb0dfb12ae2eb61b31027714434c8edfb10b
BLAKE2b-256 checksum
How to use checksums
c0b8cef6e60b47a0ef2e4c819a46db682dbf24762d4965098c55a2f88799c6ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL fastxlsxio-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl
Size 1.4 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ff049008eb70d297b9b2ee6c6c7c213e8dab4462af01c6133fed8706bfa185e5
BLAKE2b-256 checksum
How to use checksums
1642d4e44e28e60903cc0c944fdff51de6627d0771ba8eb003251195a3d4eb1b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp310-cp310-musllinux_1_2_i686.whl

Download URL fastxlsxio-0.6.1-cp310-cp310-musllinux_1_2_i686.whl
Size 1.4 MB
Tags CPython 3.10 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
d88c85378b0ec8e531a6ecdc082623d82535b6099a48d2c61475e0584a9e8f74
BLAKE2b-256 checksum
How to use checksums
705a2a92ce5492bcabc321783ab4ca61ecacfa7a8e37e51fe3b8fd4f1b7e8073
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp310-cp310-musllinux_1_2_armv7l.whl

Download URL fastxlsxio-0.6.1-cp310-cp310-musllinux_1_2_armv7l.whl
Size 1.5 MB
Tags CPython 3.10 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
7a9886749f16a2fc9085d774aa69c13185414debe1e87b2af2fe35eba0b99aae
BLAKE2b-256 checksum
How to use checksums
01e97d24ded88100a055720245036211db5b96b0bb34100381c296df9294e71e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL fastxlsxio-0.6.1-cp310-cp310-musllinux_1_2_aarch64.whl
Size 1.3 MB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d54742c5deecf1917f1b32f5edb8125dd9dd27b437b40d6808028f10b58ac29a
BLAKE2b-256 checksum
How to use checksums
66af02e917efcdd28fdf31e22e820372fa147f9326d5b2cefe48e03e5ac21f24
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
6b147033c90e73dc4c60db23be0c089c253dca0dbb3c1a241b6db7ea68ac391a
BLAKE2b-256 checksum
How to use checksums
7bfe553a9ec502c140f599d0fcc665571e67acb24a1b0ef911358963a621aafc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 1.3 MB
Tags CPython 3.10 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
df230ec64af1e1f5d755a163af72364aae5cb80e3d9cdb6444f6ed6d958288bb
BLAKE2b-256 checksum
How to use checksums
9e2b094a322393b4a28c944a0fd61087dd1d5e1430fbf34dbbc788fa4bff7b9d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 1.2 MB
Tags CPython 3.10 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
c49ecf0341bb720b6064a2fe152086a64daf89b0bc8f68833ed7629ae23da1a4
BLAKE2b-256 checksum
How to use checksums
f732bf9fcde44d7d70c318be2bc6841679ad8f8fd01a2f3abe590fab09e4f00c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 1.2 MB
Tags CPython 3.10 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
1c21211613f3c2cfad14c83bc22ca6e743697201ed4d7135b526be04b897ac8b
BLAKE2b-256 checksum
How to use checksums
ad77654499d679c482125bb796ac909594b7c70bb3e55022f3568f111ab3d49a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastxlsxio-0.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e2f7ad3017e9cc3c5f348715f54ea96298b76e6111a0d0f5193b5877c13bce97
BLAKE2b-256 checksum
How to use checksums
e94826e592dd114247b02dda08658e521555ba54c18cf6bce8d8267ad48ad1a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastxlsxio-0.6.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Size 1.2 MB
Tags CPython 3.10 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
3807416d5440298d482c9c0e141d3dc56643ad51f3eabb5c28b98c4dc0a23630
BLAKE2b-256 checksum
How to use checksums
2ff16d4e90a2e9be7999e0576a55a971d035ad0eb4104126ed5373f1c09e31e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp310-cp310-macosx_11_0_arm64.whl

Download URL fastxlsxio-0.6.1-cp310-cp310-macosx_11_0_arm64.whl
Size 1.0 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2aca26282b8b414a12f6e7c758bc87e80c24d2b6634d9447e7cd9a9fbf09ab19
BLAKE2b-256 checksum
How to use checksums
3d57fbd475aa59e1957d14200e4fbc84fd8ef166ef7a0153a7aaae06e42d47c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fastxlsxio-0.6.1-cp310-cp310-macosx_10_12_x86_64.whl

Download URL fastxlsxio-0.6.1-cp310-cp310-macosx_10_12_x86_64.whl
Size 1.1 MB
Tags CPython 3.10 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
3a7f8da528b10647b0553e97497779bbf0ae60e392fdc17d18034c293d039e9a
BLAKE2b-256 checksum
How to use checksums
5a4882ea853b130ba0a3ff2d336030b15e5763fec03c1332b5df3f2a140a950c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release history Release notifications | RSS feed

0.7.6

59 release files

0.7.5

59 release files

0.7.3

90 release files

0.7.2

90 release files

0.7.1

90 release files

0.7.0

90 release files

This release

0.6.1 This release

90 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page