Metadata-Version: 2.1
Name: cloudquery-plugin-sdk
Version: 0.1.23
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.27
Requires-Dist: exceptiongroup ==1.2.1
Requires-Dist: black ==24.4.2
Requires-Dist: grpcio ==1.63.0
Requires-Dist: grpcio-tools ==1.63.0
Requires-Dist: iniconfig ==2.0.0
Requires-Dist: Jinja2 ==3.1.3
Requires-Dist: MarkupSafe ==2.1.5
Requires-Dist: numpy ==1.26.4
Requires-Dist: packaging ==24.0
Requires-Dist: pandas ==2.2.2
Requires-Dist: pluggy ==1.5.0
Requires-Dist: protobuf ==5.26.1
Requires-Dist: pyarrow ==15.0.2
Requires-Dist: pytest ==8.2.0
Requires-Dist: python-dateutil ==2.8.2
Requires-Dist: pytz ==2024.1
Requires-Dist: six ==1.16.0
Requires-Dist: structlog ==23.3.0
Requires-Dist: tomli ==2.0.1
Requires-Dist: tzdata ==2023.4


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.
