In Category on 11 Oct 2024
Enhancing DCAT support in CKAN (DCAT-AP v3, scheming integration, and more)
A review of the recent developments in CKAN's DCAT support, and how you can get involved
paster --plugin=ckan create -t ckanext ...
command (as documented in the writing extensions tutorial) it'll now use the new template, which gives you:
setup.py
and MANIFEST.in
files are automatically generated for your extension, ready for publishing to PyPI.travis.yml
file and build and run scripts are automatically generated for your extension, you still need to log in to Travis and click the switch to turn on Travis for your extension though..coveragerc
file is automatically generated for your extension. Again, you still need to login to Coveralls and turn it on..gitignore
fileLICENSE
file (uses the GNU AGPL by default)README
file with a skeleton documentation structure including generated installation and configuration instructions, how to run the tests, etcA review of the recent developments in CKAN's DCAT support, and how you can get involved
CKAN 2.11 introduces Table Designer: form builder and enforced validation for your data