Just a VdoCipher api wrapper for python.
Project description
vdocipher.py
Just a VdoCipher api wrapper for python.
Installing
$ pip install vdocipher.py
Using
import vdocipher
# First, we need to authenticate our api
vdocipher.authenticate('VDOCIPHER_API_SECRET')
# Examples:
# get a list of videos
videos = vdocipher.Video().get_list()
# upload a new video
new_video = vdocipher.Video(title='title').upload('file')
# get a video
video = vdocipher.Video(id=1).get()
# delete
vdocipher.Video(id=1).delete()
Installing dev requirements
$ pip install vdocipher.py[dev]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vdocipher.py-0.1.1.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vdocipher.py-0.1.1.tar.gz.
File metadata
- Download URL: vdocipher.py-0.1.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
459b531c003e974e5a4572f30f897f1a4d477aee563cd4f65fe36d971a024334
|
|
| MD5 |
69e4e756773c95643918d80dd36a238d
|
|
| BLAKE2b-256 |
2dcc9f6f2bb37adf897b99367ff29339c7f2a5c73ed69043189119051484267c
|
File details
Details for the file vdocipher.py-0.1.1-py3-none-any.whl.
File metadata
- Download URL: vdocipher.py-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2f5794918d7572c8d17fd9441523bce15ba43628ca9a573933a2fe4dae46069
|
|
| MD5 |
fd00573ba928e689d769ca72109efc74
|
|
| BLAKE2b-256 |
35fbfbd7ee5ba3c5d6bd75b619187e90e93a51b3a0e66ed31610f88ae32dcfd4
|