From: Yann Collet Date: Sun, 18 Oct 2020 14:18:11 +0000 (-0700) Subject: added ma lin python binding X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ee80ed377e6c26624075454243b1627f4121700;p=thirdparty%2Fzstd.git added ma lin python binding --- diff --git a/index.html b/index.html index 6c52546dc..8dff8281a 100644 --- a/index.html +++ b/index.html @@ -190,6 +190,7 @@ which are full re-implementation of the algorithm in the target language. | __Java__ (Port) | Martin Traverso | https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd | __Python__ (full) | Gregory Szorc | https://pypi.python.org/pypi/zstandard | __Python__ (simple) | Sergey Dryabzhinsky | https://github.com/sergey-dryabzhinsky/python-zstd +| __Python__ (std api) | Ma Lin | https://pypi.org/project/pyzstd | __Rust__ | Alexandre Bury | https://crates.io/crates/zstd | | __Rust__ (decoder, Port) | Moritz Borcherding | https://github.com/KillingSpark/zstd-rs | __C#__ | SKB Kontur | https://github.com/skbkontur/ZstdNet |