0
0
mirror of https://github.com/facebook/zstd synced 2026-01-18 17:21:18 +01:00

added python 3.14 standard zstd implementation

by @Rodgam and @emmatyping

closes #4496
This commit is contained in:
Yann Collet
2025-09-26 10:56:57 -07:00
parent 8f629b16a4
commit 8b9e6173c6

View 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 |