From 0d5a668a3c63ed2074e8b89bd9c7478590d2d9c9 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 19 Sep 2016 14:24:54 +0200 Subject: [PATCH] Sergey's Python binding now interoperable --- index.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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 -- 2.47.2