{"id":21352677,"url":"https://github.com/daocloud/dce-plugin-sdk-py","last_synced_at":"2025-03-16T04:43:52.490Z","repository":{"id":62567106,"uuid":"77990453","full_name":"DaoCloud/dce-plugin-sdk-py","owner":"DaoCloud","description":"DCE plugin SDK for Python.","archived":false,"fork":false,"pushed_at":"2020-02-20T12:18:28.000Z","size":24,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-03-07T08:49:48.469Z","etag":null,"topics":["dce","dce-plugin-sdk","ndc","sdk"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/dce-plugin-sdk/#history","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DaoCloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-04T07:04:23.000Z","updated_at":"2020-02-20T12:18:27.000Z","dependencies_parsed_at":"2022-11-03T16:00:20.696Z","dependency_job_id":null,"html_url":"https://github.com/DaoCloud/dce-plugin-sdk-py","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaoCloud%2Fdce-plugin-sdk-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaoCloud%2Fdce-plugin-sdk-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaoCloud%2Fdce-plugin-sdk-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaoCloud%2Fdce-plugin-sdk-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaoCloud","download_url":"https://codeload.github.com/DaoCloud/dce-plugin-sdk-py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826778,"owners_count":20354220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dce","dce-plugin-sdk","ndc","sdk"],"created_at":"2024-11-22T03:14:36.452Z","updated_at":"2025-03-16T04:43:52.471Z","avatar_url":"https://github.com/DaoCloud.png","language":"Python","readme":"# dce-plugin-sdk-py\n\nDCE plugin SDK for Python.\n\n## Requirements\n\n- Python 2.7.*\n\n## Installation\n\n### Install from PYPI:\n\n```bash\n$ pip install dce-plugin-sdk\n```\n\n### Install from source:\n\n```bash\n$ pip install https://github.com/DaoCloud/dce-plugin-sdk-py/archive/master.zip\n```\n\n## Example/Usage\n\n### Set/Get Plugin Config\n\nYou can use this SDK to save your plugin's config.\n**config should not bigger than 1MB.**\n\n\n```python\nfrom dce_plugin import PluginSDK\n\nsdk = PluginSDK()\nconfig = {\n    'key': 'Hello, World'\n}\n\nsaved = sdk.set_config(config)\nretrived = sdk.get_config()\n```\n\n\n## License\ndce-plugin-sdk-py is licensed under the MIT License - see the \n[LICENSE](https://github.com/DaoCloud/dce-plugin-sdk-py/blob/master/LICENSE) file for details\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaocloud%2Fdce-plugin-sdk-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaocloud%2Fdce-plugin-sdk-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaocloud%2Fdce-plugin-sdk-py/lists"}