Python wrappers for Epiphan Cloud public API
Reason this release was yanked:
Contains bugs
Project description
Epiphan Cloud API
This repo contains:
/epiphancloud
: Python wrapper for Epiphan Cloud API/docs
: API reference/examples/full_lifecycle.py
: Usage example
Installation
$ git clone https://github.com/epiphan-video/epiphancloud_api.git
$ cd epiphancloud_api
$ pip install -r requirements.txt
Documentation
API documentation is available via Github Pages: https://epiphan-video.github.io/epiphancloud_api
How to update docs
Documentation source is stored in docs-source-slate
folder.
- Build a slate builder container (once):
$ cd slate
$ docker build -t slate-builder .
- (optional) Start doc server:
docker run -it --rm \
-v $(pwd)/docs-source-slate/:/slate/source \
-v $(pwd)/docs:/slate/build \
-p 4567:4567 \
slate-builder bundle exec middleman server
...and open http://localhost:4567/ in your browser.
- When editing is done, use the container to build static docs:
docker run -it --rm -v $(pwd)/docs-source-slate/:/slate/source -v $(pwd)/docs:/slate/build slate-builder
This command will update files in docs
folder, if necessary.
- git commit and push
Exporting notebook tutorial:
jupyter nbconvert --to html --execute device_api.ipynb --ExecutePreprocessor.timeout=-1
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
epiphancloud-2.0.1.tar.gz
(8.4 kB
view details)
Built Distribution
File details
Details for the file epiphancloud-2.0.1.tar.gz
.
File metadata
- Download URL: epiphancloud-2.0.1.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.0.1 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21fa888accdea4f74f070086f488b752b777adf15eaf2f3761f4922080df124c |
|
MD5 | a6585cc8d6843cb3e51135fc7bb29908 |
|
BLAKE2b-256 | c8ab526c0cc0aefd4f3ac202c84b68fc44747f43fe5cbcc43d6a94ca6234d78d |
File details
Details for the file epiphancloud-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: epiphancloud-2.0.1-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.0.1 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fec28a24f010f32a452be6347b6a95efd6012dfb2de9734b10ed194658fd0328 |
|
MD5 | 4b3136c02edd5a9501de133e93319ddc |
|
BLAKE2b-256 | 1c509ed397f64afff45799268b1a0ec2f16de4164e2c44c3bcf6fbae4096e207 |