Metadata-Version: 2.1
Name: exotelpy
Version: 0.1.0
Summary: An unofficial Python wrapper for the Exotel API
Home-page: https://noorahealth.github.io/exotel-python/
License: Apache-2.0
Keywords: exotel
Author: Udit
Author-email: udit@noorahealth.com
Requires-Python: >=3.9,<3.13
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: 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: Repository, https://github.com/NooraHealth/exotel-python/
Description-Content-Type: text/markdown

# ExotelPy
An unofficial python wrapper for the [Exotel API](https://developer.exotel.com/api)


## What is this for?
This is a python wrapper which provides you the ability to interact with the Exotel API. It also comes with certain utility methods which makes interacting with the Exotel API easier.
- Documentation : https://noorahealth.github.io/exotel-python/


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

