This package contains the Python client library for the Asterisk REST
Interface. It builds upon the
Swagger.py https://github.com/jorgesisco/swagger-py/
library, providing an
improved, Asterisk-specific API over the API generated by Swagger.py
Install from source using the setup.py
script.
$ make install
- Updated the codebase for Python 3 compatibility.
- Applied reformatting for enhanced readability.
Copyright (c) 2013, Digium, Inc. All rights reserved.
Modifications in 2023 by Jorge Sisco.
Swagger.py is licensed with a BSD 3-Clause License.