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.6.tar.gz (3.0 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: pandora_upload-1.0.6.tar.gz
  • Upload date:
  • Size: 3.0 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.6.tar.gz
Algorithm Hash digest
SHA256 cc314fe278bb4d8e9dd976ce7e2f46c78bf1405f56b1c3571742b55ead9ac42b
MD5 424c96f41bbd5590ab16604a5f3e182d
BLAKE2b-256 72119b4f4d46bfd018febeb7cbc8a1cf0f4f7356e3467f402a9f07fd1624e545

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