Skip to content

srubin/python-xmp-toolkit

 
 

Repository files navigation

Python XMP Toolkit

https://travis-ci.org/python-xmp-toolkit/python-xmp-toolkit.png?branch=master https://coveralls.io/repos/python-xmp-toolkit/python-xmp-toolkit/badge.png?branch=master https://pypip.in/v/python-xmp-toolkit/badge.png https://pypip.in/d/python-xmp-toolkit/badge.png

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 <http://python-xmp-toolkit.readthedocs.org> or can be build using Sphinx:

pip install Sphinx
python setup.py build_sphinx

Testing

Running the tests are as simple as:

python setup.py test

or (to also show test coverage)

source run-coverage.sh
Bitdeli badge

About

Python XMP Toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%