From: Yann Collet Date: Mon, 19 Sep 2016 12:24:54 +0000 (+0200) Subject: Sergey's Python binding now interoperable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d5a668a3c63ed2074e8b89bd9c7478590d2d9c9;p=thirdparty%2Fzstd.git Sergey's Python binding now interoperable --- diff --git a/index.html b/index.html index 7727a61f4..0bab43929 100644 --- a/index.html +++ b/index.html @@ -169,6 +169,7 @@ here is a list of known bindings and their authors : | __Rust__ | Alexandre Bury | https://crates.io/crates/zstd | | __C#__ | SKB Kontur | https://github.com/skbkontur/ZstdNet | | __Python__ | Gregory Szorc | https://pypi.python.org/pypi/zstandard +| __Python__ (simple) | Sergey Dryabzhinsky | https://pypi.python.org/pypi/zstd | __Node.js__ streams | albertdb | https://www.npmjs.com/package/node-zstandard | __Node.js__ buffers | Zwb | https://www.npmjs.com/package/node-zstd | __PHP__ | Kamijo | https://github.com/kjdev/php-ext-zstd | @@ -183,16 +184,6 @@ here is a list of known bindings and their authors : [than reference C]:https://github.com/facebook/zstd -## Custom formats - -These bindings use zstd compression, and encapsulate the result into their own format. -They are not interoperable with other bindings. - -| Language | Author | URL | -| ------------ | ------------------- | ------------------------------------- | -| __Python__ | Sergey Dryabzhinsky | https://pypi.python.org/pypi/zstd | - -
## Graphical User Interface