Skip to main content

A data dictionary (metadata) plugin for CKAN

Project description

=============
ckanext-dictionary
=============

.. The extension adds the ability to include a data dictionary (metadata) for each dataset.
Admins can create the data dictionary when adding the dataset, or create/modify it any other time.
Users see the data dictionary as another tab for each dataset.
Since this dictionary extension utilizes the DataStore extension, Data Dictionary information can
be accessed via API.

The extension adds the ability to include a data dictionary (metadata) for each dataset.
Admins can create the data dictionary when adding the dataset, or create/modify it any other time.
Users see the data dictionary as another tab for each dataset.
Since this dictionary extension utilizes the DataStore extension, Data Dictionary information can
be accessed via API.

.. image:: https://github.com/cmuphillycapstone/ckanext-dictionary/blob/master/screenshots/admin-setup.png
:alt: Additional stage added to dataset setup
:height: 245px
:width: 449px
.. class:: center
*Additional stage added to dataset setup*

.. image:: https://github.com/cmuphillycapstone/ckanext-dictionary/blob/master/screenshots/admin-edit.png
:alt: Editing data dictionary for a dataset
:height: 280px
:width: 450px
.. class:: center
*Editing data dictionary for a dataset*

.. image:: https://github.com/cmuphillycapstone/ckanext-dictionary/blob/master/screenshots/user-view.png
:alt: User view of the data dictionary
:height: 197px
:width: 450px
.. class:: center
*User view of the data dictionary*

------------
Requirements
------------

The extension requires the DataStore extension to also be installed.
Additionally, it only works on CKAN versions that have two current stages in the 'add dataset' dialog.


------------
Installation
------------

.. Add any additional install steps to the list below.
For example installing any non-Python dependencies or adding any required
config settings.

To install ckanext-dictionary:

1. Activate your CKAN virtual environment, for example::

. /usr/lib/ckan/default/bin/activate

2. Install the ckanext-dictionary Python package into your virtual environment::

pip install ckanext-dictionary

3. Add ``dictionary`` to the ``ckan.plugins`` setting in your CKAN
config file (by default the config file is located at
``/etc/ckan/default/production.ini``).

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

sudo service apache2 reload


---------------
Config Settings
---------------

This version includes no user config settings.


------------------------
Development Installation
------------------------

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

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


-----------------
Running the Tests
-----------------

There are presently no tests included with the extension.


----------------------------------------
Releasing a New Version of ckanext-dictionary
----------------------------------------

ckanext-dictionary is availabe on PyPI as https://pypi.python.org/pypi/ckanext-dictionary.
To publish a new version to PyPI follow these steps:

1. Update the version number in the ``setup.py`` file.
See `PEP 440 <http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers>`_
for how to choose version numbers.

2. Create a source distribution of the new version::

python setup.py sdist

3. Upload the source distribution to PyPI::

python setup.py sdist upload

4. 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
0.0.2 then do::

git tag 0.0.2
git push --tags

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-dictionary-0.0.2.tar.gz (14.3 kB view details)

Uploaded Source

File details

Details for the file ckanext-dictionary-0.0.2.tar.gz.

File metadata

File hashes

Hashes for ckanext-dictionary-0.0.2.tar.gz
Algorithm Hash digest
SHA256 5755e0e7b3f93dd1da9c32f4e0c0164a8ed92fba0413676b710c7322036caa52
MD5 36f4d485a3f8a834bcf441791a4b6a5e
BLAKE2b-256 a8191b89ea416e8e13889f5e13c829c63bd08d2e137a1b75dd99a5b93c294921

See more details on using hashes here.

Supported by

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