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-multiuploader

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ckanext-multiuploader

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

1.5.0
pipPyPI
Maintainers
1

ckanext-multiuploader

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

Requirements

Compatibility with core CKAN versions:

CKAN versionCompatible?
2.9Yes
earlierNo

Installation

To install ckanext-multiuploader:

  • Activate your CKAN virtual environment and install:

      > . /usr/lib/ckan/default/bin/activate
      > pip install ckanext-multiuploader
    

OR, Clone the source and install it on the virtualenv (Suggested location: /usr/lib/ckan/default/src) :

    git clone https://github.com/TIBHannover/ckanext-multiuploader.git
    cd ckanext-multiuploader
    pip install -e .
    pip install -r requirements.txt

2. Add multiuploader 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

Tests

To run the tests, do:

pytest --ckan-ini=test.ini  --disable-pytest-warnings  ckanext/multiuploader/tests/

Keywords

CKAN

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.