From fba986bf48fdc081c9d7065907c92a43708e1c60 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Wed, 14 Oct 2020 23:40:00 -0600 Subject: [PATCH] Add Python to bindings list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e236f6e..f5b8ded 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ following bindings: * Go: [go-libdeflate](https://github.com/4kills/go-libdeflate) * Java: [libdeflate-java](https://github.com/astei/libdeflate-java) * Julia: [LibDeflate.jl](https://github.com/jakobnissen/LibDeflate.jl) +* Python: [deflate](https://github.com/dcwatson/deflate) * Ruby: [libdeflate-ruby](https://github.com/kaorimatz/libdeflate-ruby) * Rust: [libdeflater](https://github.com/adamkewley/libdeflater)