From ab12b76b7b5358a7cc9a210d2fadb1a3bfb05ba4 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 5 Oct 2018 13:34:00 -0400 Subject: [PATCH] Update api-wrappers.md add Python and C++ wrappers --- documents/resources/api-wrappers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documents/resources/api-wrappers.md b/documents/resources/api-wrappers.md index 3e7222c..28e9185 100644 --- a/documents/resources/api-wrappers.md +++ b/documents/resources/api-wrappers.md @@ -7,9 +7,11 @@ Interested in creating one for a language not shown below, see our [bounties pag ## List of API wrapper resources | Language | Creator/Contact | GitHub Repository / Other Links | Status | |------------|---------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|-------------| +| Python | [osilkin98](https://github.com/osilkin98) | [PyBry](https://github.com/osilkin98/PyBry) | Completed | +| C++ | [osilkin98](https://github.com/osilkin98) | [CppBry](https://github.com/osilkin98/CppBry) | Completed | | Java | [winder](https://github.com/winder/) | [lbry4j](https://github.com/winder/lbry4j) / [Maven-Central](https://search.maven.org/#artifactdetails%7Ccom.willwinder.lbry4j%7Clbry4j%7C1.0%7Cjar) | Completed | | Javascript | [ryanomad](https://github.com/rynomad) | [lbry-js](https://github.com/rynomad/lbry-js) / [npm](https://www.npmjs.com/package/lbry) | Completed | | Lua | [ocornoc](https://github.com/ocornoc/) | [lualbry](https://github.com/ocornoc/luabry) | Completed | | PHP | [lyoshenka](https://github.com/lyoshenka/) | [php-api](https://github.com/lbryio/php-api) | Completed | -| Ruby | [dan1d](https://github.com/dan1d) | [lbry-api-ruby](https://github.com/dan1d/lbry-api-ruby) / [Ruby Gem](https://rubygems.org/gems/lbry) | Completed | +| Ruby | [dan1d](https://github.com/dan1d) | [lbry-api-ruby](https://github.com/dan1d/lbry-api-ruby) / [Ruby Gem](https://rubygems.org/gems/lbry) | Completed | | Rust | [dlight](https://github.com/dlight) | [lbry-rs](https://github.com/dlight/lbry-rs) | In progress |