Extension Git Resource Versioning


Extension Basics

Title
Git Resource Versioning
Name
ckanext-git
Type
Public extension
Description
An extension for CKAN that provides resource versioning capabilities using Git. This extension allows creating and deleting Git repositories for CKAN resources, enabling version control of dataset resources. Installation via pip install ckanext-git and adding 'git' to ckan.plugins. Note: Repository contains only initial template documentation and basic implementation.
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-11-11 09:32:45)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

.. image:: https://travis-ci.org/memaldi/ckanext-git.svg?branch=master :target: https://travis-ci.org/memaldi/ckanext-git

.. image:: https://coveralls.io/repos/memaldi/ckanext-git/badge.png?branch=master :target: https://coveralls.io/r/memaldi/ckanext-git?branch=master

.. image:: https://pypip.in/download/ckanext-git/badge.svg :target: https://pypi.python.org/pypi//ckanext-git/ :alt: Downloads

.. image:: https://pypip.in/version/ckanext-git/badge.svg :target: https://pypi.python.org/pypi/ckanext-git/ :alt: Latest Version

.. image:: https://pypip.in/py_versions/ckanext-git/badge.svg :target: https://pypi.python.org/pypi/ckanext-git/ :alt: Supported Python versions

.. image:: https://pypip.in/status/ckanext-git/badge.svg :target: https://pypi.python.org/pypi/ckanext-git/ :alt: Development Status

.. image:: https://pypip.in/license/ckanext-git/badge.svg :target: https://pypi.python.org/pypi/ckanext-git/ :alt: License

=============

ckanext-git

.. Put a description of your extension here: What does it do? What features does it have? Consider including some screenshots or embedding a video!


Requirements

For example, you might want to mention here which versions of CKAN this extension works with.


Installation

.. Add any additional install steps to the list below. For example installing any non-Python dependencies or adding any required config settings.

To install ckanext-git:

  1. Activate your CKAN virtual environment, for example::

    . /usr/lib/ckan/default/bin/activate

  2. Install the ckanext-git Python package into your virtual environment::

    pip install ckanext-git

  3. Add git to the ckan.plugins setting in your CKAN config file (by defau

Version
(not set)
Version release date
(not set)
Contact name
memaldi
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

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