/USMetadata

A CKAN extension for inventory.data.gov

Primary LanguagePython

Build Status Coverage Status

This CKAN Extension expands CKAN to offer a number of custom fields related to the US Common Core Schema

Installation

To install this package, activate CKAN virtualenv (e.g. "source /path/to/virtenv/bin/activate"), then run

(virtenv) 'pip install -e git+https://github.com/gsa/usmetadata#egg=ckanext-usmetadata' (virtenv) 'python setup.py develop' Then activate it by adding "usmetadata" to "ckan.plugins" in your main "ini"-file.

Development

You may also install by cloning the git repo, then running ''python setup.py develop'' from the root of your source directory, which will install an egg link so that you can modify the code and see results without reinstalling