Add Python to bindings list

This commit is contained in:
Kyle Barron 2020-10-14 23:40:00 -06:00 committed by Eric Biggers
parent ea88fa822f
commit fba986bf48

View File

@ -181,6 +181,7 @@ following bindings:
* Go: [go-libdeflate](https://github.com/4kills/go-libdeflate) * Go: [go-libdeflate](https://github.com/4kills/go-libdeflate)
* Java: [libdeflate-java](https://github.com/astei/libdeflate-java) * Java: [libdeflate-java](https://github.com/astei/libdeflate-java)
* Julia: [LibDeflate.jl](https://github.com/jakobnissen/LibDeflate.jl) * 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) * Ruby: [libdeflate-ruby](https://github.com/kaorimatz/libdeflate-ruby)
* Rust: [libdeflater](https://github.com/adamkewley/libdeflater) * Rust: [libdeflater](https://github.com/adamkewley/libdeflater)