Data sets tagged with "packaging"

The CKAN client Python package.

The CKAN client software may be used to make requests on the Comprehensive Knowledge Archive Network (CKAN) REST API. Synopsis ## The simplest way to make CKAN requests is: import ckanclient Instantiate the CKAN client. ckan = ckanclient.CkanClient(api_key=my_key) Get the package list. ckan.package_register_get() package_list = ckan.last_message print ...
Offsite

All Tags