Skip to main content

A CKAN extension for assigning Archival Resource Key (ARK) identifiers to datasets.

Project description

License Tests Codecov Python CKAN CKAN

ckanext-ark

This extension provides minter and resolver of the ARK Identifier. Inspired by ckanext-doi.

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.8 and earlier no
2.9 yes
2.10 yes

This extension is compatible with Python 3.8, 3.9, and 3.10.

Installation

To install ckanext-ark:

  1. Activate your CKAN virtual environment, for example:
  . /usr/lib/ckan/default/bin/activate
  1. Install the ckanext-ark Python package into your virtual environment:
  pip install ckanext-ark
  1. Add ark to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).

  2. Add a file templates/package/read_base.html in your custom extension (or modify /usr/lib/ckan/default/src/ckan/ckan/templates/package/read_base.html if you are not using a custom extension):

  {% ckan_extends %}

  {% block secondary_content %}
    {{ super() }}
    {% snippet "ark/snippets/ark.html" %}
  {% endblock %}
  1. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:
  sudo service apache2 reload
  1. Initialize the database:
  ckan -c /etc/ckan/default/ckan.ini ark initdb

Development Installation

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

  git clone https://github.com/depositar/ckanext-ark.git
  cd ckanext-ark
  python setup.py develop
  pip install -r dev-requirements.txt

Config settings

ARK NAAN [REQUIRED]

You can request a Name Assigning Authority Number (NAAN) through this form.

  ckanext.ark.naan = 99999 # This NAAN is for test purpose only

Other ARK configs

Name Description Default
ckanext.ark.nma_url The URL of NMA (Name Mapping Authority) The same URL as ckan.site_url
ckanext.ark.shoulder The Shoulder for subdividing a NAAN namespace
ckanext.ark.template The template for generating ARKs zek

ERC record (ARK metadata) configs

Name Description Default
ckanext.ark.erc_mappings A mapping from ERC record to CKAN fields[^mapping_when] {"who": "author", "what": "title", "when": ""}
ckanext.ark.allow_missing_erc This controls if still assigning ARKs even if the fields defined in the ckanext.ark.erc_mappings is missing or empty[^missing_when] True
ckanext.ark.erc_support.who Who made the ARK support commitment
ckanext.ark.erc_support.what What the nature of the ARK support commitment was
ckanext.ark.erc_support.when When the ARK support commitment was made
ckanext.ark.erc_support.commitment A fuller explanation of the ARK support commitment

[^mapping_when]: For the mapping of when field, the ISO 8601 YYYY-MM-DD is recommended. The date string will be converted to Temporal Enumerated Ranges (TEMPER) format (YYYYMMDD-YYYYMMDD). Note that the date validation is omitted. [^missing_when]: For the when field, a list containing a single value is not viewed as an empty value.

Commands

ark

  1. delete-ark: delete ARK identifier for existed dataset. Accept package's id (name) and ARK identifier (with and without ark:).
  ckan -c /etc/ckan/default/ckan.ini ark delete-ark [NAME]
  1. update-ark: give ARK identifiers to existed datasets.
  ckan -c /etc/ckan/default/ckan.ini ark update-ark

Tests

To run the tests, do:

  pytest --ckan-ini=test.ini

Releasing a new version of ckanext-ark

ckanext-ark is available on PyPI as https://pypi.python.org/pypi/ckanext-ark. You can follow these steps to publish a new version:

  1. Update the version number in the setup.py file. See PEP 440 for how to choose version numbers.

  2. Make sure you have the latest version of necessary packages:

  pip install --upgrade build twine
  1. Create a source and binary distributions of the new version:
  python -m build

Fix any errors you get.

  1. Upload the source distribution to PyPI:
  twine upload dist/*
  1. Commit any outstanding changes:
  git commit -a
  git push
  1. Tag the new release of the project on GitHub with the version number from the setup.py file. For example if the version number in setup.py is 1.0.1 then do:
  git tag v1.0.1
  git push --tags

License

MIT

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_ark-1.0.4.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

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

ckanext_ark-1.0.4-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file ckanext_ark-1.0.4.tar.gz.

File metadata

  • Download URL: ckanext_ark-1.0.4.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for ckanext_ark-1.0.4.tar.gz
Algorithm Hash digest
SHA256 139b9a450e12405675950f1cc212d27af9f764b86595ef4a2ec8ed1eb2c055d9
MD5 b70d93cc7d40699902090c6e06a5ab11
BLAKE2b-256 0224b9289aa1d278fb247b13afd1204ec186bb181f7273d5194c512a9d76bbe0

See more details on using hashes here.

File details

Details for the file ckanext_ark-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: ckanext_ark-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for ckanext_ark-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3c19160cbd0528fc4f8815a01eceee59edac5d435c8132b35183b2c31fd9d3de
MD5 8ad074d6360098664a4dcfef0e35309f
BLAKE2b-256 b33fe9e093847cb8bbf89759c3009b722d84ae3c2feb47cb470ce8c51dd9bf25

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