Catalog customizations
Project description
ckanext-datagovcatalog
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
CKAN version | Compatibility |
---|---|
<=2.8 | no |
2.9 | 0.0.5 (last supported) |
2.10 | >=0.1.0 |
To install ckanext-datagovcatalog:
-
Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
-
Install the ckanext-datagovcatalog Python package into your virtual environment::
pip install ckanext-datagovcatalog
-
Add
datagovcatalog
to theckan.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
Config Settings
comment: <> (Document any optional config settings here. For example::
# Add tracking info on each package for the dataset lists
# (optional, default: true).
ckanext.datagovcatalog.add_packages_tracking_info = true)
Development Installation
To install ckanext-datagovcatalog for development, activate your CKAN virtualenv and do::
git clone https://github.com/GSA/ckanext-datagovcatalog.git
cd ckanext-datagovcatalog
python setup.py develop
pip install -r requirements.txt
pip install -r dev-requirements.txt
**Note: use the py2-equivalents of the requirement files if running on python 2.
Running the Tests
Tests
Using the Docker Dev Environment
Build Environment
To start environment, run:
make build
make up
CKAN will start at localhost:5000
To shut down environment, run:
make clean
To docker exec into the CKAN image, run:
docker-compose exec app /bin/bash
Testing
They follow the guidelines for testing CKAN extensions.
To run the extension tests,
$ make test
Lint the code.
$ make lint
Matrix builds
The existing development environment assumes a minimal catalog.data.gov test setup. This makes it difficult to develop and test against dependencies with other extensions.
In order to support multiple versions of CKAN, or even upgrade to new versions
of CKAN, we support development and testing through the CKAN_VERSION
environment variable.
$ make CKAN_VERSION=2.10 test
Registering ckanext-datagovcatalog on PyPI
ckanext-datagovcatalog should be availabe on PyPI as https://pypi.python.org/pypi/ckanext-datagovcatalog. If that link doesn't work, then you can register the project on PyPI for the first time by following these steps:
-
Create a source distribution of the project::
python setup.py sdist
-
Register the project::
python setup.py register
-
Upload the source distribution to PyPI::
python setup.py sdist upload
-
Tag the first release of the project on GitHub with the version number from the
setup.py
file. For example if the version number insetup.py
is 0.0.1 then do::git tag 0.0.1 git push --tags
Releasing a New Version of ckanext-datagovcatalog
ckanext-datagovcatalog is availabe on PyPI as https://pypi.python.org/pypi/ckanext-datagovcatalog. To publish a new version to PyPI follow these steps:
-
Update the version number in the
setup.py
file. SeePEP 440 <http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers>
_ for how to choose version numbers. -
Create a source distribution of the new version::
python setup.py sdist
-
Upload the source distribution to PyPI::
python setup.py sdist upload
-
Tag the new release of the project on GitHub with the version number from the
setup.py
file. For example if the version number insetup.py
is 0.0.2 then do::git tag 0.0.2 git push --tags
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ckanext-datagovcatalog-0.1.1.tar.gz
.
File metadata
- Download URL: ckanext-datagovcatalog-0.1.1.tar.gz
- Upload date:
- Size: 23.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 545885777e597ab191c38d750cb07c7dfaa25375d3aa4b678a36d59a723c213a |
|
MD5 | b5880ee9e399820decbf808c4f74a4b4 |
|
BLAKE2b-256 | 9a93a661aa43889601f0224dc514c95f30227b26fd58ced8263071cbd3f4daca |
File details
Details for the file ckanext_datagovcatalog-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: ckanext_datagovcatalog-0.1.1-py3-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7fecd9a05d0749727c23bad60f18d41d0592afc986582022e64a600ed01dca7 |
|
MD5 | c8db3b61e3cfdf8c5952257f9f324237 |
|
BLAKE2b-256 | 5308748616abd7930d24584981f031524ba0846a4412c5ae824326a02ab8779b |