Difference between revisions of "Python XMP Toolkit"
Jump to navigation
Jump to search
Ania Molenda (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | + | {{Infobox tool | |
− | |||
− | {{ | ||
|purpose=Library for working with XMP metadata, as well as reading/writing XMP metadata stored in many different file formats | |purpose=Library for working with XMP metadata, as well as reading/writing XMP metadata stored in many different file formats | ||
− | |||
|homepage=https://code.google.com/p/python-xmp-toolkit/ | |homepage=https://code.google.com/p/python-xmp-toolkit/ | ||
|license=BSD New | |license=BSD New | ||
− | | | + | |function=Metadata Extraction, Metadata Processing |
+ | |content=Document, Image | ||
+ | }} | ||
+ | {{Infobox tool details | ||
+ | |ohloh_id=python-xmp-toolkit | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Description == | == Description == | ||
Python XMP Toolkit is a library for working with XMP metadata, as well as reading/writing XMP metadata stored in many different file formats. It is wrapping [[Exempi]] (using ctypes), a C/C++ XMP library based on the Adobe XMP Toolkit, ensuring that future updates to the XMP standard are easily incorporated into the library with a minimum amount of work. | Python XMP Toolkit is a library for working with XMP metadata, as well as reading/writing XMP metadata stored in many different file formats. It is wrapping [[Exempi]] (using ctypes), a C/C++ XMP library based on the Adobe XMP Toolkit, ensuring that future updates to the XMP standard are easily incorporated into the library with a minimum amount of work. | ||
Line 24: | Line 18: | ||
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --> | <!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --> | ||
<!-- Add the OpenHub.com ID for the tool, if known. --> | <!-- Add the OpenHub.com ID for the tool, if known. --> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 15:21, 26 April 2021
Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt673f2233cef016_64067780
Description[edit]
Python XMP Toolkit is a library for working with XMP metadata, as well as reading/writing XMP metadata stored in many different file formats. It is wrapping Exempi (using ctypes), a C/C++ XMP library based on the Adobe XMP Toolkit, ensuring that future updates to the XMP standard are easily incorporated into the library with a minimum amount of work.