Metadata-Version: 2.3
Name: bb-integrations-library
Version: 3.1.0.2
Summary: Provides common logic for all types of integration jobs.
Author: Alejandro Jordan, Ben Allen, Nicholas De Nova, Kira Threlfall
Author-email: Alejandro Jordan <ajordan@capspire.com>, Ben Allen <ben.allen@capspire.com>, Nicholas De Nova <nicholas.denova@gravitate.energy>, Kira Threlfall <kira.threlfall@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: 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-Dist: httpx-limiter[aiolimiter]>=0.5.0
Requires-Dist: pytz>=2025.2
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
```
