Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 700 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 700 Bytes

About

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

Installation

Install from source using the setup.py script.

$ make install

Updates in 2023

  • Updated the codebase for Python 3 compatibility.
  • Applied reformatting for enhanced readability.

License

Copyright (c) 2013, Digium, Inc. All rights reserved.
Modifications in 2023 by Jorge Sisco.

Swagger.py is licensed with a BSD 3-Clause License.