https://github.com/cloudquery/plugin-sdk-python
Python SDK for building CloudQuery Plugins
https://github.com/cloudquery/plugin-sdk-python
Last synced: 8 months ago
JSON representation
Python SDK for building CloudQuery Plugins
- Host: GitHub
- URL: https://github.com/cloudquery/plugin-sdk-python
- Owner: cloudquery
- License: mpl-2.0
- Created: 2023-07-21T10:39:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T13:50:46.000Z (9 months ago)
- Last Synced: 2025-04-12T15:05:17.890Z (8 months ago)
- Language: Python
- Homepage: https://cloudquery.io
- Size: 619 KB
- Stars: 6
- Watchers: 10
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- 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/)