ZIP-0: renames the pypi project package name to ziptax-sdk#6
Merged
ericlakich merged 1 commit intomainfrom Jan 28, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR renames the PyPI package from ziptax to ziptax-sdk and standardizes the branding to use "Ziptax" consistently throughout the codebase. The package version is also updated to 0.1.0-beta to reflect the new release under the new name.
Changes:
- Package name changed from
ziptaxtoziptax-sdkin project configuration and documentation - Class name updated from
ZipTaxClienttoZiptaxClientfor consistent branding - Brand name standardized from "ZipTax" to "Ziptax" across all documentation and metadata
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| pyproject.toml | Updated package name to ziptax-sdk, version to 0.1.0-beta, and standardized team name to "Ziptax Team" |
| docs/spec.yaml | Updated project name, description, and API name references to use "Ziptax" consistently |
| README.md | Updated installation instructions, code examples with new client name, and branding references |
| .github/workflows/publish.yml | Updated PyPI URL to point to the new package name |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the project to use the new name
ziptax-sdkinstead ofziptaxthroughout the codebase, documentation, and configuration files. It also standardizes the casing of "Ziptax" and updates related metadata and usage instructions to reflect these changes.Project/package renaming and metadata updates:
ziptaxtoziptax-sdkinpyproject.toml,README.md, anddocs/spec.yaml, including updating the version and description to reference "Ziptax SDK" and the correct team name. [1] [2] [3] [4]ziptax-sdkinstead ofziptax. (.github/workflows/publish.yml, README.md) [1] [2]Documentation and usage improvements:
README.mdto useZiptaxClient(with the new casing and name) instead ofZipTaxClient, and changed import/install instructions to useziptax-sdk. [1] [2] [3]These changes ensure consistency across the project and prepare the package for publishing under the new name.