[ckan-dev] A new ckan client library: ckanapi
Ian Ward
ian at excess.org
Fri Apr 12 15:11:25 UTC 2013
I've separated out my CKAN Action API wrapper into a separate project.
To try it out:
pip install ckanapi
Then in a Python shell/script:
import ckanapi
import pprint
demo = ckanapi.RemoteCKAN('http://demo.ckan.org')
groups = demo.action.group_list(id='data-explorer')
pprint.pprint(groups)
More details here: https://github.com/open-data/ckanapi
Contributions welcome! (especially for filestore, unit tests and other
things I'm missing)
Ian
More information about the ckan-dev
mailing list