Skip to main content

pandora-upload is a commandline uploader for pan.do/ra

Project description

pandora-upload

pandora_upload is a commandline client for pan.do/ra. You can use it to upload one or more files to your pandora instance. No conversion is done on the client side. To upload/sync large repositories use pandora_client

You can also use pandora-upload as a python script:

import pandora_client
item_id = pandora_client.upload(
    'http://pandora/api/',
    ['/home/example/Videos/video.mp4',
    {
        'title': 'This is an example',
        'date': '2021-11-15'
    }
)

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

pandora-upload-1.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

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