Skip to main content

Download manager with web-interface.

Project description

plyder

PyPI Tests

Download manager with web-interface.

Installation

$ pip install plyder

Usage

$ plyder

plyder works out of the box. Though you might want to adapt the configuration to your taste.

Custom download scripts

Custom download scripts can be specified in the configuration file:

download_handlers:
    - ./github_downloader.sh

./github_downloader.sh needs to be an executable script of the following form:

#!/usr/bin/env bash
# PLYDER_HOST: <host to match>

url="$1"
output_dir="$2"

<custom logic>

See plyder/download_providers/ for built-in examples.

Prometheus integration

plyder exposes the /metric resource which allows monitoring download counts and system usage using Prometheus and, e.g., Grafana.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plyder-0.4.1.tar.gz (41.7 kB view hashes)

Uploaded Source

Built Distribution

plyder-0.4.1-py3-none-any.whl (41.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page