Skip to main content

WolfXL Community

High-performance, openpyxl-compatible Excel library for Python, backed by Rust.

WolfXL is the fastest Python library to edit existing Excel (.xlsx, .xlsm) workbooks in place without rewriting from scratch. It is a drop-in openpyxl alternative designed to modify workbooks while preserving formatting, formulas, charts, drawing objects, and VBA macros.

WolfXL Community is the maintained, MIT-licensed 2.0 release line for supported workbook creation, reading, writing, streaming exports, and existing-workbook edits. It is a free product, not a trial.

Install

python -m pip install wolfxl==2.0.2

Most supported openpyxl-shaped code starts with one import change:

- from openpyxl import Workbook, load_workbook
+ from wolfxl import Workbook, load_workbook

Start with one representative workbook, define the output that must remain correct, and prove that bounded operation before replacing a production path. Review the compatibility matrix and known limitations.

Compare openpyxl alternatives, measured

WolfXL Community is benchmarked against the maintained open-source Python Excel libraries on a committed run. On 2026-08-18 (AMD EPYC 9655, Python 3.13.15, median of 5 rounds, 200,000-row x 8-column workbook), Community 2.0.1 wrote 1.6 million cells in 0.73 s (11.10x openpyxl 3.1.5, 6.46x XlsxWriter 3.2.9, 5.01x PyExcelerate 0.13.0) and read them back in 0.39 s (11.85x openpyxl), with the lowest read peak memory in the field. Raw results and the harness are published under benchmarks/.

Full tables, capability scope, and reproduction commands: openpyxl alternatives, measured.

Choose the right edition

Community is the free option when supported workbook I/O is sufficient. Commercial 2.1+ is a separate option for the following workflow requirements:

Requirement Community 2.0 line Commercial 2.1+
Supported workbook I/O Included within the documented surface Included
Native formula recalculation Not included Calculate a supported formula set
PDF or image rendering Not included Render supported output
Format conversion Not included Scope an evaluation
VBA or Power Query operations Not included Scope an evaluation
Production operations Not included Scope an evaluation
Support Public Community documentation and issues Scope an evaluation

For existing-template work, review the bounded preservation approach. Use the local fit check to scope a representative-workbook test. Commercial self-service pricing is $30/month or $299/year for one seat.

Release files for wolfxl 2.0.2

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

Source distribution (sdist)

Source distribution for wolfxl 2.0.2
File Size Uploaded
wolfxl-2.0.2.tar.gz 10.7 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for wolfxl 2.0.2
File
wolfxl-2.0.2-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.2-cp315-cp315t-manylinux_2_28_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.2-cp315-cp315-manylinux_2_28_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.2-cp314-cp314t-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.2-cp314-cp314t-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.2-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
wolfxl-2.0.2-cp314-cp314-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.2-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.2-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
wolfxl-2.0.2-cp314-cp314-macosx_10_12_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.12+ x86-64 Details
wolfxl-2.0.2-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
wolfxl-2.0.2-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.2-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.2-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
wolfxl-2.0.2-cp313-cp313-macosx_10_12_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.12+ x86-64 Details
wolfxl-2.0.2-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
wolfxl-2.0.2-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.2-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.2-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
wolfxl-2.0.2-cp312-cp312-macosx_10_12_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.12+ x86-64 Details
wolfxl-2.0.2-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
wolfxl-2.0.2-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.2-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.2-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
wolfxl-2.0.2-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
wolfxl-2.0.2-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
wolfxl-2.0.2-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.2-cp310-cp310-manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.2-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
wolfxl-2.0.2-cp310-cp310-macosx_10_12_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.12+ x86-64 Details
wolfxl-2.0.2-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
wolfxl-2.0.2-cp39-cp39-manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.2-cp39-cp39-manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.2-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
wolfxl-2.0.2-cp39-cp39-macosx_10_12_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.12+ x86-64 Details

Total release size: 130.2 MB

Release files / wolfxl-2.0.2.tar.gz

