Installation
============

python setup.py install

will install the oaipmh module in your Python's site-packages.

Python version
==============

The module should work for Python versions 2.3 and up.

Dependencies
============

The oaipmh module needs the lxml python bindings for
libxml2/libxslt. You can find lxml here:

http://codespeak.net/lxml

lxml needs libxml2 and libxslt (though not their Python bindings;
installing those is optional). libxml2 can can be found here:

http://xmlsoft.org/

and libxslt can be found here:

http://xmlsoft.org/XSLT
