Extension Torrent


Extension Basics

Title
Torrent
Name
ckanext-torrent
Type
Public extension
Description
CKAN extension for creating torrent files from CKAN resources, using Celery for background task processing of torrent generation.
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2020-10-21 13:37:44)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-torrent

A CKAN extension for creating torrent files from CKAN resources. Uses Celery for background task processing of torrent file generation.

Features

  • Automatic torrent file creation from CKAN resources
  • Background processing using Celery task queue
  • Paster command for torrent management

Installation

Install the extension:

pip install -e git+https://github.com/microcomp/ckanext-torrent.git#egg=ckanext-torrent

Add torrent to your CKAN plugins:

ckan.plugins = torrent

Paster Commands

paster torrent-cmd

License

AGPL-3.0

Version
0.1
Version release date
(not set)
Contact name
Dominik Kapisinsky
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Requires Celery for background task processing. Provides paster command ‘torrent-cmd’ for torrent management.

Plugins to configure (ckan.ini)
torrent
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions