You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ckanext-multiuploadform

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ckanext-multiuploadform

This CKAN extension helps users to upload multiple resources at once with drag&drop.

1.3.3
pipPyPI
Maintainers
1

Tests

ckanext-multiuploadform

This CKAN extension helps users to upload multiple resources at once with drag&drop. It adds an extra form for uploadig multiple files and leaves the vanilla one untouched.

Requirements

Compatibility with core CKAN versions:

CKAN versionCompatible?
2.9 and arliernot tested
2.10yes
2.11yes
  • "yes"
  • "not tested" - I can't think of a reason why it wouldn't work
  • "not yet" - there is an intention to get it working
  • "no"

Installation

To install the extension:

  • Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
  • Use pip to install package
pip install ckanext-multiuploadform
  • Add multiuploadform to the ckan.plugins setting in your CKAN    config file (by default the config file is located at    /etc/ckan/default/ckan.ini).

  • Restart CKAN. For example, if you've deployed CKAN with Apache on Ubuntu:

sudo service apache2 reload

Usage and Config

Note: you have to set the max resource size in ckan configuration (/etc/ckan/default/ckan.ini)

ckan.max_resource_size

Developer installation

To install ckanext-multiuploadform for development, activate your CKAN virtualenv and do:

git clone https://github.com/Mat-O-Lab/ckanext-multiuploadform.git
cd ckanext-multiuploadform
python setup.py develop
pip install -r dev-requirements.txt

Tests

To run the tests, do:

pytest --ckan-ini=test.ini

Acknowledgments

The authors would like to thank the developers of the original project https://github.com/TIBHannover/ckanext-multiuploadform.

Keywords

CKAN Upload

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts