Metadata-Version: 2.4
Name: bridgexapi
Version: 0.1.0
Summary: Official Python SDK for the BridgeXAPI SMS API
Author: BridgeXAPI
Project-URL: Homepage, https://dashboard.bridgexapi.io
Project-URL: Documentation, https://dashboard.bridgexapi.io
Project-URL: Source, https://dashboard.bridgexapi.io
Keywords: sms,api,messaging,bridgexapi,python-sdk
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Dynamic: license-file

# BridgeXAPI Python SDK

Official Python SDK for the BridgeXAPI SMS API.

The BridgeXAPI Python SDK provides a simple and secure way to send SMS through the BridgeXAPI infrastructure using one API key, one endpoint, and route-based delivery selection.

## Features

- Official Python SDK for BridgeXAPI SMS
- Simple sync client
- Local validation before requests are sent
- Support for route IDs `1` through `5`
- Typed route constants via `Route`
- Structured response models
- Clean Python exceptions
- Server-side integration ready

## Installation

### Local development

```bash
pip install -e .
