This package browser is in early development. Mind the rough edges.

python-xmp-toolkit

Python XMP Toolkit for working with metadata

Python XMP Toolkit is a library for working with XMP metadata, as well as reading/writing XMP metadata stored in many different file formats.

Python XMP Toolkit is wrapping Exempi (using ctypes), a C/C++ XMP library based on Adobe XMP Toolkit, ensuring that future updates to the XMP standard are easily incorporated into the library with a minimum amount of work.

Installation

Install the latest version of python-xmp-toolkit as follows:

guix install python-xmp-toolkit

Or install a particular version:

guix install python-xmp-toolkit@2.0.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-xmp-toolkit about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-xmp-toolkit'><img src='https://packages.guix.gnu.org/packages/python-xmp-toolkit/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-xmp-toolkit/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-xmp-toolkit)

Example Org:

[[https://packages.guix.gnu.org/packages/python-xmp-toolkit][https://packages.guix.gnu.org/packages/python-xmp-toolkit/badges/latest-version.svg]]