Metadata-Version: 2.3
Name: exotelpy
Version: 0.1.1
Summary: An unofficial Python wrapper for the Exotel API
License: Apache-2.0
Keywords: exotel
Author: Udit
Author-email: udit@noorahealth.com
Requires-Python: >=3.9,<3.14
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications :: Telephony
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Documentation, https://noorahealth.github.io/exotel-python/
Project-URL: Homepage, https://noorahealth.github.io/exotel-python/
Project-URL: Repository, https://github.com/NooraHealth/exotel-python/
Description-Content-Type: text/markdown

# ExotelPy
[![PyPI - Version](https://img.shields.io/pypi/v/exotelpy.svg)](https://pypi.org/project/exotelpy) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/exotelpy.svg)](https://pypi.org/project/exotelpy)

## Overview
exotelpy is an unofficial Python wrapper for the [Exotel API](https://developer.exotel.com/api), allowing developers to easily integrate Exotel's communication services into their Python applications. Exotel provides cloud-based communication solutions, including features like voice and SMS services.

## Documentation
Detailed documentation for exotelpy can be found [here.](https://noorahealth.github.io/exotel-python/)


## Installation
```
pip install exotelpy
```