Download URL wolfxl-2.0.2.tar.gz
Size 10.7 MB
Tags Source
SHA-256 checksum
How to use checksums
308b8689d2e4d42e03ff1e8157c00d4bbc824f21416e556250ade92165667ca9
BLAKE2b-256 checksum
How to use checksums
11877f4f63f8050aa556f13fcbc440e6883b1df4427d894d2ddaa8180b4a62bb
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl

Download URL wolfxl-2.0.2-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Size 3.4 MB
Tags Linux glibc 2.28+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
6d3d7e1487aee127141470c8d2c8ae87d8a6e621c5d55f7f54a9e58409c73e49
BLAKE2b-256 checksum
How to use checksums
7ba69b7420088b17f15a8510c462a4ef61c8e73e04736826ab727c325ac3cc9e
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl

Download URL wolfxl-2.0.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Size 3.2 MB
Tags Linux glibc 2.28+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
3971a94456eaced1746bca5f209d478347037f0a9e118c5d873775fbdda827fc
BLAKE2b-256 checksum
How to use checksums
f2f67e565ff03475f75033f477f1a2ead332cc8fc127ccfe66c887364df273ee
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp315-cp315t-manylinux_2_28_x86_64.whl

Download URL wolfxl-2.0.2-cp315-cp315t-manylinux_2_28_x86_64.whl
Size 3.4 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
af130eda6e754a9f90c541acc245de0ab98e9509b34d74646b5ca5941d69b891
BLAKE2b-256 checksum
How to use checksums
22efa563ad53e4a08679a5adb07392dc825f85fd49347c099945d56a1f3e805b
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp315-cp315-manylinux_2_28_x86_64.whl

Download URL wolfxl-2.0.2-cp315-cp315-manylinux_2_28_x86_64.whl
Size 3.4 MB
Tags CPython 3.15 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
c5eb5458507755e26b727870f7f470d690ed1e07dcc4ce5ced6ce4a4e49fcac5
BLAKE2b-256 checksum
How to use checksums
37f7b022703cad0ae4aa92541d3d9f9cb5a101859a788d550b107aae7f3a505f
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL wolfxl-2.0.2-cp314-cp314t-manylinux_2_28_x86_64.whl
Size 3.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
35544125ee21205d6bfbbce6f834a51987efad0e06d31017461588b43fc0f6eb
BLAKE2b-256 checksum
How to use checksums
3b012be9456c4afd8bc6d750c71cd2cca26d3014c3b319336d049b8518889ca5
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp314-cp314t-manylinux_2_28_aarch64.whl

Download URL wolfxl-2.0.2-cp314-cp314t-manylinux_2_28_aarch64.whl
Size 3.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
214a8e12fadbb1364eba266afc20ad4bd45e6e377dd8b127ea87a828e39ed151
BLAKE2b-256 checksum
How to use checksums
e639c40a408f8c63cd58a4fb6cfda35a8e2a0cb0eb6f4676186a69df048823c6
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp314-cp314-win_amd64.whl

Download URL wolfxl-2.0.2-cp314-cp314-win_amd64.whl
Size 3.5 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
c1181728d3c1ff75d4428d3513eb1dcd3473ac15c17a2a0ed796c46107172b34
BLAKE2b-256 checksum
How to use checksums
fe92366e3e7f5876ccd9858cea900666bd76fd87dec4ba8b3d0ea67db3c8f7cc
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL wolfxl-2.0.2-cp314-cp314-manylinux_2_28_x86_64.whl
Size 3.4 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
588ba99337ed7c52818d4268cb0548b4673037851c16dbd4181ec0ad244b3f93
BLAKE2b-256 checksum
How to use checksums
9c9a117e8e296591a0e0befa0588f0b397993b7c944ebbc8aae8c09831e7e00a
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL wolfxl-2.0.2-cp314-cp314-manylinux_2_28_aarch64.whl
Size 3.2 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
03ac945244c78dea1a861ec25b7ba64db5d31612d5e4b0637e15978ddb9fbcc2
BLAKE2b-256 checksum
How to use checksums
c90cced079562204ad9e765eff713c6e9fff4fe666899f7f6da0cb5ae50c6596
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp314-cp314-macosx_11_0_arm64.whl

