DaoCloud/dce-plugin-sdk-py

Name: dce-plugin-sdk-py

Owner: DaoCloud.io

Description: DCE plugin SDK for Python.

Created: 2017-01-04 07:04:23.0

Updated: 2017-03-10 12:34:18.0

Pushed: 2018-05-22 09:57:26.0

Homepage:

Size: 15

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

dce-plugin-sdk-py

DCE plugin SDK for Python.

Requirements
Installation
Install from PYPI:
p install dce-plugin-sdk
Install from source:
p install https://github.com/DaoCloud/dce-plugin-sdk-py/archive/master.zip
Example/Usage
Set/Get Plugin Config

You can use this SDK to save your plugin's config. config should not bigger than 1MB.

 dce_plugin import PluginSDK

= PluginSDK()
ig = {
'key': 'Hello, World'


d = sdk.set_config(config)
ived = sdk.get_config()
License

dce-plugin-sdk-py is licensed under the MIT License - see the LICENSE file for details


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.