{ "info": { "author": "Guillaume Bour", "author_email": "guillaume@bour.cc", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Natural Language :: French", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Pyajam allows to interact with an asterisk server using the AJAM interface,\r\nin a pythonic way.\r\nExample:\r\n\r\n\t>>> from pyajam import Pyajam\r\n\r\n\t>>> ajam = Pyajam(server='192.168.0.10', username='mspencer', password='*rocks!')\r\n\t>>> if not ajam.login():\r\n\t>>>\t\tprint \"Invalid login\"\r\n\t>>>\t\tsys.exit(1)\r\n\r\n\t>>> # display list of peers (SIP and IAX2)\r\n\t>>> print ajam.peers())\r\n\t>>> # display peer 101 attributes\r\n\t>>> peer = ajam.sippeer('101'))\r\n\r\n\t>>> # screenprint events\r\n\t>>> def ajam_event_listener(data):\r\n\t>>>\t\tprint data\r\n\r\n\t>>> ajam.waitevent(async=False, callback=ajam_event_listener)", "description_content_type": null, "docs_url": null, "download_url": "http://devedge.bour.cc/resources/pyajam/src/pyajam.latest.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gbour/PyAjam", "keywords": "Asterisk AJAM API VoIP", "license": "GNU General Public License v3", "maintainer": "", "maintainer_email": "", "name": "PyAjam", "package_url": "https://pypi.org/project/PyAjam/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyAjam/", "project_urls": { "Download": "http://devedge.bour.cc/resources/pyajam/src/pyajam.latest.tar.gz", "Homepage": "https://github.com/gbour/PyAjam" }, "release_url": "https://pypi.org/project/PyAjam/0.2/", "requires_dist": null, "requires_python": null, "summary": "Python binding for Asterisk AJAM interface", "version": "0.2" }, "last_serial": 1578500, "releases": { "0.1.1": [], "0.2": [ { "comment_text": "", "digests": { "md5": "c48a076a8253576bcf19b51df1bd4860", "sha256": "e392fd09f7187d4f68eb1f8a250fa08a7c90b60d4b863a77408d3a5be78daf2f" }, "downloads": -1, "filename": "PyAjam-0.2.tar.gz", "has_sig": false, "md5_digest": "c48a076a8253576bcf19b51df1bd4860", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20867, "upload_time": "2015-06-04T16:37:11", "url": "https://files.pythonhosted.org/packages/ea/81/0dffdca485bdd775effb92e1a18ba01295761b1f2c47487c9ac2fd11cbae/PyAjam-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c48a076a8253576bcf19b51df1bd4860", "sha256": "e392fd09f7187d4f68eb1f8a250fa08a7c90b60d4b863a77408d3a5be78daf2f" }, "downloads": -1, "filename": "PyAjam-0.2.tar.gz", "has_sig": false, "md5_digest": "c48a076a8253576bcf19b51df1bd4860", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20867, "upload_time": "2015-06-04T16:37:11", "url": "https://files.pythonhosted.org/packages/ea/81/0dffdca485bdd775effb92e1a18ba01295761b1f2c47487c9ac2fd11cbae/PyAjam-0.2.tar.gz" } ] }