Metadata-Version: 2.4
Name: plaidcloud-rpc
Version: 1.6.10
Summary: PlaidCloud RPC Connection tools and helpers
Author-email: Michael Rea <mike@plaidcloud.com>, Paul Morel <paul@plaidcloud.com>
Maintainer-email: Pat Buxton <pat@plaidcloud.com>, Charlie Laymon <charlie@plaidcloud.com>, Simon Moscrop <simon@plaidcloud.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://plaidcloud.com
Project-URL: Documentation, https://docs.plaidcloud.com
Project-URL: Repository, https://github.com/PlaidCloud/plaid-rpc.git
Project-URL: Issues, https://github.com/PlaidCloud/plaid-rpc/issues
Keywords: plaidcloud,rpc,connection
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bleach
Requires-Dist: comtypes; platform_system == "Windows"
Requires-Dist: packaging
Requires-Dist: PyJWT
Requires-Dist: PyYAML
Requires-Dist: requests
Requires-Dist: requests-futures
Requires-Dist: setuptools==81.0.0
Requires-Dist: orjson
Requires-Dist: SQLAlchemy
Requires-Dist: toolz
Requires-Dist: urllib3
Provides-Extra: test
Requires-Dist: chardet>=2.3.0; extra == "test"
Requires-Dist: databend_sqlalchemy; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: mock; extra == "test"
Requires-Dist: minimock; extra == "test"
Requires-Dist: psycopg2-binary; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-runner; extra == "test"
Requires-Dist: python-dateutil>=1.5.0; extra == "test"
Requires-Dist: python-magic>=0.4.12; extra == "test"
Requires-Dist: sqlalchemy-greenplum; extra == "test"
Requires-Dist: sqlalchemy-hana; extra == "test"
Requires-Dist: starrocks; extra == "test"
Requires-Dist: snowflake-sqlalchemy; extra == "test"
Provides-Extra: full
Requires-Dist: chardet>=2.3.0; extra == "full"
Requires-Dist: databend_sqlalchemy; extra == "full"
Requires-Dist: psycopg2-binary; extra == "full"
Requires-Dist: pyarrow; extra == "full"
Requires-Dist: python-dateutil>=1.5.0; extra == "full"
Requires-Dist: python-magic>=0.4.12; extra == "full"
Dynamic: license-file

# plaidcloud-rpc
Common utilities for connecting to PlaidCloud's rpc interface

Documentation available at [https://plaidcloud.com/docs/plaidcloud-rpc/](https://plaidcloud.com/docs/plaidcloud-rpc/)
