Tags: connectrpc/connect-python
Tags
Rework to connectrpc org (#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 #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>