1==================
2Python XMP Toolkit
3==================
4
5.. image:: https://travis-ci.org/python-xmp-toolkit/python-xmp-toolkit.png?branch=master
6    :target: https://travis-ci.org/python-xmp-toolkit/python-xmp-toolkit
7.. image:: https://coveralls.io/repos/python-xmp-toolkit/python-xmp-toolkit/badge.png?branch=master
8    :target: https://coveralls.io/r/python-xmp-toolkit/python-xmp-toolkit
9.. image:: https://pypip.in/v/python-xmp-toolkit/badge.png
10   :target: https://crate.io/packages/python-xmp-toolkit/
11.. image:: https://pypip.in/d/python-xmp-toolkit/badge.png
12   :target: https://crate.io/packages/python-xmp-toolkit/
13
14Python XMP Toolkit is a library for working with XMP metadata, as well as
15reading/writing XMP metadata stored in many different file formats.
16
17Python XMP Toolkit is wrapping Exempi (using ctypes), a C/C++ XMP library
18based on Adobe XMP Toolkit, ensuring that future updates to the XMP standard
19are easily incorporated into the library with a minimum amount of work.
20
21Python XMP Toolkit has been developed by:
22 * ESA/Hubble - European Space Agency
23 * ESO - European Southern Observatory
24 * CRS4 - Centre for Advanced Studies, Research and Development in Sardinia
25
26Documentation
27============
28Documentation is available at <http://python-xmp-toolkit.readthedocs.org> or can be build using Sphinx: ::
29
30    pip install Sphinx
31    python setup.py build_sphinx
32
33Testing
34=======
35Running the tests are as simple as: ::
36
37    python setup.py test
38
39or (to also show test coverage) ::
40
41    source run-coverage.sh
42
43.. image:: https://d2weczhvl823v0.cloudfront.net/python-xmp-toolkit/python-xmp-toolkit/trend.png
44   :alt: Bitdeli badge
45   :target: https://bitdeli.com/free