DESCRIPTION
-----------

This is a Python module that works with the DigitalNZ API
<http://www.digitalnz.org/developer> to search and retrieve metadata held by
the DigitalNZ project.

Requests to the DigitalNZ API require an API key, available
via <http://www.digitalnz.org/dashboard/login>. The authors of this module do
not endorse the API's Terms of Use nor are liable for any violations thereof.
Terms of Use.

INSTALLATION
------------

You can use easy_install to install the module:
    
    easy_install digitalnz
    
If you prefer, you can check out the latest version of the source using
Mercurial:

    hg clone https://bitbucket.org/anarchivist/digitalnz/
    
To install:

    python setup.py install

DEPENDENCIES
------------

* simplejson or Python >= 2.6

USAGE
-----

See digitalnz/request.py and examples/digitalnz_search.py.

LICENSE
-------

GPL

AUTHORS
-------

Mark A. Matienzo <mark@matienzo.org>