WolfXL Community
openpyxl-compatible Excel read/write for Python, backed by Rust. MIT licensed.
WolfXL Community reads, writes, and edits Excel .xlsx and .xlsm workbooks
through the openpyxl API, with parsing, serialization, and cell storage
implemented in Rust. It is for Python developers whose openpyxl jobs are slow
or run out of memory on large workbooks, and for teams that edit existing
Excel templates and need the untouched parts of the file kept intact.
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.4
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.
When to use WolfXL
- openpyxl is slow or runs out of memory on a large file. Read the large-file receipts: seconds and peak memory for 1.6-million-cell reads, writes, and edits.
- openpyxl drops parts of your template when it saves. On a sheet with an
extension data validation and a sparkline, one cell edit saved by openpyxl
3.1.5 removed both;
load_workbook(path, modify=True)in WolfXL 2.0.2 kept both. Why openpyxl loses template parts. - You are moving existing openpyxl code. Follow the openpyxl migration guide.
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, 1.49x
python-calamine 0.8.2) at a 153 MiB read peak, below openpyxl (169 MiB) and
python-calamine (286 MiB). 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. Coming from Aspose.Cells for Python? See when WolfXL fits instead. 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.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wolfxl-2.0.4.tar.gz | 10.7 MB | Details |
Built distributions (wheels)
Total release size: 130.3 MB
Release files / wolfxl-2.0.4.tar.gz
| Download URL | wolfxl-2.0.4.tar.gz |
|---|---|
| Size | 10.7 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
43f63465813911137b85c5f056304e5ebb3ec2a13f72ce4df83720b8eb2da29a
|
|
BLAKE2b-256 checksum How to use checksums |
55afb41e08fcaec7cb4f1388257efaedb291f45701c42fb32338d899e6621f7f
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
| Download URL | wolfxl-2.0.4-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 |
4425ad549f8cb78825e0a578bf9b5c15315aeb93320b9c817ae8e730a6400462
|
|
BLAKE2b-256 checksum How to use checksums |
4ee7b55dea040e0f4d9488fdf0ddf8a7cadeb141d2c6b3d451c1d6d3e3e6fc1e
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
| Download URL | wolfxl-2.0.4-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | Linux glibc 2.28+ ARM64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
a8ac8b74f8017f60f06cfb707c09310443689fedf91efa7c4b9653d3bc09ac14
|
|
BLAKE2b-256 checksum How to use checksums |
6d3b426c954633479c4be7c4d3585feaf804400065ec0c67890290a18558e2ca
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp315-cp315t-manylinux_2_28_x86_64.whl
| Download URL | wolfxl-2.0.4-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 |
e9bf393746251ffebdee2e2d73c35d0055d47b97a2e75f5fd0be70e0fa5de817
|
|
BLAKE2b-256 checksum How to use checksums |
aae4dfb0d5a040580b69338e31042a4ef60aa088acb75000a0dd52f24e6359f4
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp315-cp315-manylinux_2_28_x86_64.whl
| Download URL | wolfxl-2.0.4-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 |
5fb0586c0180d445a042f476fae542fdb131136241cac5e4491c46828f56c1ff
|
|
BLAKE2b-256 checksum How to use checksums |
d20f2a5aefc3fcc1bdd2b9e71318c08c961172e9e0353d8f13617fec3b348361
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp314-cp314t-manylinux_2_28_x86_64.whl
| Download URL | wolfxl-2.0.4-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 |
69ca090a76eb988ad71ec5957a0d86d29a072977ef6a6b61fd41342f9a9c13e9
|
|
BLAKE2b-256 checksum How to use checksums |
2b588ccb0278a9bf420d27b5b30bf97d71d418911447215e89f16b368d79bba2
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp314-cp314t-manylinux_2_28_aarch64.whl
| Download URL | wolfxl-2.0.4-cp314-cp314t-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
fae14251cc70f281b0105abddbb35c876297a43d70abff9870343dfcd277fe2f
|
|
BLAKE2b-256 checksum How to use checksums |
ed35c43b25f9b4068432e2f2329f5ad31c83caa9750c5547ee816b5dca008c26
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp314-cp314-win_amd64.whl
| Download URL | wolfxl-2.0.4-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
2c129c67b46105e8618f57cd8051511fe07f2517e3f3a083e644e0dae8bfd036
|
|
BLAKE2b-256 checksum How to use checksums |
88cac70e34a4b4652ba71c64da7fb1e4da3be9aeb80c52a4e28efc0496ff46da
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp314-cp314-manylinux_2_28_x86_64.whl
| Download URL | wolfxl-2.0.4-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 |
0dadf0736392a470cab03a33abec7d9d8795582a12384f2f51f780332a88c386
|
|
BLAKE2b-256 checksum How to use checksums |
1af1f65d684e7b43ba171f486e6ca9b1240a98ef4da3c1713cd27144d8f6c2b3
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp314-cp314-manylinux_2_28_aarch64.whl
| Download URL | wolfxl-2.0.4-cp314-cp314-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.14 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
9064f4c9ddd2651a3983ae7e6a0ca132c1f11f09146b85ca98861821de1ea0bf
|
|
BLAKE2b-256 checksum How to use checksums |
1e909d010ed25fd1c2af025402a6b25b64b793ff0ae1008e536eba321542e837
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp314-cp314-macosx_11_0_arm64.whl
| Download URL | wolfxl-2.0.4-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 |
427755e5dcfe08afddc447a9f04b9a6358f1af08f6a94ed3db52aab80d3f1e02
|
|
BLAKE2b-256 checksum How to use checksums |
df3bd44c1d81519a47f326cd503e4b49cce15bc85a474072f6d61e386f0dd410
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl
| Download URL | wolfxl-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.14 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
6cef1bb4cf609ac51752d87d0336380eb4956ac8647886331018c1249ddf9ff1
|
|
BLAKE2b-256 checksum How to use checksums |
5282be5ef8374c03d6b6d278f8fbefcc31ca32427e366ccb092c2e1d79a4023e
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp313-cp313-win_amd64.whl
| Download URL | wolfxl-2.0.4-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
c8e9c2bb8e9614757507cf04a1fb041387344cbb858edc9d6f20cf1df1a5a768
|
|
BLAKE2b-256 checksum How to use checksums |
70672de71b1bdc2fb93d1093eb68f680c9576651d67892c7bab1342cd1eddd3f
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp313-cp313-manylinux_2_28_x86_64.whl
| Download URL | wolfxl-2.0.4-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 |
681bfe47017564834632664ac25b5fc3bf932824cff6f3f0e5a718821b715adc
|
|
BLAKE2b-256 checksum How to use checksums |
df6d24ad9c50a139dbac8856cf27606e469f9260f27f5bdca936ae1a796f1d33
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp313-cp313-manylinux_2_28_aarch64.whl
| Download URL | wolfxl-2.0.4-cp313-cp313-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.13 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
3dd92f815b09249cbaa806c324aa302534476b85433491440cd55d58d65ff0ff
|
|
BLAKE2b-256 checksum How to use checksums |
54a4687628b81c9b049c771a41c1c6f63a9a6b6b2377a2a1cee79f25de454caa
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | wolfxl-2.0.4-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 |
8c445ef85a6e74325f5a4a8d67fc9b0130b6094f973b314929ec02b24e14f7b2
|
|
BLAKE2b-256 checksum How to use checksums |
0fc028a67c6d44a050509555942135632dfdef40f061952d3cd361cb24d0ad08
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl
| Download URL | wolfxl-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.13 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
4613fc73083783ce88292491574e418335f898fca68e99cc4ceca57dfc789c20
|
|
BLAKE2b-256 checksum How to use checksums |
ef2f13422d26f1930bbe075bc80d0883016f95e0d2815d038652a25b563e4079
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp312-cp312-win_amd64.whl
| Download URL | wolfxl-2.0.4-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
3999559dccef6b6eba4842ba1e9ae96acef89ae5b39d468090ee27891ee41acd
|
|
BLAKE2b-256 checksum How to use checksums |
d932964d6df2a856f56137d157558dca5e22d4305f3d8f3414a5fbd1061498e3
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp312-cp312-manylinux_2_28_x86_64.whl
| Download URL | wolfxl-2.0.4-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 |
d5d4588e765f9efb1f6007f3753e56df7e4344e7426fd92383cb4f01b9571414
|
|
BLAKE2b-256 checksum How to use checksums |
39270ad23ac974855efe3deb4ea620b4522956d5eb770cc126adeac98b62373a
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp312-cp312-manylinux_2_28_aarch64.whl
| Download URL | wolfxl-2.0.4-cp312-cp312-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.12 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
7e327b4b3ad508a3d010dac230525fd4cc11384094717b85fb27d76b4d386c24
|
|
BLAKE2b-256 checksum How to use checksums |
94960a6de3c5a860a0476216e682567699ce786c0e6cd6304747bfd54bd637f2
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | wolfxl-2.0.4-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 |
16357747a72bfe5bdc67eb301c1f629124b02764eab378ab769bb0f021fd394d
|
|
BLAKE2b-256 checksum How to use checksums |
042d7ddf112d57baef232071688581279df002f12bd50f8367a29669f2e44c5d
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl
| Download URL | wolfxl-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.12 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
b271a4dbb354c48f8b1d9f3651dbb5d6c3b98a2621b25db79772e4b3ff66f370
|
|
BLAKE2b-256 checksum How to use checksums |
83ef1530e7d0e9916d5e8194b853767a830b05d7dfdbdc9d94d4bb9ed47df90c
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp311-cp311-win_amd64.whl
| Download URL | wolfxl-2.0.4-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
ecf6d735bbfadf56c4e8e9f6b02f420e0bc7d1a4518a17584926429f70ef6677
|
|
BLAKE2b-256 checksum How to use checksums |
f37d5571754704a7079c15f80a47a9beb77c7a8f0cc3968d565431d6f09dfdaa
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp311-cp311-manylinux_2_28_x86_64.whl
| Download URL | wolfxl-2.0.4-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 |
e1fb17d24d35ce321ab0dc538688bd5da9f64a15750dcac608eba7605121b6d2
|
|
BLAKE2b-256 checksum How to use checksums |
29db90114c96b011bf68fd7efa780af10a7d5de0c08acda00ba3e2336c5b43fc
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp311-cp311-manylinux_2_28_aarch64.whl
| Download URL | wolfxl-2.0.4-cp311-cp311-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.11 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
dc6eaa387eae8839c013f791de443fa7d70a7c1d7528f98d28c6e8f1f9a6cbac
|
|
BLAKE2b-256 checksum How to use checksums |
f802b419424433b200ea98b986454c1f9263aa9830cd5ac6ef9abca079ec35c2
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | wolfxl-2.0.4-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 |
35acbb81bd41b9dd695a7f7730b9f3c4a06f1c35b716c53b2680e7161cd0b608
|
|
BLAKE2b-256 checksum How to use checksums |
16726d363a190fcdaf208361c107d72a57d356398b1e5522d5c1877430907e8e
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl
| Download URL | wolfxl-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.11 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
3021e5f27300a067b7ba5aed6ebede82d7b11644d2e1b81ef0f9e10be4a5aa02
|
|
BLAKE2b-256 checksum How to use checksums |
2ad452e0e82cc5ca8d7d0276a1646fbfa0c48d8b874db9ab09119cafa9ccf2d5
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp310-cp310-win_amd64.whl
| Download URL | wolfxl-2.0.4-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
9dfd80123c2156e3fa71b8b5631b4b053d66a85698117f8c6d13d4a801ba13a2
|
|
BLAKE2b-256 checksum How to use checksums |
ad529eb33253c0c27d69138738fa0a5fe34a17bcabb2db93770db6462ba64b3b
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp310-cp310-manylinux_2_28_x86_64.whl
| Download URL | wolfxl-2.0.4-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 |
a51e2c40ed3da871907a82d37d408f42d0ae3456dee5fcdbac236fa5066e039f
|
|
BLAKE2b-256 checksum How to use checksums |
5bec236aca70da43bfb277be158c0c52f2934a8fe799ceb0704834eaea54abec
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp310-cp310-manylinux_2_28_aarch64.whl
| Download URL | wolfxl-2.0.4-cp310-cp310-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.10 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
7196bfae4646c02e1f39238162f5823036f19c50b2e16c08941cdf0db6b3fc35
|
|
BLAKE2b-256 checksum How to use checksums |
2e6b684fb914a1a95ec77e1828a04d78661606e3bcaea366095af53827bb39a4
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | wolfxl-2.0.4-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 |
7377b5f53292ea4b7dc9bdb6f97d7698da75690909ce03f4aa3f3e8b41bebfa7
|
|
BLAKE2b-256 checksum How to use checksums |
b782a5b74830e728f7bc4c59e6618bcb03574fba1a7f3f841039038b27c29261
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp310-cp310-macosx_10_12_x86_64.whl
| Download URL | wolfxl-2.0.4-cp310-cp310-macosx_10_12_x86_64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.10 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
6f7691c2eafd07135c498c4d0fbb217f4ccff3390053b3cdbf3fed183e01e61a
|
|
BLAKE2b-256 checksum How to use checksums |
7685862eb3460ca58bbc4422a13d8daaee179a92fa1487a70f5cfbac99f5a525
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp39-cp39-win_amd64.whl
| Download URL | wolfxl-2.0.4-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
87210d6ee2b7fb06ed667247a9b5fd329e94398eec32dcf67c3d97ade3e2d42f
|
|
BLAKE2b-256 checksum How to use checksums |
efde34bcae72551d7c2e2b48572eb275ef9e836455c693e57dfc9038f5a7d428
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp39-cp39-manylinux_2_28_x86_64.whl
| Download URL | wolfxl-2.0.4-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 |
cdf88cbccc8afe35d095d5c9ac2f816931c659d1e155af875a6283a394a979f1
|
|
BLAKE2b-256 checksum How to use checksums |
3d3c0b24bb907592910f623a028c7d9e74fab5c182228a2d367fb320013467c0
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp39-cp39-manylinux_2_28_aarch64.whl
| Download URL | wolfxl-2.0.4-cp39-cp39-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.9 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
5b538887df9cde868078a83bc25d5f7a8a58f5c3bdfc80bb9249259e92d37fae
|
|
BLAKE2b-256 checksum How to use checksums |
7d801fa8e509dfe1dbd15b5e9cdb2325a2782af17596b195e73526a8932561fa
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp39-cp39-macosx_11_0_arm64.whl
| Download URL | wolfxl-2.0.4-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 |
0429c39e5f1d5d61eaf22ae5dc3a0c95f7e5fb0c3ccc1b489f1b2ebc130e6eb8
|
|
BLAKE2b-256 checksum How to use checksums |
cb3f3a00e872538842fa6d22125dae8b2bb23ff417eceb069e9655cac57506b2
|
| 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 25, 2026.
Transparency logRelease files / wolfxl-2.0.4-cp39-cp39-macosx_10_12_x86_64.whl
| Download URL | wolfxl-2.0.4-cp39-cp39-macosx_10_12_x86_64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.9 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
02f2f0778ec045ace709989502c3b4eaabab3f54a82b939cccf9888d5b9ea5fa
|
|
BLAKE2b-256 checksum How to use checksums |
613c0cf17149baa3024475d2ec4188649535b987c761320949484c3390f81c0b
|
| 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 25, 2026.
Transparency log