ckanext-development
Development Extension for CKAN providing various development utilities.
Features include:
- xloader sync mode option
- IPipeXloader interface
Requirements
Compatibility with core CKAN versions:
| CKAN Version |
Compatible |
| 2.6 and earlier |
not tested |
| 2.7 |
not tested |
| 2.8 |
not tested |
| 2.9 |
not tested |
Installation
To install ckanext-development:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Clone the source and install it on the virtualenv:
git clone https://github.com/JVickery-TBS/ckanext-development.git
cd ckanext-development
pip install -e .
pip install -r requirements.txt
Add development to the ckan.plugins setting in your CKAN config file.
Restart CKAN.
Developer installation
To install ckanext-development for development:
git clone https://github.com/JVickery-TBS/ckanext-development.git
cd ckanext-development
python setup.py develop
pip install -r dev-requirements.txt
Tests
To run the tests:
pytest --ckan-ini=test.ini
License
AGPL-3.0