Skip to content

DanIulian/ckanext-inventory

 
 

Repository files navigation

ckanext-inventory

Build Status Coverage Status

CKAN Extension for receiving dataset inventories from organizations and tracking their status.

Goal

The PSI Directive was transposed as a law and will arrive in the Romanian Parliament. Every institution will have to provide an inventory with their datasets and their recurring interval.

This extension will help with the registering of organizations, adding and editing datasets in the inventory and monitoring if they are updated in the specified timeline

Requirements

This extension is written for CKAN v2.4.2.

Installation

To install ckanext-inventory:

  1. Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
  1. Install the ckanext-inventory Python package into your virtual environment:
pip install ckanext-inventory
  1. Add inventory inventoryfix to the ckan.plugins setting in your CKAN config file.

  2. Restart CKAN.

Development Installation

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

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

About

CKAN extension for receiving dataset inventories from organizations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.3%
  • HTML 32.8%
  • Shell 2.0%
  • JavaScript 1.9%