dcor-shared

Functionalities shared by the DCOR CKAN extensions


Keywords
DCOR
License
Other
Install
pip install dcor-shared==0.10.0

Documentation

dcor_shared

PyPI Version Coverage Status

Functionalities shared by the DCOR CKAN extensions

Installation

To install the latest release, simply run:

pip install dcor_shared

Testing

Testing is done via vagrant in a virtualmachine using the dcor-test <https://app.vagrantup.com/paulmueller/boxes/dcor-test/> image. Make sure that vagrant and virtualbox are installed and run the following commands in the root of this repository:

# Setup virtual machine using `Vagrantfile`
vagrant up
# Run the tests
vagrant ssh -- sudo bash /testing/vagrant-run-tests.sh