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.5

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.5
File Size Uploaded
fastxlsxio-0.7.5.tar.gz 51.9 kB Details

Built distributions (wheels)

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

Download URL fastxlsxio-0.7.5.tar.gz
Size 51.9 kB
Tags Source
SHA-256 checksum
How to use checksums
c51c5d72a94ccbdf581d7945c0fa079fa23ba725b89ca0b69106ae92a19acb3f
BLAKE2b-256 checksum
How to use checksums
75ac4d7c37b44a894bffef5cfb651029f42bad91f5720c3f30710018780e1f3d
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
90ea04cbe4ff6e0da918739b57ba12179acc8f2db83b80bee95173f263e16089
BLAKE2b-256 checksum
How to use checksums
2dd985df77f30f19c0c42680aafd15300938b340604ac6b516c02ee3ef01bc18
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
a5d71efff7405f2d1cb39bc1bda60f83a9ed3e97c05a34454410c9d74a5c724e
BLAKE2b-256 checksum
How to use checksums
f4bff5118745d3aa56c09e71a76ac8228cbea155034010c8a0282c3c6b6cf7c8
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
f2255e7d5a8796b14cd633c0859b8e801d1e597a671f8329c6e356926aa9ac6d
BLAKE2b-256 checksum
How to use checksums
016804dc80ff4dd4478662dc9093ff635a19bb442cbc18427eac95b89f5906f3
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
42a745da2245c70a21fad3593d1a4fec0c88fb651c0be6553c36cdbb878d3762
BLAKE2b-256 checksum
How to use checksums
e08ea5f6fc27ff4daa5cd13811ec15523f442d00c7d2a8cf60bb376d2182a45a
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
61dbc217e95f8eb891a4dd82789cf1c4821e47eaa899a693e8ebdfaf3605269b
BLAKE2b-256 checksum
How to use checksums
3f80f34b1bbce2a35e01849c9a12b94e1b6aacf26f48477e0777488ecf50c04d
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
ef7d379b351ed8d1d26ff4b56a1d4dc6c2e823e27a98ab04bd5f8e011d13a92f
BLAKE2b-256 checksum
How to use checksums
ddad7defc4b78214b69bd60beed34e41402e0fab4d893ea944808a42832d6a6a
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
6e0ce4c826bcd84c41c87be9641960a4c2d4f68cd0f284924b2fb8813d57ff53
BLAKE2b-256 checksum
How to use checksums
e0b479495a8e3b43cc30d178dd11b1a059b64022900c58e76939ed1fd31b51fe
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
27d96629a70dd922fb12254a1f828f5f86fa102b1293258912ebf0aa7c3c181e
BLAKE2b-256 checksum
How to use checksums
285cb604bf262e5b5981982ef60089f8ff047a93f40e44fab0467a48f18b3766
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
d08984ab801054e04d465e07d7fcc6dc37ff4dd7b6ddf6591f98c66f54dca95b
BLAKE2b-256 checksum
How to use checksums
002f9e16bf54d04107ea59c4b4e10447f5c9afef77d3230360b26bf75717a6a0
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
d0aa20c846fd03d8e413e6ec176924e6f48340a445e55277c00f0ec21afade05
BLAKE2b-256 checksum
How to use checksums
c762876da19252b3e416835032f26e1d0cb3668da58bd2b24a84e7f856414149
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
de6327afd0e8d551a9f89422165392e7c82ac4a3783092c5761409d8f8c3d3d8
BLAKE2b-256 checksum
How to use checksums
897f9f468a46bd5b648fc26a3653d8212212f24b76e33b506b15e6ec2b3c421b
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
15620a58d9a14fe551ce66812c2820ccda2a75e831fddd54de94255c2c704fcf
BLAKE2b-256 checksum
How to use checksums
ff0be082965ef2c1b9590af79333f948eff383e1609db1e069a10b777f071d39
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-cp314-cp314-win_amd64.whl
Size 1.1 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
fc6626651d735a7182ab9d42bac6d54cc50166b7899424c778965596b6a438f6
BLAKE2b-256 checksum
How to use checksums
90ce01156f4efbb4374b6380c8707568b759a53598476e8558c7068401537901
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
2f7819c1ea9c78cd352baaac80cbd4f3d1cdd37830b16dc813d92d203b835ff0
BLAKE2b-256 checksum
How to use checksums
7eae8d4470df955ab28f45b693ee7d49d7c647037fa78d06105a0e0cc9d84638
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
3cc9cd2edb4d6fca53037fc10f7b4415e9f03a5a6acc10fa5c451cb9ef802ab0
BLAKE2b-256 checksum
How to use checksums
d72b050e9e1f1247c4a4919171d7b9f374bce4bfd818f3aa9c11ef0a4435751d
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
f9638be181294d8187915bee194b7bb6a7f2e2ca0a7b70fd4c9cf47fc0c9c2ff
BLAKE2b-256 checksum
How to use checksums
c722c3a2be0080cb6bfbe41b70468004f215b132dc5ecc5114891375a098bf7c
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
bde15f5dfdad6a261df2c128febed8b0ff49d0340756f7dc3d8bfff5376c59d9
BLAKE2b-256 checksum
How to use checksums
19e85745bb64daa03ef18034e7ab70e5a068d689eb5903831f441a087a6a6c78
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
0c810f170d6f12311c48bf6d3f906168d00f71bc09d4aa9fd638ed68d134a11d
BLAKE2b-256 checksum
How to use checksums
515471b192c56547d0f2ef09359bb052a399e985f9ecd9a6264f9971f73676e3
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
9790b486f1c18cf6aba55777249a020b85c1567bf264f68052e9b9408e4e14ff
BLAKE2b-256 checksum
How to use checksums
c7ab3626c4665c6be420ae94e8b43bbbbb50267c04baa7bb8cb4b4cbe5003839
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
45f6ba540adee9188903564dc90dc8159f39cd49851c1e8379ea50d45abb3789
BLAKE2b-256 checksum
How to use checksums
519103c21ee946317126909dcd2737e0f6107a7ca11dbaaabd11e088cf65d743
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
1fb6468f03cfebcac5e2c49db2c2fb97f9f2496d1783fde5cb69f552ced487ab
BLAKE2b-256 checksum
How to use checksums
c2603c07b35b0576a03eb060136114322286e0147bd604c969bd2ad3604889eb
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-cp313-cp313-win_amd64.whl
Size 1.1 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
2f84b37568b27b58052bdcdaa0d8b378cf5672de0ec69b15ab8cf43851cf192f
BLAKE2b-256 checksum
How to use checksums
65aff709ad86e60ef2e099d1371509fb21991c5bdcb32f8b51bd5a66208d4161
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-cp313-cp313-win32.whl
Size 1.0 MB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
ba9bf8e40c9006320dcf673616cc585f5560f7eb4a693691e753a056ff41d1f0
BLAKE2b-256 checksum
How to use checksums
9834797b3549bfee3e563f5063835f4b4a35e75138fc549307daba436db1a34f
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
94688403b3138d081e2873ce4a43d74ada8db2ae8e86c2a2e4468479f919f259
BLAKE2b-256 checksum
How to use checksums
fd2cdb36c9f8108585cdf8d724b69f35d9cde69e999a68685f629e2348a68978
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
8f5dcb2bd59f37fe2fbba5d443b280adcbcdb272c05bad05f9235627de15e8fe
BLAKE2b-256 checksum
How to use checksums
d64282401c73cc104f5c3891246f154cbbe8e124407d25e0511aaca756670640
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
118ac90677a6067008ae3221139c42b8cd9780b604c5b0736b15c505a3869d40
BLAKE2b-256 checksum
How to use checksums
376531277b2d1fc539e96a69ba25858e017223e9ebf3617ebedba0940b80c637
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
7d252285fab1a6ed608b357db25d6a9d17ddb003d98a41836753b307585a9e6f
BLAKE2b-256 checksum
How to use checksums
73d34f517c9b9b77d4c1ee968a7948f71b48b8ff530189b3e9fdd2c0a3c4dc05
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
5024fddc9cc220827af58e78d9b705a4534a3c9cc3484aa8fb50282c1afa55fe
BLAKE2b-256 checksum
How to use checksums
c29fc8ae210838bb2aeecc7902b8a94ff95a5b8f8ed2648838349c7702b6c193
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
76b4d775662e899439032231d97835bf2e596925d092b8dd20ba2258cb29fb3d
BLAKE2b-256 checksum
How to use checksums
8342c7336fac43404faa71ae61a81457d7bb6c29050d398f74f6f00b9c358e0c
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
6118ff7bdd6d9d77f4e7d799a4123d1839674043489cd902528c376bd0f497b1
BLAKE2b-256 checksum
How to use checksums
2275998f56215240aed91e240de9b60c0f8953ad0d835afa182a4874b41fdf18
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
2731f6f1f8b8bc951a7fd6af7db7ffce1142e4988c6b3c8f7844bebbe5e2f7dc
BLAKE2b-256 checksum
How to use checksums
583968c87cc7a516207e2287ea1e6d2571900b7f6291f7c183f2c5034e246983
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-cp312-cp312-win_amd64.whl
Size 1.1 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
af63404a7736027fa25d28631da68c0bfdae9dd5ece7a06103ad2458040b0f1f
BLAKE2b-256 checksum
How to use checksums
2e13e503d9cc11053ca61616df8c276070cadaf1c2e0201cedc7c1d409dd55d9
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
1e680fa935da8b8ed4bd64ef3a9d3f97b9837510f4634d9eb413b2490602b559
BLAKE2b-256 checksum
How to use checksums
4b21b837491e55899ed815fe3d91ac6f567f1966633197f8cb1be6d7d7725827
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
7f16387bbf89f845b88d9adb658049a6b200b4dcf49af70e37e9f7115578bb7f
BLAKE2b-256 checksum
How to use checksums
6cc2eb2a9578b12b9d142fbc4e79f9e5b0acd02bbee34b92d26f73c3d314103b
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
47932a58676c3693766764bda6d7c4ff977483df4a47065567def05be2ebea11
BLAKE2b-256 checksum
How to use checksums
c974c60af1c2021e7d1c4f0c945b42919f948e1eea1626e6d78470fe3bd8a828
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
5ed041cd0ddce3bd592ebe96f313fe2c98225333a90e5d0c56c669c02b54c5b5
BLAKE2b-256 checksum
How to use checksums
c9fb27f0d64869889c002454f80357b25b0307ca8a9022d2ebb539fb0aafa900
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
683ba9c9cef8c7aa66326c990536311ec777bfca47b2bcdc37e236835ae48ed7
BLAKE2b-256 checksum
How to use checksums
45ec0ac15de5067f6168b30205f0de3171ddfa4a4565fb065a62998e9c65edfc
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
5ab18bc0947d45538aaa84f527d0952e067a0f079e367e5f18567b44c07b1fae
BLAKE2b-256 checksum
How to use checksums
ae7e9ca73fc4b5d377b6e6493ffbbd5645695cad008ba5149885100254dc1f5e
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
3e932bbb1e1992aef4c1d123f4b71f51be15c652078b129a807de831b714d9e8
BLAKE2b-256 checksum
How to use checksums
828607efffdffed6f5d6b55bdf860d4b7c424495fc3fa253387fa6d4dc345878
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
ba3bb4dc5cc6d0dd6eec985a5e88852c12587f382b88de1608c10761133603ae
BLAKE2b-256 checksum
How to use checksums
c62a8da197920a63cecdb87d672cc323b8d3677348170cc853f4143dea164cef
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-cp311-cp311-win_amd64.whl
Size 1.1 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
b5413b658fac8095490c14fb954d707d2d3dac7c6fa30708d21dbd4eeaf655db
BLAKE2b-256 checksum
How to use checksums
9f1ec8fd927acd8967190eba67efc1d944dce7a34c80ee1fc7a7600284ec93a8
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
20c23f673e57dff491571bc55affa6932db919c9d56c027c6e0735f33f9d57c6
BLAKE2b-256 checksum
How to use checksums
ddef4ba8c4646ef4c3fe3e066d9aa37e3b77e54f3a4f39b875b92a9d508ef26f
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
1f6d3edac387b2f012e0abeebe9b1ffe514df9d60a94411b19a263c05b650bf8
BLAKE2b-256 checksum
How to use checksums
095c8f0fe6c946ebb8e7b6dc762e13ffa79bdc01b69e544cc07dfcd3a3db00fd
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
2cea32c44f73388f123b4dc06f886d27b1e04a4a60e364cb2b2704cbcc6970aa
BLAKE2b-256 checksum
How to use checksums
eab60762d8d180380b7241a0fc00720eca6eb6b25d9e763a43e7434234b86591
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
82e52f0369c81639197d0b1ac0b4eae8a031f2436ae9bc06a1f82f281b15ee21
BLAKE2b-256 checksum
How to use checksums
c907082f0f845e357ef9fddb63a19a79059476e77e1c240392b340bf02f87240
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
06eca2259071aa6204cc4492c11a87cd1d4149e23b177c877255fab89d8c6ee2
BLAKE2b-256 checksum
How to use checksums
3e2f1e9a91c99e6ed404a3a9d1adcabbb521773711929059516b8dea75bcd19c
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
0585e12306f2fdddbc96e81f085a9283e52f0405a3e5a9270ee9e84b106fe371
BLAKE2b-256 checksum
How to use checksums
1922a539387090e39e23fd70eb588e3f7f48afb90ac91d94fd5223281f30bec4
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
8e410045a9c4256c8fadc82b4e046c64d4810b96f060c4c19d7e92406bab3d0e
BLAKE2b-256 checksum
How to use checksums
c742a2f658a612d02f67e800851ad4627f25fd93c0565144f8ce01af07a6e717
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
be81713cf647911d9f609c34eae95a035163b1f90ec086b52f42860daecaef57
BLAKE2b-256 checksum
How to use checksums
84bf3504ba46af23c6e3e09fdf00c2e9ed100e8c9db99e29f2873263bae8b17f
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-cp310-cp310-win_amd64.whl
Size 1.1 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
45e0fd7c2e35c57a9233e89b2a45f4f6ca3b5b0f3f954f48b850b192b1918f56
BLAKE2b-256 checksum
How to use checksums
38bcbc2be7e33c2735a09edf90d530cac738862c94c5ac76bc915036da37e056
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
aa7823dda3f4bb5c84f58111a35e849de00b424ab6bb7ca379a4dbc1b4045b6c
BLAKE2b-256 checksum
How to use checksums
058e24bcf5b0eff6b0797862476ee4c296afaedb9013a3aa21e2b0d721e4984b
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
5afe02cefa51ae09350e155218b8635f63df707f9f67f5e3c651d844e55c5134
BLAKE2b-256 checksum
How to use checksums
15e30aeec5aff1adc888040ad2a9729cff4eaab5b40a5815d20af84eafb72f7f
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
88ae8a0e78632212fae9d7790588dc31e56a9ee2270807c9ff1c920a929c0bb9
BLAKE2b-256 checksum
How to use checksums
c3a4f25c1b5ac2801b735c32c37cb9b605cbda9a359b4e94686bbf04beb5874f
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
3703e5ca4f42e04427bf8b2ebb3402019b779d2a39f0d55a85da8d3a6aff167e
BLAKE2b-256 checksum
How to use checksums
ade1f94a5bd914b284d67f2feb25a29c6842c1f5196af5066e4e48101a8b6be8
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
c41f540992a192c3a28871e0091bdcbf2503efdade2bff6267c0bf0546c2e52e
BLAKE2b-256 checksum
How to use checksums
fe204f7f3a2ea1a0b15f176782d0495afd859dc1b975c813d8d7845b78c22f5b
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
5eb2c2d13b6945a1108334ed4c13fb282dcc574b0a53d47ed2760a9b98dce39a
BLAKE2b-256 checksum
How to use checksums
955d08fc67b51db1a2bdc4ca851afb82584dc4675b38babc6c9fc4f1db470846
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
b80730479b88f9f286aa003e6f1a4b8586fee1189d619d49efe13cdbec08846e
BLAKE2b-256 checksum
How to use checksums
ae1ea4d6b1e330e944744a25e93b359aac0dd7eea2b94e479e6c15383d5ef4a5
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 14, 2026.

Transparency log

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

Download URL fastxlsxio-0.7.5-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
c2e9518450ef6a7ad19ff182f4b2dd188862c9b5ab6e0d4c83f78baded5c892b
BLAKE2b-256 checksum
How to use checksums
78ca1d58b564f34b6abb3400d263b299115aa1bcf93d8b150f07bf845711e50b
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 14, 2026.

Transparency log

Release history Release notifications | RSS feed

0.7.6

59 release files

This release

0.7.5 This release

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