Skip to content

Rename package from celesto_sdk to celesto#2

Merged
aniketmaurya merged 3 commits intomainfrom
copilot/rename-package-to-celesto
Jan 13, 2026
Merged

Rename package from celesto_sdk to celesto#2
aniketmaurya merged 3 commits intomainfrom
copilot/rename-package-to-celesto

Conversation

Copy link
Contributor

Copilot AI commented Jan 13, 2026

Simplified package name from celesto_sdk to celesto for cleaner imports.

Changes

  • Package structure: Renamed src/celesto_sdk/src/celesto/
  • Build config: Updated pyproject.toml CLI entry point, version path, and wheel packages
  • Imports: Updated all absolute imports to new package name, converted internal imports to relative
  • Documentation: Updated README and AGENTS.md examples

Example

Before:

from celesto_sdk.sdk import CelestoSDK

After:

from celesto.sdk import CelestoSDK
Original prompt

This section details on the original issue you should resolve

<issue_title>rename package from celesto_sdk to celesto</issue_title>
<issue_description>- from celesto_sdk.sdk import CelestoSDK becomes from celesto.sdk import CelestoSDK

  • Update all the tests and examples accordingly</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits January 13, 2026 22:52
Co-authored-by: aniketmaurya <21018714+aniketmaurya@users.noreply.github.com>
Co-authored-by: aniketmaurya <21018714+aniketmaurya@users.noreply.github.com>
@aniketmaurya aniketmaurya marked this pull request as ready for review January 13, 2026 22:55
@aniketmaurya aniketmaurya merged commit b33bfac into main Jan 13, 2026
1 check passed
@aniketmaurya aniketmaurya deleted the copilot/rename-package-to-celesto branch January 13, 2026 22:56
Copilot AI restored the copilot/rename-package-to-celesto branch January 13, 2026 22:56
@aniketmaurya aniketmaurya deleted the copilot/rename-package-to-celesto branch January 13, 2026 22:56
Copilot AI changed the title [WIP] Rename package from celesto_sdk to celesto Rename package from celesto_sdk to celesto Jan 13, 2026
Copilot AI requested a review from aniketmaurya January 13, 2026 22:56
Copilot stopped work on behalf of aniketmaurya due to an error January 13, 2026 22:56
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.

rename package from celesto_sdk to celesto

2 participants