anuveyatsu / USMetadata

A CKAN extension for inventory.data.gov

Home Page:https://inventory.data.gov/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

This CKAN Extension expands CKAN to offer a number of custom fields related to the DCAT-US 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.

Tests

nosetests --ckan --nologcapture --with-pylons=test.ini --reset-db --with-coverage --cover-package=ckanext.usmetadata --cover-inclusive --cover-erase --cover-tests

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

About

A CKAN extension for inventory.data.gov

https://inventory.data.gov/


Languages

Language:Python 50.1%Language:HTML 33.3%Language:JavaScript 15.1%Language:Shell 0.9%Language:CSS 0.6%Language:Makefile 0.1%