refactor!: rename package to 'artx'; add 'googleart_download' shims#5
Merged
refactor!: rename package to 'artx'; add 'googleart_download' shims#5
Conversation
…tion shims - Move codebase from src/googleart_download to src/artx - Provide shims for googleart_download (package and subpackages) emitting DeprecationWarning - Update internal imports, logging namespace, scripts, and tests to 'artx' - Bump version to 0.5.0 to start 2-minor deprecation window Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Owner
Author
|
Archived: Merged as part of v0.4.1.\n\nLinks:\n- Release: https://github.com/AEliu/ArtX/releases/tag/v0.4.1\n- CLAUDE.md (quality gates & PR rules): https://github.com/AEliu/ArtX/blob/master/CLAUDE.md |
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.
Summary
googleart_downloadtoartxgoogleart_download(package + subpackages) that forward toartxand emitDeprecationWarning(kept for 2 minor versions)artx = artx.cli:main; wheel includes bothsrc/artxand shimsrc/googleart_download0.5.0to start deprecation windowRationale
Unify import name with CLI and project branding; provide a smooth migration path.
Notes
from artx import clifrom googleart_download import clistill works with a warningTest plan
uv syncuv run python -m pytest -q→ all tests pass locally🤖 Generated with Claude Code