# 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/82/9a/4119e82606abd93ce037305b9faf4f7d81b97fda31be9dee1fb9b6a34b10/betatelsdk-0.0.8.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.8",
"project_urls": null,
"split_keywords": [
"python",
" tts",
" tele",
" voice",
" sms",
" sip",
" call",
" betatel"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1be398d6c51fbd85951713213aabad17d532210de400eb9278fabbb366bd50b0",
"md5": "eceac503af3c72434e317ee89181090f",
"sha256": "b750cb984bca9450d43643dd7be7c15f03d5797c6cb4e3c4eb8c68ac1e3809c6"
},
"downloads": -1,
"filename": "betatelsdk-0.0.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eceac503af3c72434e317ee89181090f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 11295,
"upload_time": "2025-08-08T09:25:38",
"upload_time_iso_8601": "2025-08-08T09:25:38.222388Z",
"url": "https://files.pythonhosted.org/packages/1b/e3/98d6c51fbd85951713213aabad17d532210de400eb9278fabbb366bd50b0/betatelsdk-0.0.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "829a4119e82606abd93ce037305b9faf4f7d81b97fda31be9dee1fb9b6a34b10",
"md5": "ee6351ae93d6c56f1c67a42dce046ff7",
"sha256": "fd15ae361550566fa1adf9da55b78c251e91f4086db15a888eaaa0d9e6dd0455"
},
"downloads": -1,
"filename": "betatelsdk-0.0.8.tar.gz",
"has_sig": false,
"md5_digest": "ee6351ae93d6c56f1c67a42dce046ff7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8764,
"upload_time": "2025-08-08T09:25:39",
"upload_time_iso_8601": "2025-08-08T09:25:39.310597Z",
"url": "https://files.pythonhosted.org/packages/82/9a/4119e82606abd93ce037305b9faf4f7d81b97fda31be9dee1fb9b6a34b10/betatelsdk-0.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-08 09:25:39",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "betatelsdk"
}