Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54063 > unrolled thread

ANN: Obelus 0.1 -- Asterisk AMI / AGI implementation

Started byAntoine Pitrou <antoine@python.org>
First post2013-09-12 16:04 +0000
Last post2013-09-12 16:04 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  ANN: Obelus 0.1 -- Asterisk AMI / AGI implementation Antoine Pitrou <antoine@python.org> - 2013-09-12 16:04 +0000

#54063 — ANN: Obelus 0.1 -- Asterisk AMI / AGI implementation

FromAntoine Pitrou <antoine@python.org>
Date2013-09-12 16:04 +0000
SubjectANN: Obelus 0.1 -- Asterisk AMI / AGI implementation
Message-ID<mailman.316.1379002227.5461.python-list@python.org>
Hello,

I'm pleased to announce the first release of Obelus, a MIT-licensed
library to interact with Asterisk using the AMI and AGI protocols.

This is version 0.1, and as such some APIs are a bit draftish and not 
guaranteed to be stable accross future releases. Also, documentation is
far from exhaustive.

Quick links
-----------

* Project page: https://pypi.python.org/pypi/obelus/
* Source code, issue tracker: https://bitbucket.org/optiflowsrd/obelus
* Documentation (incomplete): https://obelus.readthedocs.org

Features
--------

* Python 2 and Python 3 support.
* AMI, FastAGI and Async AGI support.
* Event-driven API friendly towards non-blocking ("async") network
  programming styles.
* :pep:`3156`-style protocol implementations.
* Framework-agnostic.
* Adapters for the `Tornado`_, `Twisted`_, `Tulip`_ network programming
  frameworks.
* Unit-tested.

Requirements
------------

* Python 2.7, 3.2 or later.


Regards

Antoine.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web