Skip to main content

A CKAN extension that lets you attach a flexible, schema-free data dictionary (“resource documentation”) to any resource, not just Datastore-backed ones.

Project description

Tests

A CKAN extension that lets you attach a flexible, schema-free data dictionary (resource documentation) to any resource — not just those backed by the Datastore. It supports custom fields via extensions, reuses CKAN’s existing data dictionary UI, and displays documentation directly on resource pages.

New in the latest version: you can now define a validation schema for each resource’s documentation individually, using JSON Schema Draft 2020-12. This allows you to optionally enforce structure and constraints while still keeping the flexibility of a free-form data dictionary.

You can read the official specification for JSON Schema Draft 2020-12 here.

Here is an example of a resource documentation in a format of Datastore fields. But it's not limited to that format, you can use any custom fields you need.

Documentation table

It's also possible to define a validation schema for the resource documentation, which will be used to validate the documentation data when it is saved.

Validation schema

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.9 and earlier no
2.10+ yes

Installation

To install ckanext-resource-docs:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
    
  2. Install the extension from PyPI:

    pip install ckanext-resource-docs
    
  3. Add resource_docs to the ckan.plugins setting in your CKAN config file (usually located at /etc/ckan/default/ckan.ini).

  4. Restart CKAN. For example, if you've deployed CKAN with Apache on Ubuntu:

    sudo service apache2 reload
    

Config settings

None at present

Developer installation

To install ckanext-resource-docs for development, activate your CKAN virtualenv and do:

git clone https://github.com/DataShades/ckanext-resource-docs.git
cd ckanext-resource-docs
pip install -e .

Tests

To run the tests, do:

pytest --ckan-ini=test.ini

License

AGPL

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ckanext_resource_docs-0.1.4.tar.gz (327.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ckanext_resource_docs-0.1.4-py3-none-any.whl (332.2 kB view details)

Uploaded Python 3

File details

Details for the file ckanext_resource_docs-0.1.4.tar.gz.

File metadata

  • Download URL: ckanext_resource_docs-0.1.4.tar.gz
  • Upload date:
  • Size: 327.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.4

File hashes

Hashes for ckanext_resource_docs-0.1.4.tar.gz
Algorithm Hash digest
SHA256 d2f3bc936520be7c6f193fefc3ac1376f271b8fa4d3292407db90b8acda12a3b
MD5 cd03d88c0afd28dd0facb1fe9f8873da
BLAKE2b-256 13a8bc0417c195e9966d91d9d608b18d3140accaa91307213ebd42a437685fd8

See more details on using hashes here.

File details

Details for the file ckanext_resource_docs-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for ckanext_resource_docs-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 75fb8ae61d76e05381f7c3efacc2c4e600b3d3ba212edb87887a2fad143aaa93
MD5 0f7b07d704fcd0864f7c4af288d77d89
BLAKE2b-256 082797bfe1a361907ace3d0c4d66d634ed955dc962f747133db5c9949b9ed9a7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page