{ "info": { "author": "Antoine Pitrou", "author_email": "antoine@python.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Telecommunications Industry", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Communications :: Telephony" ], "description": "Obelus: Asterisk's best friend\n==============================\n\n.. overview-start\n\nObelus is a MIT-licensed Python library providing support for communication\nwith the `Asterisk `_ telephony server. It\nsupports the `Asterisk Manager Interface (AMI) `_\nand the `Asterisk Gateway Interface (AGI) `_.\n\nQuick links\n-----------\n\n* Project page: https://pypi.python.org/pypi/obelus/\n* Source code, issue tracker: https://bitbucket.org/optiflowsrd/obelus\n* Documentation (incomplete): https://obelus.readthedocs.org\n\nFeatures\n--------\n\n* Python 2 and Python 3 support.\n* AMI, FastAGI and Async AGI support.\n* Event-driven API friendly towards non-blocking (\"async\") network\n programming styles.\n* :pep:`3156`-style protocol implementations.\n* Framework-agnostic.\n* Adapters for the `Tornado`_, `Twisted`_, `Tulip`_ network programming\n frameworks.\n* Unit-tested.\n\nLimitations\n-----------\n\n* The API is currently low-level: it abstracts away protocol syntax and\n communication sequences, but doesn't try to expose Asterisk concepts\n in a particular way.\n\nRequirements\n------------\n\n* Python 2.7, 3.2 or later.\n\nOptional requirements\n^^^^^^^^^^^^^^^^^^^^^\n\n* `Tornado`_, `Twisted`_ or `Tulip`_, if you want to use one of the\n corresponding adapters.\n\n.. _Tornado: http://www.tornadoweb.org/\n.. _Tulip: http://code.google.com/p/tulip/\n.. _Twisted: http://www.twistedmatrix.com/\n\n.. overview-end\n\n\nExamples\n--------\n\nAMI client\n^^^^^^^^^^\n\nSeveral example AMI clients are available for different frameworks::\n\n $ python -m obelus.ami.tornadoadapter -h\n $ python -m obelus.ami.tulipadapter -h\n $ python -m obelus.ami.twistedadapter -h\n\nFastAGI server\n^^^^^^^^^^^^^^\n\nSeveral example FastAGI servers are available for different frameworks::\n\n $ python -m obelus.agi.tornadofastagi -h\n $ python -m obelus.agi.tulipfastagi -h\n\nStudy the source codes for these modules for more information about\nhow to re-use the Obelus protocol classes in your own application.\n\n\nDevelopment\n-----------\n\nRunning the test suite\n^^^^^^^^^^^^^^^^^^^^^^\n\nTo run the test suite with a single Python version, run::\n\n $ pythonX.Y -m obelus.test\n\nOn Python versions before 3.3, you will need to install the\n`mock `_ library.\n\nTo run the test suite on all supported interpreters, install\n`tox `_ and run::\n\n $ tox\n\n\nFAQ\n---\n\nWhy \"Obelus\"?\n^^^^^^^^^^^^^\n\nAn `obelus `_ is a typographical\ncharacter, a bit like an asterisk.\n\n\n.. _Tornado: http://www.tornadoweb.org/\n.. _Tulip: http://code.google.com/p/tulip/\n.. _Twisted: http://www.twistedmatrix.com/", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/optiflowsrd/obelus/get/tip.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/obelus/", "keywords": "asterisk,manager,gateway,interface,AMI,AGI,twisted,tornado,tulip", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "obelus", "package_url": "https://pypi.org/project/obelus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/obelus/", "project_urls": { "Download": "https://bitbucket.org/optiflowsrd/obelus/get/tip.zip", "Homepage": "https://pypi.python.org/pypi/obelus/" }, "release_url": "https://pypi.org/project/obelus/0.1/", "requires_dist": null, "requires_python": null, "summary": "Protocol implementation of the Asterisk Manager Interface and Asterisk Gateway Interface", "version": "0.1" }, "last_serial": 906406, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0290406b7460c42a1b88e67eb6c6376f", "sha256": "494a4a5a6308787de45c8961dfa01d2af7afef29eacb5c4bc90b0096c4f053c2" }, "downloads": -1, "filename": "obelus-0.1.tar.gz", "has_sig": false, "md5_digest": "0290406b7460c42a1b88e67eb6c6376f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45437, "upload_time": "2013-09-12T15:53:57", "url": "https://files.pythonhosted.org/packages/dd/35/cf3f0ef9b3292a13b373e95c44289e23e254b0f4016ff37a3d6a73c043ff/obelus-0.1.tar.gz" } ], "0.1.dev": [] }, "urls": [ { "comment_text": "", "digests": { "md5": "0290406b7460c42a1b88e67eb6c6376f", "sha256": "494a4a5a6308787de45c8961dfa01d2af7afef29eacb5c4bc90b0096c4f053c2" }, "downloads": -1, "filename": "obelus-0.1.tar.gz", "has_sig": false, "md5_digest": "0290406b7460c42a1b88e67eb6c6376f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45437, "upload_time": "2013-09-12T15:53:57", "url": "https://files.pythonhosted.org/packages/dd/35/cf3f0ef9b3292a13b373e95c44289e23e254b0f4016ff37a3d6a73c043ff/obelus-0.1.tar.gz" } ] }