#
grpc-python
Here are 135 public repositories matching this topic...
Easy gRPC service based on Django application
-
Updated
Feb 14, 2022 - Python
The Python micro framework for building gPRC application.
-
Updated
Sep 26, 2021 - Python
Handy tool for file transfer using Python gRPC
-
Updated
Mar 22, 2018 - Python
gRPC implementation integrated with Django Application.
-
Updated
Jun 9, 2022 - Python
Example of Authentication Using gRPC
python
docker
postgres
jwt
authentication
docker-compose
postgresql
grpc
environment-variables
jwt-authentication
grpc-python
grift
kensho
-
Updated
Jan 8, 2018 - Python
gRPC Python client/server for Testing Kubernetes using NGINX Ingress
-
Updated
Jul 19, 2018 - Python
Python DSL to leverage translation of dictionaries and SQLAlchemy into Protobuf objects.
-
Updated
Feb 2, 2021 - Python
Kedro gRPC Server is a Kedro plugin that creates a gRPC server for triggering and monitoring pipeline runs using a general-purpose RPC framework gRPC
-
Updated
Sep 4, 2020 - Python
good first issue
Good for newcomers
Redesigned KoNLPy (Wrapper) for Usability and Portability with gRPC. [EXPERIMENTAL]
-
Updated
May 16, 2022 - Python
Simple gRPC with images in python.
-
Updated
Jun 7, 2020 - Python
TypeDB (Core and Cluster) RPC Communication Protocol
-
Updated
Jun 3, 2022 - Starlark
A todo list backend application written using microservices architecture. Used languages and technologies: gRPC, C++, Python, Docker, JWT, SQL, SQLAlchemy.
sqlalchemy
jwt
microservices
sql
cxx
cpp
grpc
python3
microservices-architecture
jwt-authentication
gateway-microservice
grpc-python
-
Updated
Sep 21, 2021 - Python
A simple guide to use gRPC with python and docker
-
Updated
Mar 12, 2022 - Python
gRPC Integration with Django Framework
-
Updated
Apr 22, 2022 - Python
一个使用 gRPC 接口用于 QQ 群内高效推送 BiliBili 动态和直播的机器人
grpc
bilibili
qq
qqbot
ariadne
bilibili-api
grpc-python
playwright
qq-bot
graia-framework
graia
graia-ariadne
graiaproject
-
Updated
Jun 15, 2022 - Python
Redesigned KoNLPy (Wrapper) for Usability and Portability with gRPC Using Homi
-
Updated
Oct 4, 2020 - Python
gRPC with Docker and NGINX - Django Integration.
-
Updated
Jun 9, 2022 - Python
An open-source, scalable, decentralized, robust, heterogeneous file storage solution which is fault tolerant, replicated, distributed and lets you upload, download, and see the catalog of other cluster with low latency and LRU cache capabilities.
proxy-server
multithreading
python3
distributed-file-system
lru-cache
protobuf3
consensus-algorithm
raft-consensus-algorithm
grpc-python
heartbeat-service
-
Updated
Apr 12, 2019 - Python
Understanding gRPC: A practical application in Go and Python
-
Updated
Nov 27, 2019 - Python
Tulip Exchange Client Library
-
Updated
Apr 10, 2022 - Starlark
-
Updated
Jun 17, 2022 - Python
Developing with Hyperledger Indy made easy.
-
Updated
Mar 5, 2022 - Python
A monolithic architecture based Public Cloud with GoLang Backend and Python Frontend communicating over gRPC, providing encrypted text file storage.
go
golang
firebase
jwt
mongodb
protocol-buffers
grpc
python3
jwt-token
grpc-service
jwt-authentication
firebase-storage
mongodb-driver
protobuf3
grpc-server
grpc-client
grpc-go
tkinter-gui
grpc-python
-
Updated
Mar 23, 2020 - Python
More developer friendly Python API for GoBGP v1.25
-
Updated
Oct 26, 2018 - Python
Query service to serve the JibJib TensorFlow model
python
docker
flask
protobuf
tensorflow
rest-api
grpc
machine-learning-api
tensorflow-serving
audioset
grpc-python
vggish
-
Updated
Nov 5, 2018 - Python
Improve this page
Add a description, image, and links to the grpc-python topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grpc-python topic, visit your repo's landing page and select "manage topics."
In version 9.0.0 aioboto3 package introduced a breaking change:
aioboto3.client
method no longer exists.So, to support aioboto3>=9.0.0 we need to create
aioboto3.Session()
and then usesession.client
method.