Metadata-Version: 1.1
Name: panoramisk
Version: 0.5
Summary: asyncio based library to play with asterisk
Home-page: https://github.com/gawel/panoramisk/
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
License: MIT
Description: ================================
        Panoramisk. The asterisk's druid
        ================================
        
        .. image:: https://travis-ci.org/gawel/panoramisk.png?branch=master
          :target: https://travis-ci.org/gawel/panoramisk
        .. image:: https://coveralls.io/repos/gawel/panoramisk/badge.png?branch=master
          :target: https://coveralls.io/r/gawel/panoramisk?branch=master
        .. image:: https://pypip.in/v/panoramisk/badge.png
           :target: https://crate.io/packages/panoramisk/
        .. image:: https://pypip.in/d/panoramisk/badge.png
           :target: https://crate.io/packages/panoramisk/
        
        `panoramisk` is a library based on python's `asyncio
        <http://docs.python.org/dev/library/asyncio.html>`_ to play with `asterisk
        <http://www.asterisk.org/community/documentation>`_'s `manager
        <https://wiki.asterisk.org/wiki/display/AST/The+Asterisk+Manager+TCP+IP+API>`_.
        
        It use the tcp manager server to listen to events and send actions.
        
        See the api for more informations: https://panoramisk.readthedocs.org/
        
        Source: https://github.com/gawel/panoramisk/
        
        For basic usage, you have some examples in `examples/
        <https://github.com/gawel/panoramisk/tree/master/examples>`_ folder.
        
Keywords: asyncio asterisk voip
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Communications :: Telephony
Classifier: License :: OSI Approved :: MIT License
