Installation
Requirements
- Python 3.10 or higher
- Network access to an Asterisk server with AMI enabled
Install from PyPI
Install from source
git clone https://github.com/andrewyager/astami.git
cd astami
pip install -e .
Verify installation
import astami
print(astami.__version__)