1- # Devo Global Communications Python SDK
1+ # DevHub Python SDK
22
3- [ ![ PyPI version] ( https://badge.fury.io/py/devo-global-comms- python.svg )] ( https://badge.fury.io/py/devo-global-comms -python )
4- [ ![ Python Support] ( https://img.shields.io/pypi/pyversions/devo-global-comms- python.svg )] ( https://pypi.org/project/devo-global-comms -python/ )
5- [ ![ Documentation] ( https://img.shields.io/badge/docs-github%20pages-blue )] ( https://devotel.github.io/devo-global-comms -python/ )
3+ [ ![ PyPI version] ( https://badge.fury.io/py/devhub- python.svg )] ( https://badge.fury.io/py/devhub -python )
4+ [ ![ Python Support] ( https://img.shields.io/pypi/pyversions/devhub- python.svg )] ( https://pypi.org/project/devhub -python/ )
5+ [ ![ Documentation] ( https://img.shields.io/badge/docs-github%20pages-blue )] ( https://devotel.github.io/devhub -python/ )
66[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
77
8- A Python SDK for the Devo Global Communications API, supporting SMS, Email, WhatsApp, RCS, and Contact management.
8+ A Python SDK for the DevHub API, supporting SMS, Email, WhatsApp, RCS, and Contact management.
99
1010## Features
1111
@@ -20,13 +20,13 @@ A Python SDK for the Devo Global Communications API, supporting SMS, Email, What
2020## Installation
2121
2222``` bash
23- pip install devo-global-comms -python
23+ pip install devhub -python
2424```
2525
2626## Quick Start
2727
2828``` python
29- from devo_global_comms_python import DevoClient
29+ from devhub_python import DevoClient
3030
3131# Initialize the client
3232client = DevoClient(api_key = " your-api-key" )
@@ -61,7 +61,7 @@ print(f"WhatsApp message sent with ID: {whatsapp_response.id}")
6161The SDK uses API key authentication:
6262
6363``` python
64- from devo_global_comms_python import DevoClient
64+ from devhub_python import DevoClient
6565
6666client = DevoClient(api_key = " your-api-key" )
6767```
@@ -83,7 +83,7 @@ You can provide your own `requests.Session` for advanced configuration:
8383
8484``` python
8585import requests
86- from devo_global_comms_python import DevoClient
86+ from devhub_python import DevoClient
8787
8888session = requests.Session()
8989session.proxies = {" https" : " https://proxy.example.com:8080" }
@@ -119,8 +119,8 @@ print(f"Status: {sms_response.status}")
119119
120120``` bash
121121# Clone the repository
122- git clone https://github.com/devotel/devo-global-comms -python.git
123- cd devo-global-comms -python
122+ git clone https://github.com/devotel/devhub -python.git
123+ cd devhub -python
124124
125125# Install development dependencies
126126pip install -e " .[dev]"
@@ -136,7 +136,7 @@ pre-commit install
136136pytest
137137
138138# Run with coverage
139- pytest --cov=src/devo_global_comms_python
139+ pytest --cov=src/devhub_python
140140
141141# Run specific test file
142142pytest tests/test_sms.py
@@ -171,8 +171,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
171171
172172## Support
173173
174- - ** Documentation** : [ https://devotel.github.io/devo-global-comms- python/ ] ( https://devotel.github.io/devo-global-comms -python/ )
175- - ** Issues** : [ GitHub Issues] ( https://github.com/devotel/devo-global-comms -python/issues )
174+ - ** Documentation** : [ https://devotel.github.io/devhub- python/ ] ( https://devotel.github.io/devhub -python/ )
175+ - ** Issues** : [ GitHub Issues] ( https://github.com/devotel/devhub -python/issues )
176176- ** Email** : [ support@devotel.io ] ( mailto:support@devotel.io )
177177
178178## Changelog
0 commit comments