/usr/lib/python2.7/dist-packages/starpy-1.0.2.egg-info/PKG-INFO is in python-starpy 1.0.1.0.git.20140806-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | Metadata-Version: 1.1
Name: starpy
Version: 1.0.2
Summary: Twisted Protocols for interaction with the Asterisk PBX
Home-page: https://github.com/asterisk/starpy
Author: Mike C. Fletcher
Author-email: mcfletch@vrplumber.com
License: BSD
Description: StarPy Asterisk Protocols for Twisted
=====================================
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 customise user interactions from the
dialplan. 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.
StarPy is Open Source and we are interested in contributions, bug reports and
feedback.
Keywords: asterisk manager fastagi twisted AMI
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
|