Difference between revisions of "Python XMP Toolkit"

From COPTR
Jump to navigation Jump to search
(Created entry)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<!-- Use the structure provided in this template, do not change it! -->
+
{{Infobox tool
 
 
{{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
|image={{PAGENAMEE}}.png
 
 
|homepage=https://code.google.com/p/python-xmp-toolkit/
 
|homepage=https://code.google.com/p/python-xmp-toolkit/
 
|license=BSD New
 
|license=BSD New
|platforms=
+
|function=Metadata Extraction, Metadata Processing
 +
|content=Document, Image
 +
}}
 +
{{Infobox tool details
 +
|ohloh_id=python-xmp-toolkit
 
}}
 
}}
<!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. -->
 
 
[[Category:Metadata Extraction]]
 
[[Category:Metadata Processing]]
 
 
 
[[Category:Document]]
 
[[Category:Image]]
 
 
 
== 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. -->
{{Infobox_tool_details
 
|releases_rss=
 
|issues_rss=
 
|mailing_lists=
 
|ohloh_id=python-xmp-toolkit
 
}}
 

Latest revision as of 15:21, 26 April 2021




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/
License:BSD New
Function:Metadata Extraction,Metadata Processing
Content type:Document,Image


Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt6622f8307e46d1_67364598


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.

User Experiences[edit]

Development Activity[edit]