From fd4a7f215015a8a7ec2d010cd09a9bcba4b8afb9 Mon Sep 17 00:00:00 2001 From: gerrymanoim Date: Thu, 16 Jul 2020 13:04:18 -0400 Subject: [PATCH] DOC: Add another python binding to README (#1043) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32625f08..e17ffd65 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ We distinguish between "bindings" (which just wrap the C++ code) and a port to a - [ZippyJSON](https://github.com/michaeleisel/zippyjson): Swift bindings for the simdjson project. - [pysimdjson](https://github.com/TkTech/pysimdjson): Python bindings for the simdjson project. +- [libpy_simdjson](https://github.com/gerrymanoim/libpy_simdjson/): Python bindings for simdjson using [libpy](https://github.com/quantopian/libpy). - [simdjson-rs](https://github.com/simd-lite): Rust port. - [simdjson-rust](https://github.com/SunDoge/simdjson-rust): Rust wrapper (bindings). - [SimdJsonSharp](https://github.com/EgorBo/SimdJsonSharp): C# version for .NET Core (bindings and full port).