Difference between revisions of "Python XMP Toolkit"
Jump to navigation
Jump to search
(Created entry) |
Ania Molenda (talk | contribs) |
||
| (One intermediate revision by one other user not shown) | |||
| 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 26: | 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
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.