Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudquery/plugin-sdk-python
Python SDK for building CloudQuery Plugins
https://github.com/cloudquery/plugin-sdk-python
Last synced: about 2 months ago
JSON representation
Python SDK for building CloudQuery Plugins
- Host: GitHub
- URL: https://github.com/cloudquery/plugin-sdk-python
- Owner: cloudquery
- Created: 2023-07-21T10:39:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-17T15:37:40.000Z (8 months ago)
- Last Synced: 2024-05-18T15:59:43.488Z (8 months ago)
- Language: Python
- Homepage: https://cloudquery.io
- Size: 345 KB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# CloudQuery Plugin SDK for Python
This is the high-level package to use for developing CloudQuery plugins in Python.
## Installation
```commandline
pip install cloudquery-plugin-sdk
```## Links
- [Developer Guide](https://www.cloudquery.io/docs/developers/creating-new-plugin/python-source)
- [PyPI](https://pypi.org/project/cloudquery-plugin-sdk/)