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 -h http://pandora/api/ -m "title=This is an example" -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.4.tar.gz
(3.0 kB
view details)
File details
Details for the file pandora_upload-1.0.4.tar.gz.
File metadata
- Download URL: pandora_upload-1.0.4.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be942f8837d433770e6534f4e2802cd86b743ba3d25a5398d198d15f5bcb7826
|
|
| MD5 |
1e731e22a147f98d01960d7806252c30
|
|
| BLAKE2b-256 |
f6d1971b9be4f8d2f846d989cf9ad963b67743e8d592060d31eb9971ea0a41d9
|