From 77cf97ddb7f989f65c84ccaa62caf0c491c9d44f Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Thu, 18 Apr 2024 13:41:10 -0700 Subject: [PATCH] rename to 004 --- ...01-python-implementation.md => 004-python-implementation.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/governance/rfc/{001-python-implementation.md => 004-python-implementation.md} (99%) diff --git a/docs/governance/rfc/001-python-implementation.md b/docs/governance/rfc/004-python-implementation.md similarity index 99% rename from docs/governance/rfc/001-python-implementation.md rename to docs/governance/rfc/004-python-implementation.md index cc107ee9..d8ba9300 100644 --- a/docs/governance/rfc/001-python-implementation.md +++ b/docs/governance/rfc/004-python-implementation.md @@ -1,4 +1,4 @@ -# 001-Python Implementation +# 004: Python Implementation 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).