ckanext-datagovcatalog
Data.gov — https://data.gov/ is an open data website created by the U.S. General Services Administration based on CKAN and WordPress. The data catalog at catalog.data.gov is powered by CKAN.
Dependencies
- ckanext-harvest (different versions for py2/py3)
- ckanext-envvars (for testing)
Installation
To install ckanext-datagovcatalog:
- Activate your CKAN virtual environment
pip install ckanext-datagovcatalog
- Add
datagovcatalog to ckan.plugins
- Restart CKAN
Configuration
# Add tracking info on each package for the dataset lists
# (optional, default: true).
ckanext.datagovcatalog.add_packages_tracking_info = true
CKAN Version Compatibility
| CKAN Version |
Extension Version |
| <=2.8 |
Not supported |
| 2.9 |
0.0.5 (last supported) |
| 2.10 |
>=0.1.0 |
Docker / Testing
make build / make up to start dev environment at localhost:5000
make test to run tests
make lint for linting
- Matrix builds:
make CKAN_VERSION=2.10 test
License
AGPL-3.0