Download URL wolfxl-2.0.2-cp314-cp314-macosx_11_0_arm64.whl
Size 3.2 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
3be2120575b3604b82fdc5fe48a5138f911d8f85523664af3732faa2065698e0
BLAKE2b-256 checksum
How to use checksums
6ed065c10b5d0aa63ae44eac8e903fd56887d5cdf0922a7ddc0b02304914de5e
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp314-cp314-macosx_10_12_x86_64.whl

Download URL wolfxl-2.0.2-cp314-cp314-macosx_10_12_x86_64.whl
Size 3.3 MB
Tags CPython 3.14 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
939a77f98d58eff57b182b8199d567ada88fda5b00d191b97f33dd315d1098ba
BLAKE2b-256 checksum
How to use checksums
c603ec33cede3d1aadacd4c34333fa9892c0928cee6abb198ffa60d8f8ebcd3f
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp313-cp313-win_amd64.whl

Download URL wolfxl-2.0.2-cp313-cp313-win_amd64.whl
Size 3.5 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
6761e01e8a39e18f1c7599049dfd83ac7cd6d6a8c987fe613a2998432cfe6916
BLAKE2b-256 checksum
How to use checksums
bde45dfe92393d39c99f2e3f28497c384912458f330bd202d6c5847ca7c19ea3
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL wolfxl-2.0.2-cp313-cp313-manylinux_2_28_x86_64.whl
Size 3.4 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
86d0e6e52fbed84e7267d8e3507c677456ea2d8a627e248307714efa956bf4a8
BLAKE2b-256 checksum
How to use checksums
1c7700880307ce8c73079b64a4d6742b3ca6095efd2a99322325291fa252d18f
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL wolfxl-2.0.2-cp313-cp313-manylinux_2_28_aarch64.whl
Size 3.2 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
21c0a837fda63d06ca16ea26cc2bb8a1750fff74d35d51244614e88d8fe499e6
BLAKE2b-256 checksum
How to use checksums
d78d238ce297c3f18c9fb7a980d3130da57e76318dee67a1ecb55dd93ffb4e63
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp313-cp313-macosx_11_0_arm64.whl

Download URL wolfxl-2.0.2-cp313-cp313-macosx_11_0_arm64.whl
Size 3.2 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0739f1a94128262798757833959ba1009f42c6f9eb60f08aa905e89ee0f0f06b
BLAKE2b-256 checksum
How to use checksums
2cdde15d98c97497359fb93a0d36cf9e81b873f6c2f407ee34aaec9aed53d830
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp313-cp313-macosx_10_12_x86_64.whl

Download URL wolfxl-2.0.2-cp313-cp313-macosx_10_12_x86_64.whl
Size 3.3 MB
Tags CPython 3.13 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
8cbe02a304b5caef0e70f806c0583b739db61436298b25433c77bb2f10cb2bcc
BLAKE2b-256 checksum
How to use checksums
1359eb9f1d795fdac01556ffcefbe73c2a57566273000fdb167fcd6dfad4469b
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp312-cp312-win_amd64.whl

Download URL wolfxl-2.0.2-cp312-cp312-win_amd64.whl
Size 3.5 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
53ff42638aa2c2677adb343960a230962cdd68190aaed2b81c1878746932490a
BLAKE2b-256 checksum
How to use checksums
4685491d0d5e34152689efd14d20558a13ee4e73dac29b657f52c799f0d79ccb
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL wolfxl-2.0.2-cp312-cp312-manylinux_2_28_x86_64.whl
Size 3.4 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
9859d82966a44955c671f53caff22e7dc238dd5e20e8cfdb7e5ac10cbf8596ef
BLAKE2b-256 checksum
How to use checksums
7119e2d4b4d6f3c7e3da0268656a13e2744e06b1fa80297ad437b0298a9e58d8
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL wolfxl-2.0.2-cp312-cp312-manylinux_2_28_aarch64.whl
Size 3.2 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
649e5bb54310d894328d94d138a55d9386367db2ac04d635f506e68cad63272e
BLAKE2b-256 checksum
How to use checksums
e131c975d01eaf4a5091d4b15401d7fe50280c1f27a75fb7e0664dc482ed894f
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp312-cp312-macosx_11_0_arm64.whl

