Extension Datagovcatalog


Extension Basics

Title
Datagovcatalog
Name
ckanext-datagovcatalog
Type
Public extension
Description
The `ckanext-datagovcatalog` extension appears to be the component responsible for powering the dat
CKAN versions
Download-Url (zip)
Last commit
8 months ago (2025-04-29 21:02:34)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

Github Actions PyPI version

ckanext-datagovcatalog

[comment]: <> (Put a description of your extension here: What does it do? What features does it have? Consider including some screenshots or embedding a video!)

Data.gov

Data.gov is an open data website created by the U.S. General Services Administration that is based on two robust open source projects: CKAN and WordPress. The data catalog at catalog.data.gov is powered by CKAN, while the content seen at Data.gov is powered by WordPress.

For all code, bugs, and feature requests related to Data.gov, see the project wide Data.gov issue tracker.

Currently this repository is only used for source version control on the code for the CKAN extension for datagovcatalog features, but you can see all of the Data.gov relevant repos listed in the GSA Data.gov README file.

Requirements

For example, you might want to mention here which versions of CKAN this extension works with.

Package Notes
ckanext-harvest This currently has two different version for py2 and py3 until this PR is merged upstream
ckanext-envvars This is necessary based on how the testing environment is set up.

Installation

[comment]: <> (Add any

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


Installation Guide

Configuration hints

[comment]: <> (Add any additional install steps to the list below. For example installing any non-Python dependencies or adding any required config settings.)

CKAN version Compatibility
<=2.8 no
2.9 0.0.5 (last supported)
2.10 >=0.1.0

To install ckanext-datagovcatalog:

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

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

  2. Install the ckanext-datagovcatalog Python package into

Plugins to configure (ckan.ini)
datagovcatalog
CKAN Settings (ckan.ini)
# ckanext.datagovcatalog.add_packages_tracking_info = true)
DB migration to be executed
(not set)
<< back to Extensions