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 not supported. (merge cells and formats supported only for write ops)
  • 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.7.6

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.7.6
File Size Uploaded
fastxlsxio-0.7.6.tar.gz 52.1 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for fastxlsxio 0.7.6
File
fastxlsxio-0.7.6-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.7.6-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.7.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ ARM64 Details
fastxlsxio-0.7.6-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.7.6-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.7.6-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.7.6-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.7.6-cp314-cp314t-musllinux_1_2_i686.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32 Details
fastxlsxio-0.7.6-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
fastxlsxio-0.7.6-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.7.6-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.7.6-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.7.6-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
fastxlsxio-0.7.6-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
fastxlsxio-0.7.6-cp314-cp314-musllinux_1_2_i686.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-32 Details
fastxlsxio-0.7.6-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
fastxlsxio-0.7.6-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.7.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
fastxlsxio-0.7.6-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.14 CPython 3.14 Linux glibc 2.12+ x86-32 Details
fastxlsxio-0.7.6-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
fastxlsxio-0.7.6-cp314-cp314-macosx_10_12_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.12+ x86-64 Details
fastxlsxio-0.7.6-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
fastxlsxio-0.7.6-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
fastxlsxio-0.7.6-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
fastxlsxio-0.7.6-cp313-cp313-musllinux_1_2_i686.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-32 Details
fastxlsxio-0.7.6-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
fastxlsxio-0.7.6-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.7.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
fastxlsxio-0.7.6-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.12+ x86-32 Details
fastxlsxio-0.7.6-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
fastxlsxio-0.7.6-cp313-cp313-macosx_10_12_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.12+ x86-64 Details
fastxlsxio-0.7.6-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
fastxlsxio-0.7.6-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
fastxlsxio-0.7.6-cp312-cp312-musllinux_1_2_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-32 Details
fastxlsxio-0.7.6-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
fastxlsxio-0.7.6-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.7.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
fastxlsxio-0.7.6-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.12+ x86-32 Details
fastxlsxio-0.7.6-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
fastxlsxio-0.7.6-cp312-cp312-macosx_10_12_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.12+ x86-64 Details
fastxlsxio-0.7.6-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
fastxlsxio-0.7.6-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
fastxlsxio-0.7.6-cp311-cp311-musllinux_1_2_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-32 Details
fastxlsxio-0.7.6-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
fastxlsxio-0.7.6-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.7.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
fastxlsxio-0.7.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.12+ x86-32 Details
fastxlsxio-0.7.6-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
fastxlsxio-0.7.6-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
fastxlsxio-0.7.6-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
fastxlsxio-0.7.6-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
fastxlsxio-0.7.6-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
fastxlsxio-0.7.6-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
fastxlsxio-0.7.6-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.7.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
fastxlsxio-0.7.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.12+ x86-32 Details
fastxlsxio-0.7.6-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
fastxlsxio-0.7.6-cp310-cp310-macosx_10_12_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.12+ x86-64 Details

Total release size: 69.9 MB

Release files / fastxlsxio-0.7.6.tar.gz

