blob: afacac8b6960af3185fc5aef7d4eb752fb3ff575 (
plain) (
blame)
1
2
3
4
5
6
|
todo list
- Allow access to the tag values using the dictionary syntax (read values on the fly when needed, lazy instantiation) -> operator overloading with __getitem__() and __setitem__()
- Cache already queried values (see dictionary on previous line)
- Rewrite the exiv2 command-line tool and the test binaries in Python and (Python) scripts to run the same tests that are run to test exiv2
- Write a complete documentation for the binding and it uses
|