Skip to main content

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

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

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.3
File Size Uploaded
wolfxl-2.0.3.tar.gz 10.7 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for wolfxl 2.0.3
File
wolfxl-2.0.3-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.3-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.3-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.3-cp315-cp315-manylinux_2_28_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.3-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.3-cp314-cp314t-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.3-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
wolfxl-2.0.3-cp314-cp314-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.3-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.3-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
wolfxl-2.0.3-cp314-cp314-macosx_10_12_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.12+ x86-64 Details
wolfxl-2.0.3-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
wolfxl-2.0.3-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.3-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.3-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
wolfxl-2.0.3-cp313-cp313-macosx_10_12_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.12+ x86-64 Details
wolfxl-2.0.3-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
wolfxl-2.0.3-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.3-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.3-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
wolfxl-2.0.3-cp312-cp312-macosx_10_12_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.12+ x86-64 Details
wolfxl-2.0.3-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
wolfxl-2.0.3-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.3-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.3-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
wolfxl-2.0.3-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
wolfxl-2.0.3-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
wolfxl-2.0.3-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.3-cp310-cp310-manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.3-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
wolfxl-2.0.3-cp310-cp310-macosx_10_12_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.12+ x86-64 Details
wolfxl-2.0.3-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
wolfxl-2.0.3-cp39-cp39-manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64 Details
wolfxl-2.0.3-cp39-cp39-manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ ARM64 Details
wolfxl-2.0.3-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
wolfxl-2.0.3-cp39-cp39-macosx_10_12_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.12+ x86-64 Details

Total release size: 129.7 MB

Release files / wolfxl-2.0.3.tar.gz

Download URL wolfxl-2.0.3.tar.gz
Size 10.7 MB
Tags Source
SHA-256 checksum
How to use checksums
7089a03df40bbf525a5d447c79af28f3b33e387c7d21ee3beeb63c6adc5b18a3
BLAKE2b-256 checksum
How to use checksums
f4b8ddd0f9b791459b736e51008523c90ddf813bd0bbbc5d571f195bcf6ded1a
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

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

Download URL wolfxl-2.0.3-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
e451143028e3f5510a329ed1d62b3c5bbec66225ec3cf3055671787bf7b8446b
BLAKE2b-256 checksum
How to use checksums
d1ca9a588e30d98b4cc45d0954cb6101c641721cc9de860d3a3c98fad284fc01
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

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

Download URL wolfxl-2.0.3-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
735a7718bf7176e0a54dbf23e3e1fad84874ad8db55d1c850e0d8dd33570c600
BLAKE2b-256 checksum
How to use checksums
7fdaedd64c7d678f6a04dcbc40fe767815228979aad257af0833aabc674a68b8
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

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

Download URL wolfxl-2.0.3-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
8fb6f36c81d4934d758e500a1a7b3b4f904fc44b0074a2d2f8d5d2399372d1a2
BLAKE2b-256 checksum
How to use checksums
8ece64b3e077610b89f193ebe2f2a8fd9d78dfe5876f1fca6cbff2f0d692a2d9
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

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

Download URL wolfxl-2.0.3-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
0ff5e4abefcdd87746c5f1686522769bdd4200e973e98270dd674dab2634c770
BLAKE2b-256 checksum
How to use checksums
16c795592eec4dc3af50f59f230705a6e15f6cc404fddc1b38c6924750098585
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

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

Download URL wolfxl-2.0.3-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
c4a7c2c3088ed7f9644d2b5c13f2d9369adacad4881b4bec89ae5ef1a6aab77f
BLAKE2b-256 checksum
How to use checksums
a38bc26da8bbf0025b9531e4dcdf563f29c94b25c1e10b7d8df12c3b431e3d38
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

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

Download URL wolfxl-2.0.3-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
27b58ab0f478f5cba0d0dd09d7fc2b067072b356795e57e0e5f4f43015bdde51
BLAKE2b-256 checksum
How to use checksums
83395712ea56b355273b2e14f1a69f9c34b2d62fb1494a82ffc3ad3b5875d035
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

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

Download URL wolfxl-2.0.3-cp314-cp314-win_amd64.whl
Size 3.4 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
6dfbc8cb2d962e156cda5c95ac6be26ffcc335c707a3e212ba511e6f3ab975e1
BLAKE2b-256 checksum
How to use checksums
768a313d70d55cfb902bd59430f262f81a23c5370917783c0a62459b8bd15f3c
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

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

Download URL wolfxl-2.0.3-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
b52c9a4a9511effe494429c36a9921ec1ecbc52f251cb5a9b5761a44de8c3f43
BLAKE2b-256 checksum
How to use checksums
3f74783508fd9d7fc9552032c252c2e63a6e79f7b8011a0d6aed7138c1d306f1
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

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

