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.8.tar.gz
(3.1 kB
view details)
File details
Details for the file pandora_upload-1.0.8.tar.gz.
File metadata
- Download URL: pandora_upload-1.0.8.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9aea50783e79599612b204f965ca744f7a01c3957e0e2c58fb3475749d196c0
|
|
| MD5 |
4a25a113bf28e5a229f48e2acf7e3985
|
|
| BLAKE2b-256 |
f4d3e8c3066a25ddea9f2108262292d039496bc73377f7a933e5c9e6777c0de2
|