exotelpy

An unofficial Python wrapper for the Exotel API


Keywords
exotel
License
Apache-2.0
Install
pip install exotelpy==0.1.0

Documentation

Pyexotel

An unofficial python wrapper for the Exotel API

How to use

  1. Clone the repo

  2. Install the project in your directory by passing the path where you cloned this project:

    pip install -e exotel-python/
    

    Using the flag -e would help in updating the package by pulling from repo without having to reinstall the package.