Download URL wolfxl-2.0.3-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
090d49687566337cccee0270b15b7e0bb81e67928941bfdf8f168c95df61f48c
BLAKE2b-256 checksum
How to use checksums
ee43273de1c610cab30db9dfb1ed2e3610f8791cf75eba2892e72356384f8fe5
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

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

Download URL wolfxl-2.0.3-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
71d8d1bd7bd669631a798240c7afe03cb80f59fcbc3d45b12be19809f43abd4d
BLAKE2b-256 checksum
How to use checksums
c12851364f28399a372bbc6b3eda5590a99d1f52b1553413c3458b7c56e143f5
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

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

Download URL wolfxl-2.0.3-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
cfac4bf7ab182e7e184d5d436b4c112cd78bc7cf9f0464de80d7b5c28279ac0c
BLAKE2b-256 checksum
How to use checksums
d149ba222510b20a2290b261e0ee8e799ba39fff85572107759c80175c6eea19
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

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

Download URL wolfxl-2.0.3-cp313-cp313-win_amd64.whl
Size 3.4 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
5864e7b0e6d4a5c4a5b50859c8082513af6f73730442f14cad77c16c2ca02c47
BLAKE2b-256 checksum
How to use checksums
6d15244b58812eb936534268d118d3d614ab0e6a8af7b01ce83c7fb3d0de8b69
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

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

Download URL wolfxl-2.0.3-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
07ba8bf75876f61f46a27dc769cd0a0bcc4af4b623379ddf8708836dbadc0427
BLAKE2b-256 checksum
How to use checksums
9487e57d7660bcd7a63df35dd23eec91547e418172303b33bf621b334794cab1
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

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

Download URL wolfxl-2.0.3-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
9de637ac85d0f0b3b49649210a51c001da3271a99b347ce0ccf583c0197f7595
BLAKE2b-256 checksum
How to use checksums
fc9a2e5b46012680f67104f165257dc2417222a7609ef3d7f4349242b89371fa
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

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

Download URL wolfxl-2.0.3-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
af74161840b407f344b564e83c9ff6017ac32e0eb7b72955086d5e5130d68973
BLAKE2b-256 checksum
How to use checksums
e3deb68f4e692348c136be4e6b8f4c649de1f9b38c8bf1b47fd4163ca817cee2
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

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

Download URL wolfxl-2.0.3-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
48b94e2fc465cd5d55df82a51f4ea2927163573ec3585960ae9ccaa8b35acfd6
BLAKE2b-256 checksum
How to use checksums
0dcff7782580b5e8553b161234ef8d917cc28f7c7d67fd81f3aabd5b895603fe
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

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

Download URL wolfxl-2.0.3-cp312-cp312-win_amd64.whl
Size 3.4 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
106619aa5987bedbffa114d9929ac15421febe2158ecdee5b972a0835ada3b43
BLAKE2b-256 checksum
How to use checksums
b54123bb146a96005c9b41d50067672acfdd642761deb5ea52041b5808fc0855
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

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

Download URL wolfxl-2.0.3-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
2c930cdeaaa8fa2e3c3baf437ee0e554a91c96cafe60a313d55a7c3c64da827f
BLAKE2b-256 checksum
How to use checksums
958bf205e955db505229f77d0fd41354e935761b8aa9ab6fe06fb0c780078aab
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

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

Download URL wolfxl-2.0.3-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
1b8789693b2824f04aedcab6997c30f2d2715ffcc35ee12aeb7555d46371bd8c
BLAKE2b-256 checksum
How to use checksums
a8e3a6ca55b8c283ddf469ba6b73ef68b5653b8bbc544bba1917b7be772a97b0
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

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

Download URL wolfxl-2.0.3-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
8d36c86198327f18c5710fd61f90fd1a33d336828c464c3bc3d5fb09b18b540b
BLAKE2b-256 checksum
How to use checksums
6e9d61125e2d7459027938a5d4a04ef4e7a3486462ffdfe78dc06ac9c4d4b63c
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

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

Download URL wolfxl-2.0.3-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
635f4720aadad7e261c8ca114bff67b4f73ae66c577cb5167e4c7a42ee498636
BLAKE2b-256 checksum
How to use checksums
a33ed25a2cab007381a43d7db3c876e04687688acbbc9be6b2d4d1b6ad2429b6
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

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

Download URL wolfxl-2.0.3-cp311-cp311-win_amd64.whl
Size 3.4 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
6bf1dc3b00777d5d8a2e5c986ead9da6bcfe941d7883a7c35d95fba49c70fed2
BLAKE2b-256 checksum
How to use checksums
d840abefea8da96a7e657d267ce9edfd2c606e3edc4b5b410dca24cd99144c7c
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

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

