Extension Development Tools TBS


Extension Basics

Title
Development Tools TBS
Name
ckanext-development
Type
Public extension
Description
Development extension for CKAN providing development utilities including xloader sync mode option and IPipeXloader interface.
CKAN versions
Download-Url (zip)
Last commit
a year ago (2024-05-16 23:03:32)
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

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:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
    
  2. 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
    
  3. Add development to the ckan.plugins setting in your CKAN config file.

  4. 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

Version
Version release date
(not set)
Contact name
JVickery-TBS
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Development helper extension with xloader sync mode. Uses pytest for testing.

Plugins to configure (ckan.ini)
development
CKAN Settings (ckan.ini)
# ckanext.development.some_setting = some_default_value
DB migration to be executed
(not set)
<< back to Extensions