]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Sergey's Python binding now interoperable
authorYann Collet <yann.collet.73@gmail.com>
Mon, 19 Sep 2016 12:24:54 +0000 (14:24 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Mon, 19 Sep 2016 12:24:54 +0000 (14:24 +0200)
index.html

index 7727a61f43d3645595d0225504d2a03933f77aed..0bab43929f2e73b258ef291bc8819b0e1310ef84 100644 (file)
@@ -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     |
-
-
 <br/>
 <a name="GUI"></a>
 ## Graphical User Interface