# Betatel SDK
Official Python SDK for Betatel telecommunications services.
## Installation
```bash
pip install betatelsdk
```
## Features
- **SMS**: Send and manage SMS messages
- **Voice**: Text-to-speech and voice services
- **Call**: Voice call management and control
- **Carrier**: Carrier information and routing
- **Network**: Network status and connectivity
- **Billing**: Usage tracking and billing management
## Quick Start
```python
from betatelsdk import BetatelSDK
sdk = BetatelSDK(
api_key='your_api_key_here',
user_id='your_user_id_here'
)
# Send SMS
sdk.sms.send(
from_='ExampleSender',
to='ExampleRecipient',
message='Hello from Betatel!'
)
# Make voice call
sdk.voice.text_to_speech(
text='Hello world',
voice='en-US'
)
```
## Documentation
For detailed API documentation and examples, visit [api.betatel.com/docs/category/api-documentation](https://api.betatel.com/docs/category/api-documentation)
## Support
For support and questions, contact us at support@betatel.com
Raw data
{
"_id": null,
"home_page": null,
"name": "betatelsdk",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, tts, tele, voice, sms, sip, call, betatel",
"author": "Betatel LTD",
"author_email": "<muhamed.b@beta.tel>",
"download_url": "https://files.pythonhosted.org/packages/9b/f3/771b7291e5bec346b0a92dea14f4e104124f6c9506b1f77410f1bfaf3eae/betatelsdk-0.0.7.tar.gz",
"platform": null,
"description": "# Betatel SDK\n\nOfficial Python SDK for Betatel telecommunications services.\n\n## Installation\n\n```bash\npip install betatelsdk\n```\n\n## Features\n\n- **SMS**: Send and manage SMS messages\n- **Voice**: Text-to-speech and voice services \n- **Call**: Voice call management and control\n- **Carrier**: Carrier information and routing\n- **Network**: Network status and connectivity\n- **Billing**: Usage tracking and billing management\n\n## Quick Start\n\n```python\nfrom betatelsdk import BetatelSDK\n\nsdk = BetatelSDK(\n api_key='your_api_key_here',\n user_id='your_user_id_here'\n)\n\n# Send SMS\nsdk.sms.send(\n from_='ExampleSender',\n to='ExampleRecipient',\n message='Hello from Betatel!'\n)\n\n# Make voice call\nsdk.voice.text_to_speech(\n text='Hello world',\n voice='en-US'\n)\n```\n\n## Documentation\n\nFor detailed API documentation and examples, visit [api.betatel.com/docs/category/api-documentation](https://api.betatel.com/docs/category/api-documentation)\n\n## Support\n\nFor support and questions, contact us at support@betatel.com\n",
"bugtrack_url": null,
"license": null,
"summary": "An SDK for Betatel services",
"version": "0.0.7",
"project_urls": null,
"split_keywords": [
"python",
" tts",
" tele",
" voice",
" sms",
" sip",
" call",
" betatel"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "990193a57f78089105618fd0e055d40b9094fdd67b28e0f562e894b6a745f5ff",
"md5": "acd237b8fecd12022a2a779d757d3b82",
"sha256": "ecfd3555f96f82ac0d85c8459ee45d069c1d60a556e867bdeca5fd1e84e76f64"
},
"downloads": -1,
"filename": "betatelsdk-0.0.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "acd237b8fecd12022a2a779d757d3b82",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 11165,
"upload_time": "2025-08-07T13:19:44",
"upload_time_iso_8601": "2025-08-07T13:19:44.978595Z",
"url": "https://files.pythonhosted.org/packages/99/01/93a57f78089105618fd0e055d40b9094fdd67b28e0f562e894b6a745f5ff/betatelsdk-0.0.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9bf3771b7291e5bec346b0a92dea14f4e104124f6c9506b1f77410f1bfaf3eae",
"md5": "db975b1cff0431bd7932710d223f227f",
"sha256": "4f8663c3263aa82eb13be84a6513eaf63b94e0c8d4d65d7c5c011a1e40ed7d49"
},
"downloads": -1,
"filename": "betatelsdk-0.0.7.tar.gz",
"has_sig": false,
"md5_digest": "db975b1cff0431bd7932710d223f227f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8658,
"upload_time": "2025-08-07T13:19:45",
"upload_time_iso_8601": "2025-08-07T13:19:45.774569Z",
"url": "https://files.pythonhosted.org/packages/9b/f3/771b7291e5bec346b0a92dea14f4e104124f6c9506b1f77410f1bfaf3eae/betatelsdk-0.0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-07 13:19:45",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "betatelsdk"
}