From: Aber Date: Sat, 24 Oct 2020 21:32:51 +0000 (+0800) Subject: Add new project to Third Party Packages (#1364) X-Git-Tag: 0.17.0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bc3b0188a65cfa3f3dc8b85a0ed0e78d437ba5e;p=thirdparty%2Fhttpx.git Add new project to Third Party Packages (#1364) * Add new project to Third Party Packages * Fix typo Co-authored-by: Josep Cugat * Update third-party-packages.md Co-authored-by: Josep Cugat Co-authored-by: Florimond Manca --- diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 75a841da..7187ee6f 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -24,6 +24,12 @@ An asynchronous GitHub API library. Includes [HTTPX support](https://gidgethub.r A utility for mocking out the Python HTTPX library. +### rpc.py + +[Github](https://github.com/abersheeran/rpc.py) - [Documentation](https://github.com/abersheeran/rpc.py#rpcpy) + +An fast and powerful RPC framework based on ASGI/WSGI. Use HTTPX as the client of the RPC service. + ### VCR.py [GitHub](https://github.com/kevin1024/vcrpy) - [Documentation](https://vcrpy.readthedocs.io/)