Tags: Friendliness/connect-python
Tags
Prepare for v0.7.0 (connectrpc#72) Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
Prepare for v0.6.0 (connectrpc#60) Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
Fix badge links and code-workspace filename (connectrpc#6) Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
Rework to connectrpc org (connectrpc#144) * chore: rework to connectrpc org * Fix protoc pyproject * Some remaining case-insensitive connecpys * pyproject * docs: Update README and add GitHub Actions workflows per review feedback - Add GitHub Actions workflows for project management and PR linting - Fix package import names (connectrpc not connect_python) - Fix class names to match actual implementation - Remove incorrect CORS feature claim - Add comprehensive streaming examples for all RPC types - Add Examples section highlighting Eliza chatbot demo - Add WSGI support documentation - Add Advanced Features section (GET support, CORS, limits, editions) - Improve installation instructions Addresses review comments from @bufdev on PR connectrpc#144 * Cleanup * Fix workflow * Fix warning * publish * Add Peter to maintainers --------- Co-authored-by: i2y <6240399+i2y@users.noreply.github.com> Co-authored-by: Yasushi Itoh <i2y@users.noreply.github.com>