Download URL wolfxl-2.0.2-cp312-cp312-macosx_11_0_arm64.whl
Size 3.2 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1f6d81f4164781aeb25640d0485c731166b983344d9fbe40a4f3c09f2ec84477
BLAKE2b-256 checksum
How to use checksums
9c2adc9163247b1eb04044e71ccefc527910c6cfaae8254b2a9afb90070551b8
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp312-cp312-macosx_10_12_x86_64.whl

Download URL wolfxl-2.0.2-cp312-cp312-macosx_10_12_x86_64.whl
Size 3.3 MB
Tags CPython 3.12 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
237b2a6f89f450215ceada48e7e9a932c1d9fba45c7c35c1dd87f26ae46bfee9
BLAKE2b-256 checksum
How to use checksums
3a8448ce5f9bbd443cd67f5331c7f08c246928182642e3c8bec0e13e687fe5ee
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp311-cp311-win_amd64.whl

Download URL wolfxl-2.0.2-cp311-cp311-win_amd64.whl
Size 3.5 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
bf91eb46803a5e543eca4a00178874a20601f7570adb38fe6edeb7ef87d9bb26
BLAKE2b-256 checksum
How to use checksums
512ff04eeb39eb0b0a8031ddc56363c0e970a924071aada384480d18635f4acc
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL wolfxl-2.0.2-cp311-cp311-manylinux_2_28_x86_64.whl
Size 3.4 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f65acf74d1d9bb1433a6871e1dd85afe28613c76ab4766a03350f6fa8ff84fea
BLAKE2b-256 checksum
How to use checksums
618ffd3a4d54f87433eab2774cb02d655f458dd45f9d9cb679b41fbc3cfedfd2
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL wolfxl-2.0.2-cp311-cp311-manylinux_2_28_aarch64.whl
Size 3.2 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
c972e3a56b191adafeeb1a5934c22226221c27eaddba3175770af8b8eef4f10d
BLAKE2b-256 checksum
How to use checksums
4a5e62a873a886ebbe4b3d608c0f352baddd3de1974e18e6778d3b3a066ae8f9
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp311-cp311-macosx_11_0_arm64.whl

Download URL wolfxl-2.0.2-cp311-cp311-macosx_11_0_arm64.whl
Size 3.2 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0d8a672953ab99109f590d309cde963380e0bbb3d7bbd2d0a46061fcdfab96c9
BLAKE2b-256 checksum
How to use checksums
fd47bd61d327f83c62eb573178a02cda5866bb014e28aa5cf08e3fc0819b8f74
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp311-cp311-macosx_10_12_x86_64.whl

Download URL wolfxl-2.0.2-cp311-cp311-macosx_10_12_x86_64.whl
Size 3.3 MB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
66c242721675b165076d182998c4c3023ca73caa80c7869d35eeb61ff246ca45
BLAKE2b-256 checksum
How to use checksums
6e99c2fd90bdf08e1364d538cd170c3404c1c2a686baf3ae57d0683ee9256d01
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp310-cp310-win_amd64.whl

Download URL wolfxl-2.0.2-cp310-cp310-win_amd64.whl
Size 3.5 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
5ebff49b77cc5874ad402ffa27957b61c30653edca9ed83bbd8a01932b27c60c
BLAKE2b-256 checksum
How to use checksums
a2fdacbe7e800813b2e410c13c3a7aa39bfbf78c1866b0832702dd8f451a85c0
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL wolfxl-2.0.2-cp310-cp310-manylinux_2_28_x86_64.whl
Size 3.4 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
1057e6d7443a3c556e05287f5e35df482f23f1a10ea86d7ae2dddc39fae5211f
BLAKE2b-256 checksum
How to use checksums
7796bc4593ae93183377ffacd55e560f0986aac53af083af790ffb2d393fb6aa
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL wolfxl-2.0.2-cp310-cp310-manylinux_2_28_aarch64.whl
Size 3.2 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
2448312311bc1b32262f3d1dba104521213cbfe927ff3df5d0aed275c2cdee10
BLAKE2b-256 checksum
How to use checksums
7ea1e8accd3596e49af8b64df36f0df9b2600afeac570d776d4f66afee30b69b
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp310-cp310-macosx_11_0_arm64.whl

