Metadata-Version: 2.1
Name: python-yate
Version: 0.3.1
Summary: An (asyncio enabled) python library for yate IVRs and extmodules
Home-page: https://github.com/eventphone/python-yate
Author: Martin Lang
Author-email: Martin.Lang@rwth-aachen.de
License: MIT
Description: # Python support for yate-pbx
        
        This package implements library support for the external module protocol used
        by the yate pbx. There is support for the basic wire protocol and higher level
        abstractions using asyncio - including special support for IVRs (interactive voice
        response) systems.
        
        # Examples
        
        Have a look at the examples folder to see how to use the IVR support library.
        
        Moreover, there is a call generator example in the tools folder.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
