ckanclient-deprecated icon indicating copy to clipboard operation
ckanclient-deprecated copied to clipboard

Refactor to have ckanclient.CatalogClient and ckanclient.DataStoreClient

Open seanh opened this issue 12 years ago • 0 comments

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?

seanh avatar Jun 02 '12 16:06 seanh