Download URL wolfxl-2.0.2-cp310-cp310-macosx_11_0_arm64.whl
Size 3.2 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8b1096760c92e6c72054188cde16dcf62253aa4a59f81935ed3b4dbe6ef32a2c
BLAKE2b-256 checksum
How to use checksums
38ab77b6ad7e519333cffd21845a0424806bed519dd81cb8974c03872071aa6f
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp310-cp310-macosx_10_12_x86_64.whl

Download URL wolfxl-2.0.2-cp310-cp310-macosx_10_12_x86_64.whl
Size 3.3 MB
Tags CPython 3.10 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
db5aa7316cdd1a2a39918515ca3d62ed1cfff0e422bb3189b85e8c1319fc31fa
BLAKE2b-256 checksum
How to use checksums
891404a765a739271d2006f1b51937a43849770104add5256dc100c7ae197502
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp39-cp39-win_amd64.whl

Download URL wolfxl-2.0.2-cp39-cp39-win_amd64.whl
Size 3.5 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
9aad65dd6fcf86dcf9dbc8010f1ddb9407b377fa62dafd9060e59e60b82f2bb5
BLAKE2b-256 checksum
How to use checksums
1e15249ba98d39b977f6207059c9a688eb3d892affc6a1cae376579da48bc7cd
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp39-cp39-manylinux_2_28_x86_64.whl

Download URL wolfxl-2.0.2-cp39-cp39-manylinux_2_28_x86_64.whl
Size 3.4 MB
Tags CPython 3.9 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
928e1c1ae1a35c8c2bffee9a97756bbf56ddda89f4d2cd07ae270add92ac9ade
BLAKE2b-256 checksum
How to use checksums
11ee9f074b074284be0db123058c5303f3a9db94b33889db40c036c307f7a1ee
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp39-cp39-manylinux_2_28_aarch64.whl

Download URL wolfxl-2.0.2-cp39-cp39-manylinux_2_28_aarch64.whl
Size 3.2 MB
Tags CPython 3.9 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
6a25167c9cfc469a027be6bbacc7d3ae47e0f77fc535197fb6c320d540639b58
BLAKE2b-256 checksum
How to use checksums
92bfa53082f058c6e099289cfa5a42c3a24107a8c3efe037932114cfc85f129c
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp39-cp39-macosx_11_0_arm64.whl

Download URL wolfxl-2.0.2-cp39-cp39-macosx_11_0_arm64.whl
Size 3.2 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
fa11857236814ba6469ef6b0c088e0723a17cbe563bf296d7066945348becd60
BLAKE2b-256 checksum
How to use checksums
739045766cc651af5e39b7e3c25095b2bc9796a237e0c89266f1824d17c106d5
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 9, 2026.

Transparency log

Release files / wolfxl-2.0.2-cp39-cp39-macosx_10_12_x86_64.whl

Download URL wolfxl-2.0.2-cp39-cp39-macosx_10_12_x86_64.whl
Size 3.3 MB
Tags CPython 3.9 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
7769873e58049bda9e8995dfee14da5bff303ec307daf4753318f08fb99092b0
BLAKE2b-256 checksum
How to use checksums
74cf89b024e89eed96e522ee602cd3c8e29efd09dd06fc45289911e9f111817b
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 9, 2026.

Transparency log

Release history Release notifications | RSS feed

2.0.4

37 release files

2.0.3

37 release files

This release

2.0.2 This release

37 release files

2.0.1

37 release files

2.0.0

26 release files

0.5.0

26 release files

0.4.0

26 release files

0.3.2

26 release files

0.3.1

26 release files

0.3.0

26 release files

0.2.1

21 release files

0.2.0

26 release files

0.1.2

26 release files

0.1.1

26 release files

0.1.0

14 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