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:
# obtaining a list of videos
videos = vdocipher.Video().get_list()
# uploading a video
new_video = vdocipher.Video(title='title').upload('file')
# obtaining a video
video = vdocipher.Video(id=1).get()
# removing a video
vdocipher.Video(id=1).delete()
# obtaining OTP
otp = OTP().create(videoid='your_video_id')
# or
otp = Video(title='test video').upload('file').create_otp()
Contribute
Your contribute is welcome.
Setup your development environment:
$ git clone https://github.com/puzzlsoftwarehouse/vdocipher.py.git
$ cd vdocipher.py
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install .[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.2.0.tar.gz
(1.8 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.2.0.tar.gz.
File metadata
- Download URL: vdocipher.py-0.2.0.tar.gz
- Upload date:
- Size: 1.8 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 |
87032d5daec97296e8ab6c50345177955df9d9b11122c2188bc974963b8007dc
|
|
| MD5 |
9676544ade53130ada30c4fbb70024ae
|
|
| BLAKE2b-256 |
2c81f28f6e6553e8c4b9b5fb6ca6f2d146bcf86bf46539c6d1b3a90b0c371528
|
File details
Details for the file vdocipher.py-0.2.0-py3-none-any.whl.
File metadata
- Download URL: vdocipher.py-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.4 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 |
7d71ee5aefd217ee65b0d0b80cb83f763a918bc91a08e5e5364858f32f366858
|
|
| MD5 |
7aaf043acb675ba28bd60c83c27d607f
|
|
| BLAKE2b-256 |
e29cadb2ce90cf441adf7ce6f38db8eddf4ca4d49a5f04846d7a40b0865175d9
|