A command line interface and Python module for accessing the CKAN Action API. Current version 4.11, requires Python >=3.9. Released on PyPI with maintenance updates as needed.
pip install ckanapiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a connection to a CKAN instance and list datasets. For authenticated actions, set the apikey parameter.
Ensure your Python version is 3.9 or higher.
Use os.environ.get('CKAN_API_KEY') instead of hardcoding.Use ckan.action.<action_name>(**params).
Check the CKAN API documentation for the correct parameters, or use ckan.action.help_show(name='<action>') to see the required fields.
Run 'pip install ckanapi' in your virtual environment.
Use 'from ckanapi import RemoteCKAN'.
No dependency data recorded yet.