okfn / ckanclient-deprecated

DEPRECATED - please see https://github.com/ckan/ckanapi. [Python client library for CKAN]
http://pypi.python.org/pypi/ckanclient
25 stars 17 forks source link

Refactor to have ckanclient.CatalogClient and ckanclient.DataStoreClient #7

Open seanh opened 12 years ago

seanh commented 12 years ago

Want to change:

import ckanclient -> import ckanclient.CatalogClient import datastore -> import ckanclient.DataStoreClient

Move stuff out of ckanclient/__init__.py into catalog.py:

ckanclient/
  catalog.py
  datastore.py

Maybe also do the samething with the FileStore, i.e. have ckanclient.FileStoreClient.

What to do about contrib and loaders? Anything?