Additional action APIs for opendata.admin.ch | Read-only mirror of https://github.com/ogdch/ckanext-ogdch_actions — Bundesamt für Statistik. Issues & pull requests at the source.
  • Python 86.4%
  • Shell 13.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2014-02-17 14:20:45 +01:00
ckanext Fixed PEP-8 code style 2013-12-20 00:13:21 +01:00
.gitignore initial action 2013-08-27 09:37:21 +00:00
.travis.yml Added travis build. 2014-02-17 14:20:45 +01:00
build.sh Added travis build. 2014-02-17 14:20:45 +01:00
LICENSE Add LICENSE and README.md 2013-09-13 19:05:59 +02:00
pip-requirements.txt Added travis build. 2014-02-17 14:20:45 +01:00
pre-commit.sh Fixed PEP-8 code style 2013-12-20 00:13:21 +01:00
README.md Fixed PEP-8 code style 2013-12-20 00:13:21 +01:00
setup.cfg Fixed PEP-8 code style 2013-12-20 00:13:21 +01:00
setup.py rename plugin to ogdch_actions 2013-09-03 13:56:28 +02:00

ckanext-ogdch_actions

Additional action APIs for opendata.admin.ch

Installation

Use pip to install this plugin. This example installs it in /home/www-data

source /home/www-data/pyenv/bin/activate
pip install -e git+https://github.com/ogdch/ckanext-ogdch_actions.git#egg=ckanext-ogdch_actions --src /home/www-data
cd /home/www-data/ckanext-ogdch-actions
python setup.py develop

Make sure to add ogdch_actions to ckan.plugins in your config file.

For development

  • install the pre-commit.sh script as a pre-commit hook in your local repositories: ** ln -s ../../pre-commit.sh .git/hooks/pre-commit