-
Notifications
You must be signed in to change notification settings - Fork 23
Expose add example read.py script #207
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
Conversation
…ng custom settings (like a certificate trust list).
…est and verify it.
|
fyi, there is also an example repo: https://github.com/contentauth/c2pa-python-example. |
This is good to know and in my opinion should be advertized in this repo somehow (like in the README). I would not have found it if you didn't tell me! |
load_settings(), version() and add example read.py script
tmathern
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
I will defer the exports for load_settings change a bit, @Res260. There are new APIs being worked on that will enhance those, so I prefer to wait for those to be ready and update to use those/release those once ready. |
|
@tmathern Well then my example won't work 😥 |
Add an example read.py script to show how to read a file's C2PA manifest and verify it.