Skip to content

Conversation

@tsubakiky
Copy link
Collaborator

@tsubakiky tsubakiky commented Aug 2, 2025

This pull request renames the Python package connectpy to gconnect and updates all relevant imports, dependencies, and references across the project to reflect this change. The changes include modifications to documentation, source code, and configuration files. Below is a summary of the most important changes grouped by theme.

Package Renaming

  • The package name has been updated from connectpy to gconnect in the pyproject.toml file and other configuration files. This includes renaming the package directory from src/connect to src/gconnect and updating the packages and path fields accordingly. [1] [2]

Documentation Updates

  • Updated the README.md file to use gconnect in installation instructions, import examples, and contribution guidelines. [1] [2] [3] [4]

Source Code Changes

  • Replaced all instances of connect imports with gconnect in Python source files, including client.py, server.py, and various generated files. [1] [2] [3] [4] [5]
  • Updated Go code to reflect the renaming in headers and comments, such as in examples-go/client/main.go.

Dependency Updates

  • Replaced connectpy with gconnect in dependency lists in pyproject.toml and other configuration files. [1] [2]

Example Code Adjustments

  • Updated example client and server code to use gconnect imports and dependencies. This includes Python examples (examples/client.py, examples/server.py) and Go examples. [1] [2] [3]

These changes ensure a consistent transition from connectpy to gconnect across the project.

@tsubakiky tsubakiky requested a review from zchee as a code owner August 2, 2025 09:56
@tsubakiky tsubakiky merged commit 05a3471 into main Aug 2, 2025
4 checks passed
@tsubakiky tsubakiky deleted the rename-pypi-name branch August 2, 2025 10:01
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.

2 participants