Path: csiph.com!usenet.pasdenom.info!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1379002225; bh=q+FJvOBsThVvg5bVZKkyUdAtH58IX28tbDVYPzSgfeg=; h=To:From:Subject:Date:From; b=zNv61QTuGL5faDN9k1cxyIor+rM98q0x7ZqyBVYV4akuXsfcUkVeEAxnhwxxZwdmT Htrc7AjoyDhOtURMcqU+VWwZo9yva4e+xXGh8aUplTYuw4JP8oVPN9GZhaeK58b6OK YJA9dnTccBC740bNY8f8qkTEuLtRQ5Nc96vohxIo= X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; '-----------': 0.05; 'url:bitbucket': 0.05; 'subject: -- ': 0.07; 'subject:ANN': 0.07; '------------': 0.09; 'apis': 0.09; 'protocols.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; '--------': 0.10; 'api': 0.11; 'python': 0.11; 'event-driven': 0.16; 'exhaustive.': 0.16; 'frameworks.': 0.16; 'from:name:antoine pitrou': 0.16; 'message-id:@post.gmane.org': 0.16; 'non-blocking': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:0.1': 0.16; 'from:addr:python.org': 0.16; 'library': 0.18; 'bit': 0.19; 'code,': 0.22; 'programming': 0.22; 'header:User-Agent:1': 0.23; 'source': 0.25; 'header:X-Complaints- To:1': 0.27; "i'm": 0.30; 'towards': 0.31; '3.2': 0.31; 'subject:skip:i 10': 0.31; 'url:python': 0.33; 'announce': 0.33; 'version': 0.36; 'interact': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'requirements': 0.37; 'project': 0.37; 'stable': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'release': 0.40; 'future': 0.60; 'subject: / ': 0.60; 'first': 0.61; 'such': 0.63; 'friendly': 0.72; 'guaranteed': 0.75; 'antoine.': 0.84; 'asterisk': 0.84; 'releases.': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Antoine Pitrou Subject: ANN: Obelus 0.1 -- Asterisk AMI / AGI implementation Date: Thu, 12 Sep 2013 16:04:45 +0000 (UTC) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 88.163.232.20 (Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379002227 news.xs4all.nl 15948 [2001:888:2000:d::a6]:54613 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54063 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.