-
Notifications
You must be signed in to change notification settings - Fork 1.5k
ENH: Enhance XMP metadata handling with creation and setter methods #3410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Arya-A-Nair
wants to merge
26
commits into
py-pdf:main
Choose a base branch
from
Arya-A-Nair:feature/xmp-create-method
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
7129e69
ENH: Enhance XMP metadata handling with creation and setter methods
Arya-A-Nair cfef29e
Merge branch 'main' into feature/xmp-create-method
Arya-A-Nair d410bee
Fix XMP implementation: Add missing List import and setter methods
Arya-A-Nair 1e862d8
Add comprehensive test coverage for XMP implementation
Arya-A-Nair 1abdf04
Add XmpInformation.create() method with Pythonic properties
Arya-A-Nair fc0386d
Add tests for XMP error handling and attribute removal
Arya-A-Nair ec70685
Merge branch 'main' into feature/xmp-create-method
Arya-A-Nair 574b45b
Merge branch 'main' into feature/xmp-create-method
Arya-A-Nair 2247b45
Merge branch 'main' into feature/xmp-create-method
Arya-A-Nair 43e65ca
ENH: move minimal xmp template to constant
Arya-A-Nair 8dec225
Merge branch 'main' into feature/xmp-create-method
Arya-A-Nair 4c0d6b7
REF: Update XmpInformation class to use property-based access for met…
Arya-A-Nair 452994d
REF: Refactor XmpInformation class to replace getter functions with d…
Arya-A-Nair 663bb8c
ENH: Introduce XmpDocumentError for improved error handling in XMP pr…
Arya-A-Nair d96cb7d
REF: Rename _get_bag_values to _getter_bag for improved clarity in Xm…
Arya-A-Nair 73d3e00
REF: Consolidate namespace prefix mapping in XmpInformation class for…
Arya-A-Nair f1ac2da
REF: Rename test_xmp_information_create to test_xmp_information__crea…
Arya-A-Nair 8ced8b9
REF: Introduce _clear_cache_entry method in XmpInformation class to s…
Arya-A-Nair 878d673
REF: Update _update_stream method in XmpInformation class to comply w…
Arya-A-Nair 38e1604
ENH: Add methods to XmpInformation class for incrementally updating X…
Arya-A-Nair 4c2a365
ENH: Add unit tests for additive helpers in XmpInformation class to v…
Arya-A-Nair c115ee0
REF: Rename constants in xmp.py for consistency and clarity, updating…
Arya-A-Nair 99878dc
Merge branch 'main' into feature/xmp-create-method
Arya-A-Nair 3755449
REF: Remove additive helper methods from XmpInformation class and upd…
Arya-A-Nair 9a13b65
Merge branch 'feature/xmp-create-method' of github.com:Arya-A-Nair/py…
Arya-A-Nair 8cabff0
Merge branch 'main' into feature/xmp-create-method
Arya-A-Nair File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.