Metadata-Version: 2.1
Name: bigdata-client
Version: 2.18.0
Summary: A Python client for accessing Bigdata API
License: Proprietary
Author: Bigdata Team
Author-email: support@bigdata.com
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp (>=3.9.3,<4.0.0)
Requires-Dist: nest-asyncio (>=1.6.0,<2.0.0)
Requires-Dist: pydantic (>=2.5.3,<3.0.0)
Requires-Dist: pydantic-settings (>=2.1.0,<3.0.0)
Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: websockets (>=15.0,<16.0)
Description-Content-Type: text/markdown

# Bigdata Client


Python SDK to use [Bigdata.com](http://bigdata.com/) APIs.  

The Bigdata APIs combine the strengths of information retrieval and generative AI, allowing AI applications to generate highly accurate and contextually relevant responses by accessing real-time data and specific knowledge sources.

* [SDK Docs](https://sdk.bigdata.com/en/latest/)

## Other Bigdata.com Python SDKs:

[Bigdata-research-tools](https://pypi.org/project/bigdata-research-tools/): Library designed to automate financial research workflows. It provides plug-and-play functions for building customized, chain-of-thought research processes with minimal effort. This package includes modular, ready-to-use components that integrate seamlessly with the Bigdata API, enabling efficient data analysis and insight generation.

* [Research Tools SDK Docs](https://sdk.bigdata.com/projects/research-tools/en/latest/)

