Bug 790879

Summary: Review Request: starpy - Python twisted library for Asterisk's AMI and FastAGI
Product: [Fedora] Fedora Reporter: Russell Bryant <rbryant>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mail, notting, package-review
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-29 19:20:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 201449    

Description Russell Bryant 2012-02-15 16:05:00 UTC
Spec URL: http://fedorapeople.org/~russellb/starpy/starpy.spec

SRPM URL: http://fedorapeople.org/~russellb/starpy/starpy-1.0.1-1.fc16.src.rpm

Description:
StarPy is a Python + Twisted protocol that provides access to the Asterisk
PBX's Manager Interface (AMI) and Fast Asterisk Gateway Interface (FastAGI).
Together these allow you write both command-and-control interfaces (used, for
example to generate new calls) and to customize user interactions from the
dial-plan.  You can readily write applications that use the AMI and FastAGI
protocol together with any of the already-available Twisted protocols.

StarPy is primarily intended to allow Twisted developers to add Asterisk
connectivity to their Twisted applications.  It isn't really targeted at the
normal AGI-writing populace, as it requires understanding Twisted's
asynchronous programming model.  That said, if you do know Twisted, it can
readily be used to write stand-alone FastAGIs.

Comment 1 Fabian Affolter 2012-05-13 16:45:11 UTC
Just some comments:

- All doc files (Changelog, CHANGES.txt) should go to %doc
- Adding the examples as a subpackages could help the users
- I think that adding the doc/index.html would be a good idea too. This file contains plenty of stuff which is normally in the README

Comment 2 Fabian Affolter 2012-09-16 07:35:03 UTC
Russell, do you plan to go on with this review request?

Comment 3 Fabian Affolter 2012-11-18 10:39:13 UTC
I assume this review is dead.