From: Yann Collet Date: Fri, 26 Sep 2025 17:56:57 +0000 (-0700) Subject: added python 3.14 standard zstd implementation X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fgh-pages;p=thirdparty%2Fzstd.git added python 3.14 standard zstd implementation by @Rodgam and @emmatyping closes #4496 --- diff --git a/index.html b/index.html index 9615a5af8..1e3699ad7 100644 --- a/index.html +++ b/index.html @@ -214,6 +214,7 @@ which are explicitly labelled as Ports. | Language | Author | URL | | ------------- | ------------------- | ------------------------------------- | +| __Python__ (standard) | Python Software Foundation | https://docs.python.org/3.14/library/compression.zstd.html | __Python__ (full) | Gregory Szorc | https://pypi.python.org/pypi/zstandard | __Python__ (simple) | Sergey Dryabzhinsky | https://github.com/sergey-dryabzhinsky/python-zstd | __Python__ (bz2 api) | Ma Lin | https://pypi.org/project/pyzstd |