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