All Projects → python-xmp-toolkit → python-xmp-toolkit

python-xmp-toolkit / python-xmp-toolkit

Licence: other
Python XMP Toolkit

Programming Languages

PostScript
262 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Python XMP Toolkit

Build status badge Coverage badge Version badge Documentation badge

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.

Python XMP Toolkit has been developed by:
  • ESA/Hubble - European Space Agency
  • ESO - European Southern Observatory
  • CRS4 - Centre for Advanced Studies, Research and Development in Sardinia

Documentation

Documentation is available at python-xml-toolkit.readthedocs.org or can be built using Sphinx:

pip install Sphinx
python setup.py build_sphinx

Testing

Running the tests is as simple as:

python setup.py test

or (to also show test coverage):

source run-coverage.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].