Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jim-easterbrook
/
python-exiv2
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
25
Code
Issues
1
Pull requests
0
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
python-exiv2
examples
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 27, 2024
Prevent renaming of print method to _print
jim-easterbrook
committed
9bdcd0d
View commit details
Copy full SHA for 9bdcd0d
View code at this point
Browse repository at this point
Update values example
jim-easterbrook
committed
f0fc76e
View commit details
Copy full SHA for f0fc76e
View code at this point
Browse repository at this point
Commits on Dec 11, 2023
Use dict instead of Python datetime classes
Show description for 001b313
jim-easterbrook
committed
001b313
View commit details
Copy full SHA for 001b313
View code at this point
Browse repository at this point
Commits on Dec 9, 2023
TimeValue.getTime returns datetime.time
Show description for 79ff7f6
jim-easterbrook
committed
79ff7f6
View commit details
Copy full SHA for 79ff7f6
View code at this point
Browse repository at this point
Commits on Dec 8, 2023
Allow datum[key] = Python object
Show description for b686ceb
jim-easterbrook
committed
b686ceb
View commit details
Copy full SHA for b686ceb
View code at this point
Browse repository at this point
Commits on Nov 24, 2023
Choose image viewer for thumbnail example display
jim-easterbrook
committed
e97aab0
View commit details
Copy full SHA for e97aab0
View code at this point
Browse repository at this point
Commits on Nov 16, 2023
Pass exifdata to _print() in examples
Show description for 39b83c1
jim-easterbrook
committed
39b83c1
View commit details
Copy full SHA for 39b83c1
View code at this point
Browse repository at this point
Commits on Dec 20, 2022
Test and use DataBuf.data() to access data
jim-easterbrook
committed
bd92428
View commit details
Copy full SHA for bd92428
View code at this point
Browse repository at this point
Commits on Dec 15, 2022
Remove use of value_ attribute
Show description for 7176873
jim-easterbrook
committed
7176873
View commit details
Copy full SHA for 7176873
View code at this point
Browse repository at this point
Enabled Date & Time access via Exiv2's structs
Show description for 40d1b9a
jim-easterbrook
committed
40d1b9a
View commit details
Copy full SHA for 40d1b9a
View code at this point
Browse repository at this point
Commits on Dec 14, 2022
Add deprecation warnings to Value accessors
Show description for 5c029ba
jim-easterbrook
committed
5c029ba
View commit details
Copy full SHA for 5c029ba
View code at this point
Browse repository at this point
Commits on Dec 10, 2022
Allow setTime & setDate to be passed tuple or list
Show description for b477c29
jim-easterbrook
committed
b477c29
View commit details
Copy full SHA for b477c29
View code at this point
Browse repository at this point
Commits on Nov 12, 2022
Allow passing Python buffer to Exiv2::DataValue
Show description for 95e22a2
jim-easterbrook
committed
95e22a2
View commit details
Copy full SHA for 95e22a2
View code at this point
Browse repository at this point
Commits on May 11, 2022
Change gettext initialisation
Show description for 1b02721
jim-easterbrook
committed
1b02721
View commit details
Copy full SHA for 1b02721
View code at this point
Browse repository at this point
Commits on Apr 6, 2022
Don't use SwigPyIterator for LangAltValue methods
Show description for 32dcb23
jim-easterbrook
committed
32dcb23
View commit details
Copy full SHA for 32dcb23
View code at this point
Browse repository at this point
Commits on Mar 19, 2022
Replace Exiv2::Value += with append
Show description for 731d3d6
jim-easterbrook
committed
731d3d6
View commit details
Copy full SHA for 731d3d6
View code at this point
Browse repository at this point
XmpArrayValue constructor that takes a Python list
jim-easterbrook
committed
6ad00e8
View commit details
Copy full SHA for 6ad00e8
View code at this point
Browse repository at this point
Exiv2::ValueType constructors copy Python list
jim-easterbrook
committed
4dea2fd
View commit details
Copy full SHA for 4dea2fd
View code at this point
Browse repository at this point
Commits on Mar 18, 2022
Improved LangAltValue <-> Python dict functions
jim-easterbrook
committed
274543b
View commit details
Copy full SHA for 274543b
View code at this point
Browse repository at this point
Commits on Mar 17, 2022
Improved LangAlt value iterators
jim-easterbrook
committed
0963436
View commit details
Copy full SHA for 0963436
View code at this point
Browse repository at this point
Commits on Mar 9, 2022
Compatibility with latest exiv2 1.0.0 developments
jim-easterbrook
committed
803a720
View commit details
Copy full SHA for 803a720
View code at this point
Browse repository at this point
Commits on Nov 12, 2021
Renamed some of the examples.
jim-easterbrook
committed
8ed5ade
View commit details
Copy full SHA for 8ed5ade
View code at this point
Browse repository at this point
Add an example showing use of Value types
jim-easterbrook
committed
119d4a0
View commit details
Copy full SHA for 119d4a0
View code at this point
Browse repository at this point
Commits on Nov 11, 2021
Removed access to value types' value_ container
Show description for be18186
jim-easterbrook
committed
be18186
View commit details
Copy full SHA for be18186
View code at this point
Browse repository at this point
Commits on Nov 3, 2021
Drop use of downCast() from addmoddel example
jim-easterbrook
committed
3e7ee6c
View commit details
Copy full SHA for 3e7ee6c
View code at this point
Browse repository at this point
Commits on Sep 22, 2021
Reworked iterator handling
Show description for 5359146
jim-easterbrook
committed
5359146
View commit details
Copy full SHA for 5359146
View code at this point
Browse repository at this point
Commits on Sep 15, 2021
Add easyaccess functions new in version 0.27.4
jim-easterbrook
committed
e0165b2
View commit details
Copy full SHA for e0165b2
View code at this point
Browse repository at this point
Add "easyaccess" module
jim-easterbrook
committed
b408b72
View commit details
Copy full SHA for b408b72
View code at this point
Browse repository at this point
Commits on Sep 9, 2021
Update examples to use moved enum values
jim-easterbrook
committed
54d8e4d
View commit details
Copy full SHA for 54d8e4d
View code at this point
Browse repository at this point
Commits on Aug 26, 2021
Add simple display thumbnail example
jim-easterbrook
committed
51cbbd1
View commit details
Copy full SHA for 51cbbd1
View code at this point
Browse repository at this point
Commits on Aug 24, 2021
Add exifvalue.py example
jim-easterbrook
committed
9c66e98
View commit details
Copy full SHA for 9c66e98
View code at this point
Browse repository at this point
Commits on Aug 23, 2021
Add exifprint.py example
jim-easterbrook
committed
48612bf
View commit details
Copy full SHA for 48612bf
View code at this point
Browse repository at this point
Add exifdata.py example
jim-easterbrook
committed
a632408
View commit details
Copy full SHA for a632408
View code at this point
Browse repository at this point
Add exifcomment.py example
jim-easterbrook
committed
eb103ab
View commit details
Copy full SHA for eb103ab
View code at this point
Browse repository at this point
Added a 'downCast' method to ValueType
jim-easterbrook
committed
85df4d0
View commit details
Copy full SHA for 85df4d0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.