Metadata-Version: 2.4
Name: ffbb-api-client-v3
Version: 2.0.0
Summary: DEPRECATED — This package has been renamed to ffbb-data-client. Install ffbb-data-client instead.
Author-email: nickdesi <nicolas.desimone@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/nickdesi/ffbb-data-client
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: ffbb-data-client>=2.0.0

# ffbb-api-client-v3 (DEPRECATED)

> **This package has been renamed to [`ffbb-data-client`](https://pypi.org/project/ffbb-data-client/).**

## Migration

```bash
pip install ffbb-data-client
pip uninstall ffbb-api-client-v3
```

Update your imports:

```python
# Old (deprecated)
from ffbb_api_client_v3 import FFBBAPIClientV3

# New
from ffbb_data_client import FFBBDataClient
```

This package exists only as a redirect. It depends on `ffbb-data-client` and re-exports all symbols with a deprecation warning.
