Python wrappers for Epiphan Cloud public API
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.2.tar.gz
(8.5 kB
view details)
Built Distribution
File details
Details for the file epiphancloud-2.0.2.tar.gz
.
File metadata
- Download URL: epiphancloud-2.0.2.tar.gz
- Upload date:
- Size: 8.5 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 | 3f994866b7097b772d955bbca8e24f7231eab4b7156579f7f38710a7d30000af |
|
MD5 | 269781ec4f6c47092d6f7da605285cbe |
|
BLAKE2b-256 | 35824ced112823ddf2b6952983d4e8910e6da003079e0ab3d6121475b8907f16 |
File details
Details for the file epiphancloud-2.0.2-py3-none-any.whl
.
File metadata
- Download URL: epiphancloud-2.0.2-py3-none-any.whl
- Upload date:
- Size: 9.5 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 | 21adfeca04e6144dbb1c5dc8626abb1e3ab95dc6962a84cbeb2aa9f46504ffac |
|
MD5 | 5f736ccdd71d0d4bd9b4104a62e8b83b |
|
BLAKE2b-256 | 88f97d003a3ac149f09f0dbd5fbebdf8507491bb077bcc961e3380501772b4d7 |