Extension Purge


Extension Basics

Title
Purge
Name
ckanext-purge
Type
Public extension
Description
The `ckanext-purge` extension provides a straightforward mechanism for permanently removing dataset
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-04-05 10:20:54)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

.. image:: https://travis-ci.org/keitaroinc/ckanext-purge.svg?branch=master :target: https://travis-ci.org/keitaroinc/ckanext-purge

.. image:: https://coveralls.io/repos/keitaroinc/ckanext-purge/badge.svg :target: https://coveralls.io/r/keitaroinc/ckanext-purge

.. image:: https://pypip.in/download/ckanext-purge/badge.svg :target: https://pypi.python.org/pypi//ckanext-purge/ :alt: Downloads

.. image:: https://pypip.in/version/ckanext-purge/badge.svg :target: https://pypi.python.org/pypi/ckanext-purge/ :alt: Latest Version

.. image:: https://pypip.in/py_versions/ckanext-purge/badge.svg :target: https://pypi.python.org/pypi/ckanext-purge/ :alt: Supported Python versions

.. image:: https://pypip.in/status/ckanext-purge/badge.svg :target: https://pypi.python.org/pypi/ckanext-purge/ :alt: Development Status

.. image:: https://pypip.in/license/ckanext-purge/badge.svg :target: https://pypi.python.org/pypi/ckanext-purge/ :alt: License

=============

ckanext-purge

A simple CKAN extension for purging datasets that are marked as deleted.


Requirements

Requires CKAN 2.5+


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-purge:

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

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

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

    pip install ckanext-purge

  3. Add purge 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

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
purge
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions