WolfXL Community
MIT-licensed, openpyxl-compatible Excel I/O backed by Rust.
WolfXL Community is the maintained 2.0 generation of WolfXL. It is intended for local workbook creation, reading, writing, streaming exports, and workloads that fit the documented 2.0 API.
Community and Commercial
| WolfXL Community | WolfXL Commercial | |
|---|---|---|
| License | MIT | Commercial |
| Release line | Maintained 2.0 generation | Current 2.1+ generation |
| Workbook I/O | Included | Included |
| Existing 2.0 modify and pivot APIs | Included | Current implementations and fixes |
| Native recalculation | Not included | Included |
| Render, PDF, and image output | Not included | Included |
| Format conversion | Not included | Included |
| VBA and Power Query operations | Not included | Included |
| Production operations SDK | Not included | Included |
| Direct support | Community issues | Included with paid plans |
Community receives critical correctness and security fixes. New engines, expanded compatibility work, production operations, and direct support ship in WolfXL Commercial.
This split keeps the useful Excel I/O layer open while funding the compatibility, fidelity, and support work required by production workbook pipelines.
Install
After the Community release is published:
python -m pip install wolfxl==2.0.1
WolfXL Community supports Python 3.9 and newer CPython versions for which a wheel is published.
Quick start
from wolfxl import Alignment, Font, PatternFill, Workbook, load_workbook
workbook = Workbook()
sheet = workbook.active
sheet.title = "Summary"
sheet["A1"] = "Revenue"
sheet["A1"].font = Font(bold=True, color="FFFFFF")
sheet["A1"].fill = PatternFill(fill_type="solid", fgColor="336699")
sheet["B1"] = 125000
sheet["B1"].alignment = Alignment(horizontal="right")
workbook.save("report.xlsx")
loaded = load_workbook("report.xlsx")
print(loaded["Summary"]["B1"].value)
loaded.close()
Most openpyxl-shaped code needs only an import change:
- from openpyxl import Workbook, load_workbook
+ from wolfxl import Workbook, load_workbook
For applications that cannot change every import, install the runtime alias once at process startup:
import wolfxl
wolfxl.install_as_openpyxl()
import openpyxl
Development
Prerequisites: a supported CPython, Rust, and maturin.
python -m pip install maturin pytest defusedxml openpyxl Pillow
maturin develop
pytest tests/test_community_distribution.py -q
The distribution-boundary test verifies the Community version, compiled backends, and absence of Commercial-only Python modules.
Commercial capabilities
Use wolfxl.com for the current Commercial package, evaluation access, pricing, compatibility information, and support. Commercial source and releases are maintained separately and are not part of this repository.
License
WolfXL Community is available under the MIT License.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wolfxl-2.0.1.tar.gz.
File metadata
- Download URL: wolfxl-2.0.1.tar.gz
- Upload date:
- Size: 10.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57d93932457efb0dde3971fdf796a1bec8c6014dc060638459e50e4d7736db13
|
|
| MD5 |
830c34d8fc31647170862b22ef166070
|
|
| BLAKE2b-256 |
9dac65759994e89287f651a9b5ba599e063e39d7db56b5fcbe709a0937b564f3
|
File details
Details for the file wolfxl-2.0.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: PyPy, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07bab6fd6baa29068039c1d87b519f3772ba1a1a3057e95195944051ff11e2bb
|
|
| MD5 |
a958e242591b3452227e08d8c09ecc97
|
|
| BLAKE2b-256 |
372179f1e3d0b6bda50b98e417e7b34a98dfcfd29b1720af85dc9eadb632f7f8
|
File details
Details for the file wolfxl-2.0.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: wolfxl-2.0.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: PyPy, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
370ff2cfa41158a4a0979ca07843241c4a9805f42d9c1f1dae6463358716edb6
|
|
| MD5 |
a7d86c1d8f2dbcdaf6ba1fa29aef8df3
|
|
| BLAKE2b-256 |
8a90de6c1919a57c72125b99332fdad3ded2666600ea6c0a40367a1b845c8d12
|
File details
Details for the file wolfxl-2.0.1-cp315-cp315t-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp315-cp315t-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.15t, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41daab6e511ec253d0f4a87ffb8d961d9b7fc2e2dde56c2b08633b745be567b9
|
|
| MD5 |
dbe2a2642e22355a4cee4604a34140c9
|
|
| BLAKE2b-256 |
2b267ed7d4aec18e23353957b2237bc5e78e06230fc19dd59a519731b0350e7b
|
File details
Details for the file wolfxl-2.0.1-cp315-cp315-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp315-cp315-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.15, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64cf32215c985c13002752939009509ba1b4164904a5bdd7efc39992e7df9904
|
|
| MD5 |
b037bbf62de62acc384af096f8e86db4
|
|
| BLAKE2b-256 |
45ed81f4fdf0df823af92fdbd512ae52a653b2b56209c7647f7acb4b217c147f
|
File details
Details for the file wolfxl-2.0.1-cp314-cp314t-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp314-cp314t-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.14t, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41fb6ac734d80cbadf904be79ed3e23513a66422dd24026306eb2b6aba63ce40
|
|
| MD5 |
254838b8dd9ab37b056831e5900bac33
|
|
| BLAKE2b-256 |
f7445c0e799b855da4f55553e61741fa44b89ed1da489a9bd29fa3fe6dba9ef5
|
File details
Details for the file wolfxl-2.0.1-cp314-cp314t-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp314-cp314t-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.14t, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3dc52a0ee9341b20e14f72f57e4e01e44887c1aad43a122380f4cce89739fab0
|
|
| MD5 |
b5e849b874f09a897f68b00d134f8b4e
|
|
| BLAKE2b-256 |
95ac2d95abaa2c00f865fdf60f837db827c011c18fa2cdcc4e2138954d2f2595
|
File details
Details for the file wolfxl-2.0.1-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
069e1be537b44bf9d003c8fefa721537b1a5478232ec4248378319005aaeff69
|
|
| MD5 |
2eb6f675cfc60e404fcbb2fb788fec23
|
|
| BLAKE2b-256 |
70c9ca0c1d76b3387dd3e8708ecba63a974bfd3c255f7eaf42108ac37c326df7
|
File details
Details for the file wolfxl-2.0.1-cp314-cp314-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp314-cp314-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.14, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ce3124f7db927537fff0d8e61d362cc94313b8285702fbd7203f80a90e6518a
|
|
| MD5 |
72fb76b42a5c1ff8763b75f59384c365
|
|
| BLAKE2b-256 |
17a9b9f7320226704d2929ff219c71abe417703c743b6e74037592df6e860f0b
|
File details
Details for the file wolfxl-2.0.1-cp314-cp314-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp314-cp314-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.14, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45007ed29f6dee8ad92bdf9f196efe3c9981ac6ddc54c5176e07de433c98f18f
|
|
| MD5 |
d1ae0da2f9d7e1069002026d807d1666
|
|
| BLAKE2b-256 |
1fe5a37e045e01d30e5ccf90c752b08ede0d5b704dda6eef4bbc0700bc45df43
|
File details
Details for the file wolfxl-2.0.1-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fd37dddf9c765673533f8afd8a974a737f24d4fd7f9b6c23e05e1d66e989782
|
|
| MD5 |
80c0d87aa5b6e769c9acc100b6f4dfeb
|
|
| BLAKE2b-256 |
14216348295559e4a8e77b27f9f4aecb4838b64fc1b186e5149df08247ad8021
|
File details
Details for the file wolfxl-2.0.1-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbfde5bfc0450e2455099fcd8eadd80a2260ad378c6f8a98b4fcf33fc12e4d8a
|
|
| MD5 |
8a20bf5d9e878650f84f8036e8b6b0d0
|
|
| BLAKE2b-256 |
e02e6cb9ec837327433ddd2c9b9630127accf5656b70ae64d2bb41d96d06700a
|
File details
Details for the file wolfxl-2.0.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa079bce1ea79d94bbb6b26cbced8a547449d7801d898d46d35a9eaa66378726
|
|
| MD5 |
4234e1a88574f5769b6f26f676cd1d39
|
|
| BLAKE2b-256 |
ea17f7096c60f62fc4d580facbd8cfcf35ed97ce38b04563166d3d54c1199efb
|
File details
Details for the file wolfxl-2.0.1-cp313-cp313-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp313-cp313-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2f790b2dcf8de66f063d3197827c86fcb57f3817a9408d7c1977b9d4745147c
|
|
| MD5 |
1c34921cc84beaa3a153c595619bd9c3
|
|
| BLAKE2b-256 |
61801493b3d0e670ccc27a9a82de593e18ba8a8856d09db094fbf27459111c04
|
File details
Details for the file wolfxl-2.0.1-cp313-cp313-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp313-cp313-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1763e329d994ac0309e1552bf5b19fa9377474130567691a9d4b957b49f51226
|
|
| MD5 |
c63c65b55b428c8c75ac27fe5a092b46
|
|
| BLAKE2b-256 |
851ad129b7d9881c200104eef501b4c0cdb8a44ca53160e2855803c9da3c67fa
|
File details
Details for the file wolfxl-2.0.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be728fa4e04804a2c365a6cac4950fb7be010a26db44da39cabc504b32c27228
|
|
| MD5 |
d7aa769a2d62985950c975c4a8d35d84
|
|
| BLAKE2b-256 |
e706fa126fd43d458ecd83294130ba9a91fa345c7cd35a1f52a7543cd1e10c74
|
File details
Details for the file wolfxl-2.0.1-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9092422063ceb1291b958716ad796a37b2df69d19c694fcc57923f44874b3403
|
|
| MD5 |
3c5bfe71d3712edad97e54b978c11599
|
|
| BLAKE2b-256 |
a519be4cef90586d77b25f85f8e5a5db7aa7743091feea8be0b22fe78fc625cc
|
File details
Details for the file wolfxl-2.0.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
807d89a4f73f069322e27750f02ee428d27b955ae471a7e420643e612040cf89
|
|
| MD5 |
9afe4fc63a0b2eef317acbd4c4e7a700
|
|
| BLAKE2b-256 |
82468cc977e25c4570494fe0fb436d81f1b6061d729f5f14d6eebe49dfb82e2f
|
File details
Details for the file wolfxl-2.0.1-cp312-cp312-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp312-cp312-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85437f13b5fcb1e4fce5c5c3d21f71db3c18685efd10bcd61be24a1363917f53
|
|
| MD5 |
18dd08f71ebe26352d6f0745a01437c7
|
|
| BLAKE2b-256 |
2652a24e280a72561b694b107946bfe3371602dc3e7761542412954ee9dfdab1
|
File details
Details for the file wolfxl-2.0.1-cp312-cp312-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp312-cp312-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
128b7a15037a3072b9657a7333f2d5aad18a7aa3e6643856870fc34e42d7632e
|
|
| MD5 |
7f70ff86ce04d0d808bc3fc414f3d720
|
|
| BLAKE2b-256 |
3b656f424e6fadd072ed60c8d644e1c785205e4616e5ab189751500b4aa8e5eb
|
File details
Details for the file wolfxl-2.0.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d08f2e23e151b9ef51a84cde8bf55f52fa7ad8c67c15b5d1d3c2c713aafa07ae
|
|
| MD5 |
ac20a85f1f443d2e577b40388606bf27
|
|
| BLAKE2b-256 |
73a9faa95ecefd9d085b4ea1cfcb1ca1c4f3de20603a1da797c62f7d83fd11a3
|
File details
Details for the file wolfxl-2.0.1-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9461100bc0e979aa1e19b29e405914245221e591ba8628d26ad5b3f1fa38a542
|
|
| MD5 |
e514449a84e47bdb7c30d91cf6a893d2
|
|
| BLAKE2b-256 |
79c69f85c6d0c6f928d694ad2048c81faa394feefc05f0c2979cfc640612d404
|
File details
Details for the file wolfxl-2.0.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
717126da60bf77b41b6fe1f2302fbedb9e3543fee5a951beef2a8d07e9f48b43
|
|
| MD5 |
84db8f79149c3e7f8f83aadbf0d63f6f
|
|
| BLAKE2b-256 |
b09d192ff24dd4e035d60a039eaf9af732851174057b430dd731457100bbf7c7
|
File details
Details for the file wolfxl-2.0.1-cp311-cp311-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp311-cp311-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6996b9e0d94ba25ed07e5a968227005fe5ef418c6c42060093a615d1fe72e309
|
|
| MD5 |
4d33402ba3a0346907c36a52ffa3ce6e
|
|
| BLAKE2b-256 |
56c45e03becc03814e56d8a765ee51f4a0aeb87c68333c4d9c03bc3ba16774b6
|
File details
Details for the file wolfxl-2.0.1-cp311-cp311-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp311-cp311-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec77009031fb34c7802278cbc5ca5cd95f79f9b29a9da89ca41b8b509b9d3d87
|
|
| MD5 |
60c413c8dc851e35e8c40bd44154bf5e
|
|
| BLAKE2b-256 |
81bc798df1baa83600aefdd8651ca36db0079456489050987889c734e7e56371
|
File details
Details for the file wolfxl-2.0.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d3da48a1b7ec2f1f7b62d2c0d92100bac37e197aace3c9635ab137a56a8e3ae
|
|
| MD5 |
ca87ee62688784241671b91f70f5770e
|
|
| BLAKE2b-256 |
e0897a89b3e6b2ea642eec0aff3b4e58c214e580d2580fb2e301b7819346a7b3
|
File details
Details for the file wolfxl-2.0.1-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a44a23217f3df45bf7817eba97be5cc190d03718aec0b955b9e30356bd59bcb5
|
|
| MD5 |
0321294c46280b8d26e1326ace8dd886
|
|
| BLAKE2b-256 |
fa28cccc32d0a397621f8556938f02db97fea9eed47cbb6ace5879a7d2fc88e6
|
File details
Details for the file wolfxl-2.0.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e55dc83bdbf19dfb0669befc7599e949c884cf014100774373b9c12fce2e0ff3
|
|
| MD5 |
ef60561ec0026ddb70a1e45b4f7815b1
|
|
| BLAKE2b-256 |
cefd8efee129209816648fd9e206a9a7629160367142f0da72e80308cab0f33f
|
File details
Details for the file wolfxl-2.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp310-cp310-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9f5e1259bd16ecc87b0709aa7e64fc6d682a295c3daaf9a44f2bf1c53b0a25d
|
|
| MD5 |
c744382e1f80e2a14eddec08c9bad97e
|
|
| BLAKE2b-256 |
b16fc1e02ed3fe261e8cebaeff7d419b6bc5f57da82c8fbdb93ab36ec2e05905
|
File details
Details for the file wolfxl-2.0.1-cp310-cp310-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp310-cp310-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dde4e3ed7ecc43a2d53db57b80d242da8e052a0fec9862b836aa35fe3a393511
|
|
| MD5 |
60d71b4053ae161c8e3e178b5e6cec87
|
|
| BLAKE2b-256 |
db27895e5628000a5da524e569360e9e92eac97c9bf1bec1c9df9e6626b98cba
|
File details
Details for the file wolfxl-2.0.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a1c46ff19237b84a746ee0475839717228674f6050e86ba1426e3b7bbe6bb72
|
|
| MD5 |
353afeda4e25ad224378d38b1d6f19ec
|
|
| BLAKE2b-256 |
9862a8c3160e2b45146137e0e5ce6e7898d0fb91f23a1f8181e622fc2b1d8e8a
|
File details
Details for the file wolfxl-2.0.1-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a14ed65a19de4966b1d2d692e801e4f1e7cdab61df258c54d6d436b7efc848e2
|
|
| MD5 |
af3fe4e64f334da08c7ba613c4d29342
|
|
| BLAKE2b-256 |
3e0d4d7e8c5185455c81d05ac5c89bba2b31605f55899b136aee7dcfcd417db4
|
File details
Details for the file wolfxl-2.0.1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60acb70d904dbfcb30cbb557dd7b382b297188e82a1d2f8e41ae077478e2ac35
|
|
| MD5 |
9237dda228a01ee821304c661d53c08b
|
|
| BLAKE2b-256 |
bb4ac8176a77f856d8987401ebe2ab69a057756fc2fcc9e6fbbfd80749586680
|
File details
Details for the file wolfxl-2.0.1-cp39-cp39-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp39-cp39-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d12e585e04b7a71c10df446e2debfc26f4191eabca2ee6c9403ffb2baad5b611
|
|
| MD5 |
e5262575c4cf6bdd8f65270366aa0b8a
|
|
| BLAKE2b-256 |
05387c0d2ec217d9d0421552d8b1abedab71582325454533004eefe270db4a1a
|
File details
Details for the file wolfxl-2.0.1-cp39-cp39-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp39-cp39-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d78c0bddd5372df08ed65f32e94c4d7086ed5c846d2fbabe8c1d40b6f560c89
|
|
| MD5 |
4565ca04558b3bb83afbaed1f19a8ab8
|
|
| BLAKE2b-256 |
28f4e01ccf257b0d8fa5c5a748533ba78e103f8dba10bda450fe7ae412a186c6
|
File details
Details for the file wolfxl-2.0.1-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93b8fc940029c031572417242b66cbe98542c25614ae0c692300e50f6178e6be
|
|
| MD5 |
79a978f612474a3a37b244fd1f1e6fd3
|
|
| BLAKE2b-256 |
6e1a870364fd9fb6d52016af332d4f8ec78df38f7af742e12a8bf481182765e7
|
File details
Details for the file wolfxl-2.0.1-cp39-cp39-macosx_10_12_x86_64.whl.
File metadata
- Download URL: wolfxl-2.0.1-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c532de0bc1739f001ee99369dddd3421de522d65afceea7769d5d8637473d05f
|
|
| MD5 |
a775b1cd883d308ced3ff4d848d2dffc
|
|
| BLAKE2b-256 |
7bb92a8540650c3bafe7875bc9e5d84aac43f1a96395e29b9c2974401e7d8d7a
|