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.
- Versions: 2.0.2
- Website: https://github.com/python-xmp-toolkit/python-xmp-toolkit
- Licenses: Modified BSD
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]