Restore Python url_utils module#2034
Open
darbyjohnston wants to merge 3 commits into
Open
Conversation
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2034 +/- ##
==========================================
+ Coverage 83.21% 83.43% +0.21%
==========================================
Files 180 182 +2
Lines 13465 13503 +38
Branches 1253 1254 +1
==========================================
+ Hits 11205 11266 +61
+ Misses 2088 2064 -24
- Partials 172 173 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
darbyjohnston
marked this pull request as ready for review
July 16, 2026 21:48
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.
PR #2021 removed the
url_utilspackage as part of transitioning .otioz support to C++. Howeverurl_utilswas part of the public Python API and may be used by other code (e.g., #1664). This PR restores the module and also replaces Python code with C++ functionality where applicable.Note that the
file_bundle_utils.pywas also removed as part of the C++ support. This seems unlikely it was ever used outside of the otioz/otiod adapters, so I did not restore it.Assisted-by: Claude:claude-opus-4-7 [code-review] [debugging]