Extended workflow for dataset lifecycle
Project description
ckanext-workflow
Installation
To install ckanext-workflow:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-workflow Python package into your virtual environment:
pip install ckanext-workflow
Add workflow to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).
Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu:
sudo service apache2 reload
Development Installation
To install ckanext-workflow for development, activate your CKAN virtualenv and do:
git clone https://github.com/DataShades/ckanext-workflow.git cd ckanext-workflow python setup.py develop pip install -r dev-requirements.txt
Running the Tests
To run the tests, do:
pytest --ckan-ini test.ini
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ckanext-workflow-2.0.0.tar.gz
(8.8 kB
view hashes)
Built Distribution
Close
Hashes for ckanext_workflow-2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8421b98697f6be14ff9129d9401eb9fad0ff2be64e8d010edd58ea7a8fa50a8 |
|
MD5 | 8765a6ab13fd01857b343a7c95859dd3 |
|
BLAKE2b-256 | 17de3f7e233af1a8dcc727757da71a2bc43d35605b357e575fc759c3cb72fc97 |