Metadata-Version: 2.1
Name: cloudquery-plugin-sdk
Version: 0.0.8
Summary: CloudQuery Plugin SDK for Python
Home-page: https://github.com/cloudquery/plugin-sdk-python
Author: CloudQuery LTD
Author-email: pypi-packages@cloudquery.io
License: MPL-2.0
Platform: Posix; MacOS X; Windows
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Requires-Python: >=3.7
Requires-Dist: cloudquery-plugin-pb (==0.0.14)
Requires-Dist: exceptiongroup (==1.1.2)
Requires-Dist: black (==23.7.0)
Requires-Dist: grpcio (==1.56.2)
Requires-Dist: grpcio-tools (==1.56.2)
Requires-Dist: iniconfig (==2.0.0)
Requires-Dist: Jinja2 (==3.1.2)
Requires-Dist: MarkupSafe (==2.1.3)
Requires-Dist: numpy (==1.25.2)
Requires-Dist: packaging (==23.1)
Requires-Dist: pandas (==2.0.3)
Requires-Dist: pluggy (==1.2.0)
Requires-Dist: protobuf (==4.23.4)
Requires-Dist: pyarrow (==12.0.1)
Requires-Dist: pytest (==7.4.0)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: pytz (==2023.3)
Requires-Dist: six (==1.16.0)
Requires-Dist: structlog (==23.1.0)
Requires-Dist: tomli (==2.0.1)
Requires-Dist: tzdata (==2023.3)


CloudQuery Plugin SDK for Python
================================================

Overview
-----------

This is the high-level package to use for developing CloudQuery plugins in Python. See [github.com/cloudquery/plugin-sdk-python](https://github.com/cloudquery/plugin-sdk-python) for more information.
