Skip to content

Conversation

@tsubakiky
Copy link
Collaborator

@tsubakiky tsubakiky commented Aug 3, 2025

This pull request renames the project from gconnect to connectrpc and updates all associated references throughout the codebase, documentation, and configuration files. The changes ensure consistency with the new project name and include updates to imports, dependencies, and file paths.

Project Renaming and Refactoring:

  • Updated all imports across the codebase to replace gconnect with connectrpc, ensuring compatibility with the new project name. This includes Python files such as client.py, server.py, and generated files like service_connect.py and eliza_connect_pb2.py. [1] [2] [3] [4] [5]
  • Renamed directories and files to align with the new project name, including renaming the src/gconnect directory to src/connectrpc. [1] [2] [3]

Documentation and Examples:

  • Updated the README.md file to reflect the new installation command (pip install connectrpc) and adjusted code examples to use connectrpc imports. [1] [2] [3]
  • Modified example files like client.py and server.py to replace gconnect references with connectrpc. [1] [2]

Configuration Updates:

  • Updated dependency references in pyproject.toml and examples/pyproject.toml to use connectrpc instead of gconnect. [1] [2]
  • Adjusted build configurations to reflect the new package structure and naming conventions.

Generated Code:

  • Updated generated Python files to replace gconnect imports with connectrpc. This includes files like service_connect.py and eliza_connect_pb2.py. [1] [2]

Miscellaneous:

  • Updated project-specific headers and comments, such as the header in service_connect.py, to reflect the new project name.

These changes ensure the project is fully transitioned to the new name, connectrpc, while maintaining functionality and consistency across the codebase.

@tsubakiky tsubakiky requested a review from zchee as a code owner August 3, 2025 03:10
@tsubakiky tsubakiky merged commit f3d8450 into main Aug 3, 2025
4 checks passed
@tsubakiky tsubakiky deleted the pypi-connectrpc branch August 3, 2025 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant