Deprecate in favor of shopifyapp - #798
Merged
byrichardpowell merged 2 commits intoAug 25, 2026
Merged
Conversation
Set Development Status classifier to '7 - Inactive' and update the README notice to a clear deprecation. Use shopifyapp, which supports the latest Shopify platform features. Assisted-By: devx/76ce673e-0c1d-4481-a139-0485281bc265
- setup.py: add the deprecation notice to LONG_DESCRIPTION so it shows on PyPI (the page is built from this string, not README). - shopify/__init__.py: emit a DeprecationWarning on import so existing users get a signal (Python has no Composer-style abandoned flag). - CHANGELOG: note the deprecation under Unreleased (ships in the release that activates the classifier). - README: state that the package keeps working but gets no new features/security fixes, and link the migration guide. Assisted-By: devx/76ce673e-0c1d-4481-a139-0485281bc265
byrichardpowell
approved these changes
Aug 25, 2026
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.
What
Marks this package as deprecated now that
shopifyapphas reached v1.0 GA.Development Statusclassifier to7 - Inactive(PyPI's inactivity signal; PyPI has no Packagist-style abandoned pointer).Why
The new
shopifyapppackage supports the latest Shopify platform features and is now GA. This is the formal deprecation signal for the old library.Note
The classifier only appears on PyPI after a new release is published with this change.