]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added python 3.14 standard zstd implementation gh-pages
authorYann Collet <cyan@fb.com>
Fri, 26 Sep 2025 17:56:57 +0000 (10:56 -0700)
committerYann Collet <cyan@fb.com>
Fri, 26 Sep 2025 17:56:57 +0000 (10:56 -0700)
by @Rodgam and @emmatyping

closes #4496

index.html

index 9615a5af85255c61b93379905590dc103ace308c..1e3699ad7b4f06bebfdf0be1d72481f5cca23517 100644 (file)
@@ -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       |