Download URL wolfxl-2.0.3-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
c2e45dd7bf188ddde5f122a63877c33a5dc20c74d15e616eee7c018be34798ea
BLAKE2b-256 checksum
How to use checksums
16cbdc5cbc80364baf4a46c3da6001b0fd9bba59c27edce3f44da1a9f216bbba
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

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

Download URL wolfxl-2.0.3-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
4cff16727830deb47345951049f811f0f5025a8ca4d5461a148b7f0fe8299881
BLAKE2b-256 checksum
How to use checksums
b4b184e1dcd62ce2f44225fae675b2defb0c546ee9561190c412e6e40030a053
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

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

Download URL wolfxl-2.0.3-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
14ed2138d3c195e8c509dbce2909d1ba7e0bf1e1a19220abe0b2396b434c71cd
BLAKE2b-256 checksum
How to use checksums
2c89f8c681bef083e8f6404751390a6454b1235b5f2a6ad8751ff3c23bd5a161
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

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

Download URL wolfxl-2.0.3-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
7c9dbaf2a21ee7acce46637e4b3275931cf37db240135bcffd2ee37f4c489fe9
BLAKE2b-256 checksum
How to use checksums
af038ef5e88328df7079c7638f9e838c9ce2e74dae835bfffc071d11cea65cbe
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

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

Download URL wolfxl-2.0.3-cp310-cp310-win_amd64.whl
Size 3.4 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
06f25fad1f96e05dc363f651b74b7d8baa8e5ff5b3e0a72337499725fb38eb17
BLAKE2b-256 checksum
How to use checksums
798ea4f8b4b840752e77f9d5626289729ee7d93b28c2be68aff1132e1f19b98a
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

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

Download URL wolfxl-2.0.3-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
2c565027a39f110df10c060f275e9bb24b7fe0f831216fe47eb4a7ecc22593df
BLAKE2b-256 checksum
How to use checksums
5b45daef1580fffdb6787697b233715ae1395525cdff4c2ae2a0e66ff3881fbb
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

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

Download URL wolfxl-2.0.3-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
b176a7038914c1d6832d5f6da8b09f269758a8378eda7ebc8424d1d62031fa21
BLAKE2b-256 checksum
How to use checksums
0c0bac1b7de6f6307b08ddc24495771d10d66c1926e90fab23fc272c4de2b492
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

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

Download URL wolfxl-2.0.3-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
e43ac6c77b673d60202c6176e73f064004ab66729eddc94417392fd9c54b105e
BLAKE2b-256 checksum
How to use checksums
0d8dee2a7926a1b0a32246570be817a7350848661b9f751892dd9c7845f2818c
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

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

Download URL wolfxl-2.0.3-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
0744eb16e7c1421ee7609c469963c787193b4a552155fa01105c4b445d6d5840
BLAKE2b-256 checksum
How to use checksums
705382d7155f47f61520067c63f9dcbc9bc771ff7e6ff4fd0bae540d4cc62e3a
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

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

Download URL wolfxl-2.0.3-cp39-cp39-win_amd64.whl
Size 3.4 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
cf0e708bc91b9d2d09166327cf6011e92a1b45283225d46d3afba38f4823dc49
BLAKE2b-256 checksum
How to use checksums
2cf60b3d57522ed647a1f9195f1063d3d80927ca025a1ab06b514daeb2b075a1
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

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

Download URL wolfxl-2.0.3-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
16bf55d149bb45aad5982d19041020f5e61f12bc46067c56a0cbf449c49fdc65
BLAKE2b-256 checksum
How to use checksums
82f178c0a85b54c5afce62364ad7648050e45dd28481c65b8a6e4dd0b67b1ee4
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

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

Download URL wolfxl-2.0.3-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
e538d58b21687bc442ec7f10a7e391b171ace8e9e06df5f415810e37c86567d4
BLAKE2b-256 checksum
How to use checksums
4d340263152c652507443c0966d20f7ee25d4d83edc8ed5cdf2b97c4b0a4bc47
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

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

Download URL wolfxl-2.0.3-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
d4d8dfdcce645e8971bbe7dabfcf0bd11db451e707301c5cf4483dbe80f15a75
BLAKE2b-256 checksum
How to use checksums
9f5ed970609479b9ffc6dcf9772a6477c7ff165781d8ebe9a903663b3b507cd4
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

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

Download URL wolfxl-2.0.3-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
99f72e996f54367b5e684aebab9759393cde525cc3be775c9af121205b475ea0
BLAKE2b-256 checksum
How to use checksums
5f105f3fa302b6aaeaf1af3d30b1c3a8dd6511243c5b9205147bc4dfc664ead7
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

Release history Release notifications | RSS feed

2.0.4

37 release files

This release

2.0.3 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