]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added ma lin python binding
authorYann Collet <cyan@fb.com>
Sun, 18 Oct 2020 14:18:11 +0000 (07:18 -0700)
committerYann Collet <cyan@fb.com>
Sun, 18 Oct 2020 14:18:11 +0000 (07:18 -0700)
index.html

index 6c52546dc1128e86d8d95c0ac4b1cfca79bea535..8dff8281a094efb344262fca732ac98cafd751ca 100644 (file)
@@ -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  |