Skip to content

Commit

Permalink
Rename to Python Implementation
Browse files Browse the repository at this point in the history
This covers both client and server
  • Loading branch information
mattrobenolt committed Dec 7, 2023
1 parent 9e440ea commit 8c92fd0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 001-Python Client
# 001-Python Implementation

I would like to propose adding an official Python ConnectRPC client. I propose a full server and client implementation that supports both threaded I/O and asyncio, targeting modern Python (TBD what versions, but as of today Python 3.12 is current).
I would like to propose adding an official Python ConnectRPC implementation. I propose a full server and client implementation that supports both threaded I/O and asyncio, targeting modern Python (TBD what versions, but as of today Python 3.12 is current).

Server implementation will target [WSGI](https://peps.python.org/pep-3333/) and [ASGI](https://asgi.readthedocs.io/en/latest/) specifications.

Expand Down

0 comments on commit 8c92fd0

Please sign in to comment.