Download URL fastxlsxio-0.7.6.tar.gz
Size 52.1 kB
Tags Source
SHA-256 checksum
How to use checksums
aa2609d7140f4f6ca2c15105f57238a62e46f03779853d2987604139118a9e9a
BLAKE2b-256 checksum
How to use checksums
0c2d4fb6ca9b0df21eaf0ee258a53f4bd5af7f7464d70d908b244531c50efaba
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
87b8060ce15baca92c97803a6891782e18e2055e75e5bbbbfa13f86094f78011
BLAKE2b-256 checksum
How to use checksums
2321cadfbe1f49de5b879b610d852ca13edeba8873a2394d5bcbc99ed9d30bb3
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
0ce80d5748ab35c3bac33e56c96b15e75a32b7d74f03c1b7b75208cbc0a58258
BLAKE2b-256 checksum
How to use checksums
f7716999fc249043c727ac79b96b3978c22b88030fa1b9ba7a529ce2599f0586
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
aea2b6181c721a49b650f858c1759e5c31bdcd5f38dacd0e320933fd5ddf19d7
BLAKE2b-256 checksum
How to use checksums
5a390ac727bfaaee307a28758b9064cbfb3cf7f44b801aa78f3e45175a31be54
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
308ab3e28c2a0342f7dbafd338118635921cb54e008e41c56c7039d40db101c3
BLAKE2b-256 checksum
How to use checksums
80ad068859b3e80ea1489b52d7c8d2e616c47f4280c0f36d18f39c9dfa4b013c
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
45fc77e76c925f459799bef947f93c6f52632426b2c6e5befc0fa4fc9479ed2d
BLAKE2b-256 checksum
How to use checksums
267b3d86d3255c312951a17505a28416993af026d00f65627e3bc351cc52a23d
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
7c93f866d5ba9a6ae9ddff0a4ee654284c28db09948aff1d88fe0dcf763b2916
BLAKE2b-256 checksum
How to use checksums
ff3f813ea617047a65da1869c97056ec6b25ad3d28e618adda384c4911ffef9b
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
00ad7ea6e1506613f905add863cd805a53fd63da70ce79d187f9a6e7e36e5125
BLAKE2b-256 checksum
How to use checksums
86c4b785d7b1e2ea6100923d80d7226151d7203ccfcb49b546e0cc37bb5751a7
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
bc75f90ee5261453454d74fcaf8ad4cc5b969c4dd9311935a01bf97aca4443f8
BLAKE2b-256 checksum
How to use checksums
8cfb3d5171fcc6c1776c900993317f6f7f1de5b59f0bb3025f9139e921f9de3d
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
edf2a3dd178679df45ba243d8bf673a8fecd24030e3313a2e82a6b2bf92af645
BLAKE2b-256 checksum
How to use checksums
efa48bf01030e948eeea2118a4881b2e092d30fd29882b803f86bb7a55609b21
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
310e4053a1821af52c54a0cbc840412ab58afa50e5d239cd11b5ea7c498d8d47
BLAKE2b-256 checksum
How to use checksums
937460d5977c7eee1350c7a9668297a41ac4c0f377b8d7e5d4f7e6e9d51294a9
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
4a38d50408921741e3e9c3ef825e4fb20203f4bbee37c611068b40d292ab4f92
BLAKE2b-256 checksum
How to use checksums
e5fedc9daf811d130b7d17370ecde6f4df89269b80bfa71ae01f53b3cc80b96a
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
7a6f56f2623118ad877346568a6298402c614db40940ae8ad6a9249d02dd79e2
BLAKE2b-256 checksum
How to use checksums
6564d374ff16a952f7e7830b150109d30c8441b299440395e6770c83080d2944
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-cp314-cp314-win_amd64.whl
Size 1.1 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
4d96f4c1cf1769db3df10dff73cf26951c7dbbe1f795e0906685ba32817cb6fe
BLAKE2b-256 checksum
How to use checksums
9eb1f705273f3a499a0d7b214d2bced168578cc12ad9da76a6c15f27c1b53835
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
b7a75578531fc5854663f4ddad464912ec0ffeb0da97f50d0f391f343c818c14
BLAKE2b-256 checksum
How to use checksums
f8152478ca15cee2af1c7f488f96c4a701238be62f35772b12214d652c901ae8
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
e33d84ee327af1ae2fe18bc30365bdec958f3a0bb4c58f89da911d9fd7df48c3
BLAKE2b-256 checksum
How to use checksums
38e94bf881b6396586e03229e5b0406daeaf6ed7d1a4679f86b0368477b6507f
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
03b98123cc78c4cd462620c3d6e419df78fa33af250f48fc45cbb0a8c02f5643
BLAKE2b-256 checksum
How to use checksums
6a340aa1e1aafd107db9f4a945a5c435d01bb2e76309dfa4b2a75914fa5ee76f
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
dd25db5d77adf24fda527720635d6e47bcaf9c16f93faf3fcd653274ae99816d
BLAKE2b-256 checksum
How to use checksums
9a794a37ea08d3307cbad3edf1e3187ba2e5f621f91d89da107f819f6e5de2a7
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
eba83b7d054a75b6b701f89196c1c4162d2f68f5fe997a727a888166fb801442
BLAKE2b-256 checksum
How to use checksums
7f12c7270cb68a1aa1f9eb1ba90805c3e587dec6110fd514416c915b6bb4a053
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
01a705dccea7f7287f04402ae7d6384118188aced9f63d6a829217a50691d485
BLAKE2b-256 checksum
How to use checksums
5ec585d28380a85fbf0e2cc7c0e3cc14320dd1a9e4dafb09d8174e1d1847b180
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
574c7e5664cb9736b769504eda22a406aa89ec0921e3ee230157bec20870716c
BLAKE2b-256 checksum
How to use checksums
439f85b8e2d7a1003aa9d9fa317a340ce9a9ebc03658739f34c3d1c30a3dea4c
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
bedf08dc52ed2ddfbc11dda56f923248d9d3f7002b9a235fbde2a17a1144b4fe
BLAKE2b-256 checksum
How to use checksums
6eaec8f55c3dd260c05cb847e475469d6ba57500dcb58589bd3750e6eaeb06c9
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-cp313-cp313-win_amd64.whl
Size 1.1 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
3df3a5e97cd35fa6c976dbff0a6b8b79edca931fedbe050348e13af5628ee3cd
BLAKE2b-256 checksum
How to use checksums
ec2c16f74152224bec9438b4ed70941d63e90d938a864dc0f8f173328b870266
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-cp313-cp313-win32.whl
Size 1.0 MB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
19ecf160223a4a1a6c050e90ff90f41ca7a0aaecd1fd3d743c65def91776fe10
BLAKE2b-256 checksum
How to use checksums
ff1f7bf2faefe4ae767e0fe4bbd3f2f4bf43a8b36693de9145961b3bfac089a5
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
9f8ad673012838453b44a693c21d696a0b52e6ed0e4a084e293d64cd22ec8766
BLAKE2b-256 checksum
How to use checksums
bd21feea11a16b717067d622a3d057197f07b1a119bc4788cde4732933c49586
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
395017aec32b4d3325b2cf263a8346c75551227f6e99ce712eb3b4e26551cb53
BLAKE2b-256 checksum
How to use checksums
efcf04af5bf8ae52ce1140effabdb3f52a7dcdc1464fd348d553cc6b438a4b46
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
ef689c8768d79882efb59b54117cdea670a613771ab15c97e3dc4289f653910a
BLAKE2b-256 checksum
How to use checksums
e5be70f406076d084c06c52facce56a0c34f51d669d392a7013ec358f755416c
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
14f63dace32222da23a0bcb465ed1c8157401ff6e6ca5b8c53748e60cdc2e095
BLAKE2b-256 checksum
How to use checksums
d2b69b51f89285db4e5ae88574660995a2887b093c660491ac6854315ca2150f
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
ca4033a30f4033721a0ac8a5c662c0edf3a50acb9e5e25ff092e5d548f806b07
BLAKE2b-256 checksum
How to use checksums
d904ca7825a5969deff0a88f0d841fbb68c1e787a1530634b0e5f2edbca25829
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
8bf0f94f411366e281c6473d081ef94cf928073bc1546a5b32256f29d36a5aff
BLAKE2b-256 checksum
How to use checksums
54616c24e30878aaef1999d51b15542fb497c0db6bdab1f48c9adfbd5e3785f7
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
43ef0b01270b25ad873b8584958906ad7c3fb4b6a906c5ed68345fd786b6a1a5
BLAKE2b-256 checksum
How to use checksums
ff709b1e7496a72d3f1ead84014643596d8923622c622dbaae8314efbf159693
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
0bcf791049772b4527399a59178d17405a666af559fe4c80c7edd58ca9f86ac8
BLAKE2b-256 checksum
How to use checksums
87e42470ab6a8d963fd43d61f871b9f6082a4a28ec8f6a73a5de9a07db51efed
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-cp312-cp312-win_amd64.whl
Size 1.1 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
0b2c0f7d309ad6f7b5f3d9cea69a446626a15d5b31e4705be48d91b3646725ee
BLAKE2b-256 checksum
How to use checksums
5dac8f0524e3e4fc92ff906bf542132aab9f1b510738869609651f25026783d9
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
651768869a7afde3209fcff07da0afc66d12a1a04af43713e6a77e822e28563f
BLAKE2b-256 checksum
How to use checksums
cb3fb06e3aafcd1c9105e0358c31e457e7ef8e45c832889806c6fe46eae78826
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
2dbcc936cb56532e1290b2f5bd75dce911ea49a2ceefdce95578912ab3aac1f4
BLAKE2b-256 checksum
How to use checksums
9774c4f7cfed894391452a6f870b8d6e63de5985da4f9423f65da106352d3a04
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
bcc41e29cf1f35f113fb2976defce3cf238877ff1bee21294e5aa2b44d809c5e
BLAKE2b-256 checksum
How to use checksums
eaad13fd9ff01662abecb1c668d761832854b8a591c0e77a9f8a214a521f55db
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
7c213c64aa26cce26324717ffd2b2cfc1e6091325a3922ee8a0fb7eb7f7d49c4
BLAKE2b-256 checksum
How to use checksums
183fcda3d1a0a510625187d20d863458d732b83b7fc154a44294431b16e47472
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
8ed0126817710f00344af0c48411bd9c3ca56788ebe9141f0d2c06c8a395da7c
BLAKE2b-256 checksum
How to use checksums
e1533c0922716d76936a48459d7d0d022d48770a5763a7d51c5d0222630272f1
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
5f9e98ea036ed5374ed2b66067261ac36097334b5ee320d6f6f2a7b1eb5888a6
BLAKE2b-256 checksum
How to use checksums
dcfcd00e2b7c8eba90c716c2a3c6d3670781d2288b3b3df98de0fae541960ea9
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
cbc3e154afbab5195837cdd9acb4a8d2160e255f3ba8dad56c4ad87ddbe79242
BLAKE2b-256 checksum
How to use checksums
2bf238d94efa1793428098474d5fcf43f963ff3203c5394d5e0a284cb36cb201
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
1ce9d828f80771ed982f968fb5b36e770e2752c3ceff412559de2030960e33f9
BLAKE2b-256 checksum
How to use checksums
530dbdc43b7b1e5b1541e84782c4a556f0f9265152bbf6f0ea4c5bc38dcdb0c2
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-cp311-cp311-win_amd64.whl
Size 1.1 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
0dd21e7f7b16b94fbc3caec3b9c6306ecd292076e53d6db35ed32a1480da7286
BLAKE2b-256 checksum
How to use checksums
8aea74056cfe0c50889bb6db18fabeae391f38ba0bf583b5c826afac24082831
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
da11ef159cc46a183cc7f1d23de2c2138e2d2aa64bc529eedbb086fe01e0a37f
BLAKE2b-256 checksum
How to use checksums
5f66760ae48b307338b7054293fafedc86034389d5b8aed160089f67d1a40ae6
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
6d06e124d633593c7633d90099cc0dd0c02250908f82db7da0dd24f4b638a872
BLAKE2b-256 checksum
How to use checksums
9b74f6c224d1b750d25538c6de18617272cd5c8028e4744e688b2c692cde7d33
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
ff72a5cff6cb8c49e38b0437945f74fc682a1a1cde98d6acf2e8156c882f3ff3
BLAKE2b-256 checksum
How to use checksums
22fe5f0e68356d719e46de3d2a47f65b7e8309718d139b6a82c126d7da54b4f9
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
d89ebd1b6b638961bf9ecc228e9c237afc33f6d98549d3ec268101e052326c74
BLAKE2b-256 checksum
How to use checksums
746c1b0e5f4989e3c200784a10a4b231b4419335fc839c1f968d2384635b3122
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
0feae2dc1addede45c0a66695592c5cfce1fd813bca557dd02f4beeec4636795
BLAKE2b-256 checksum
How to use checksums
c0cb637153ed7390c9b51e5b1d1790cc9185d16d6f9cca8ee476a1feca733c3a
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
1b952ac0f40535a4cae60968ebbb32828dfbf069fc9693ec1aa9687d3ddf33e5
BLAKE2b-256 checksum
How to use checksums
012636800dfde0d146a377513119cd3e7a9c07f433428bbdb3c9c2dc7ee1a209
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
f194a61355bab847291de06394c1e0b82010e7b5e6eb826d4288b7fdcbfe43d5
BLAKE2b-256 checksum
How to use checksums
d82da58f5585a29ff1ec5ff397355938759364bd419b2b626799e5f38949eb16
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
12a425f0da8fb0e8b3e07e2106c4ec4995ecfea09a8168500dc6e64f62275bbd
BLAKE2b-256 checksum
How to use checksums
cc7b7066a0afd28363f1cc0c556a9b57ef008dd030fe8e69631d50ab14886411
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-cp310-cp310-win_amd64.whl
Size 1.1 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
3ca23a3737d2f0225a556e16d38d0a40efd537c373777e7778fa20a7fedbcef4
BLAKE2b-256 checksum
How to use checksums
75dd67b37fa04aae7962371fbcb2412392a036ca3697ffc4c74d2c23e3680dca
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
b6517968825fb1e8b70003ea2a2051a2bba07d90d12dac2a2b134b6ff45f53bb
BLAKE2b-256 checksum
How to use checksums
cd7aa50c1eeaa3d9d4f2ea5b3acbd164a11aa0884074f6f2f18fe8eca8168f6c
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
ee4919440bee6fdfa2e63cdeaced68643485f31449f1f16606c81ad19c8e12cd
BLAKE2b-256 checksum
How to use checksums
be258002c8935bbb4d363794ecde5061c108810e9c983e97c625ff27de99cf1c
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
9b5cad780e6e0b1b4623e0d2554b847517102755f879a0ff15a534743793b010
BLAKE2b-256 checksum
How to use checksums
f38138374019a476a7c4d1382a95cb3eb541feae9a4c906e2ecf4d5d5da5e31d
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
e816572a7cb38a273d666ac206f5985805d8c139045717a1d1ca64ce44be7185
BLAKE2b-256 checksum
How to use checksums
76f9155d16d78fc6abc1cdb079fbdfcf4efdb9999f3f58c12700bd40a250bf5d
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
782bbc56518914793d44f85b31347b024d9ff0ed947855ea9f5e50ddf6308835
BLAKE2b-256 checksum
How to use checksums
04869e8d3114a346d717b9ea07e2f54f6f3c865581cda0cbd0decfc0e1da732a
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
7b48b0d9d4b4c1195cb3fdd60dd3685e7c0fd743306e59a62f7520f2a6fd8481
BLAKE2b-256 checksum
How to use checksums
71a30a9c4973129f4f09eec9ba8b98d83cc9316902e889d3185386473e745c09
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
fcbef7fe3d69f3955abf32316fde7ad86ff9f275584cb080776f7b766c5b863d
BLAKE2b-256 checksum
How to use checksums
e009c31ec4032ad8a50d969f3819079c00b758b2b8d4b1f17841451687e60968
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 16, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.6-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
38816bc68be04435782ed840e2b989b632a9471d62de3b69b5c15894dae1546f
BLAKE2b-256 checksum
How to use checksums
79067017df3eb45bb2c05815cbfdf80d98c608bbc828f6158037df91191b2b35
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 16, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.7.6 This release

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

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