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

Upload a file from the command line:

pandora-upload -p http://pandora/api/ -m "title=This is an example" -m "director=[Jane Doe]" -m "date=2021-11-15" /home/example/Videos/video.mp4

or you can use pandora-upload in a python script:

import pandora_upload
item_id = pandora_upload.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.7.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file pandora_upload-1.0.7.tar.gz.

File metadata

  • Download URL: pandora_upload-1.0.7.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for pandora_upload-1.0.7.tar.gz
Algorithm Hash digest
SHA256 e85b29b1179e899cfe25598a63abbbfd9490660fff3328de3086925df7c98b11
MD5 29f96b63e3500f08ae169e5a77063585
BLAKE2b-256 59d1c5ad20917a26a998e0af450c22881317d1873379fdef7bb564c8aac69d9f

See more details on using hashes here.

Supported by

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