ckanclient makes is a Python module to read and write to a CKAN server 
via the API.

Usage
=====

To see how to use the ckanclient, see the docs in __init__.py


Retrieval
=========

You can download releases of ckanclient from PyPI::

    <http://pypi.python.org/pypi/ckanclient>

or you can get the latest repository using Mercurial::

    hg clone https://knowledgeforge.net/ckan/ckanclient


Tests
=====

The ckanclient tests require the ckan and nose modules installed.

To run the ckanclient tests::

    nosetests ckanclient/tests
