File: PKG-INFO

package info (click to toggle)
panoramisk 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 604 kB
  • sloc: python: 1,557; makefile: 133; sh: 28
file content (72 lines) | stat: -rw-r--r-- 3,136 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Metadata-Version: 2.1
Name: panoramisk
Version: 1.4
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 license
Description: ================================
        Panoramisk. The Asterisk's druid
        ================================
        
        .. image:: https://travis-ci.org/gawel/panoramisk.png?branch=master&style=flat-square
                :target: https://travis-ci.org/gawel/panoramisk
        
        .. image:: https://img.shields.io/coveralls/gawel/panoramisk/master.svg
                :target: https://coveralls.io/r/gawel/panoramisk?branch=master
        
        .. image:: https://img.shields.io/pypi/v/panoramisk.svg?style=flat-square
                :target: https://pypi.python.org/pypi/panoramisk
        
        .. image:: https://img.shields.io/pypi/dw/panoramisk.svg?style=flat-square
                :target: https://pypi.python.org/pypi/panoramisk
        
        .. image:: https://img.shields.io/github/issues/gawel/panoramisk.svg?style=flat-square
                :target: https://github.com/gawel/panoramisk/issues
        
        .. image:: https://img.shields.io/github/license/gawel/panoramisk.svg?style=flat-square
                :target: https://github.com/gawel/panoramisk/blob/master/LICENSE
        
        
        `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 uses the TCP manager server to listen to events and send actions.
        
        For basic usage, you have some examples in `examples/
        <https://github.com/gawel/panoramisk/tree/master/examples>`_ folder.
        
        You can find some help on IRC: irc://irc.freenode.net/panoramisk (`www
        <https://kiwiirc.com/client/irc.freenode.net/?nick=panoramisk|?&theme=basic#panoramisk>`_)
        
        
        Source code is available at https://github.com/gawel/panoramisk/
        
        
        Check the `full documentation <https://panoramisk.readthedocs.org/>`_
        
        
        I've spent hours writing this software, with love.
        Please consider tiping if you like it:
        
        BTC: 1PruQAwByDndFZ7vTeJhyWefAghaZx9RZg
        
        ETH: 0xb6418036d8E06c60C4D91c17d72Df6e1e5b15CE6
        
        LTC: LY6CdZcDbxnBX9GFBJ45TqVj8NykBBqsmT
        
Keywords: asyncio,asterisk,voip
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Communications :: Telephony
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: test