Metadata-Version: 2.3
Name: bb-integrations-library
Version: 3.0.17
Summary: Provides common logic for all types of integration jobs.
Author: Alejandro Jordan, Ben Allen, Nicholas De Nova
Author-email: Alejandro Jordan <ajordan@capspire.com>, Ben Allen <ben.allen@capspire.com>, Nicholas De Nova <nicholas.denova@gravitate.energy>
Requires-Dist: boto3
Requires-Dist: email-validator
Requires-Dist: fastapi
Requires-Dist: google-cloud-run
Requires-Dist: google-cloud-secret-manager
Requires-Dist: google-cloud-storage
Requires-Dist: google-cloud-tasks
Requires-Dist: httpx
Requires-Dist: loguru
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: pydantic
Requires-Dist: pymongo
Requires-Dist: python-dotenv
Requires-Dist: sqlalchemy
Requires-Dist: pyodbc
Requires-Dist: more-itertools
Requires-Dist: async-lru
Requires-Dist: pydantic-xml[lxml]>=2.17.0
Requires-Dist: tenacity>=9.1.2
Requires-Dist: faststream[kafka]>=0.5.42
Requires-Dist: uv-build>=0.7.19
Requires-Dist: datamodel-code-generator>=0.31.2
Requires-Dist: paramiko>=3.5.1
Requires-Dist: pandas-gbq>=0.29.2
Requires-Dist: polars>=1.35.1
Requires-Dist: onepasswordconnectsdk>=2.0.0
Requires-Dist: gcloud-aio-storage>=9.6.1
Requires-Dist: injegg>=0.1.3
Requires-Dist: babel>=2.17.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# BB Integrations Library

A standard integrations library designed for **Gravitate** to manage and interact with various external services.

## Installation

Using pip:
```bash
pip install bb-integrations-library
```

Using uv:
```bash
uv add bb-integrations-library
```

## Usage

```python
import bb_integrations_lib
```
