## English
# aioasterisk
Async Asterisk Client
Python 3.6+
## Install
```bash
pip install aioasterisk
```
## Auth
First you need gen auth url:
```python
from aioasterisk.ami import AMIClient
client = AMIClient(address='127.0.0.1',port=5038)
client.login(username='username',secret='password')
```
Raw data
{
"_id": null,
"home_page": "https://www.asterisk.org/",
"name": "aioasterisk",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python python3 api-client aiohttp api-wrapper asterisk asterisk-api asterisk-async",
"author": "Developereva",
"author_email": "developereva@protonmail.com",
"download_url": "https://files.pythonhosted.org/packages/46/67/4e90e57bc1b256abc09d5bda169520753ddadc832146391243f5172f0ecf/aioasterisk-1.0.0.tar.gz",
"platform": null,
"description": "## English\r\n\r\n# aioasterisk\r\nAsync Asterisk Client\r\n\r\nPython 3.6+\r\n\r\n## Install\r\n\r\n```bash\r\npip install aioasterisk\r\n```\r\n\r\n## Auth\r\n\r\nFirst you need gen auth url:\r\n```python\r\nfrom aioasterisk.ami import AMIClient\r\n\r\nclient = AMIClient(address='127.0.0.1',port=5038)\r\nclient.login(username='username',secret='password')\r\n```\r\n",
"bugtrack_url": null,
"license": "BSD License",
"summary": "Async Python library for interacting with the Asterisk FreePBX",
"version": "1.0.0",
"project_urls": {
"Documentation": "https://github.com/developerreva/aioasterisk#-getting-started",
"Download": "https://github.com/developerreva/aioasterisk",
"Homepage": "https://www.asterisk.org/",
"Source Code": "https://github.com/developerreva/aioasterisk"
},
"split_keywords": [
"python",
"python3",
"api-client",
"aiohttp",
"api-wrapper",
"asterisk",
"asterisk-api",
"asterisk-async"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "471992e66f2651d07eb37777fca8e5bab3501422419786c911b4540884eba7ca",
"md5": "f3a909cc9f7380b0d9ff1f92b861a2a8",
"sha256": "d06162021eb25b7b692a14e48d8e22c38e6be121cc9815d74ab9b8bd43860c0e"
},
"downloads": -1,
"filename": "aioasterisk-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f3a909cc9f7380b0d9ff1f92b861a2a8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6374,
"upload_time": "2024-05-30T07:36:30",
"upload_time_iso_8601": "2024-05-30T07:36:30.970920Z",
"url": "https://files.pythonhosted.org/packages/47/19/92e66f2651d07eb37777fca8e5bab3501422419786c911b4540884eba7ca/aioasterisk-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "46674e90e57bc1b256abc09d5bda169520753ddadc832146391243f5172f0ecf",
"md5": "301c977da26c09ce8e2501ffeed65e66",
"sha256": "4bc3135b713a46dd558b0817bdfbd38330eff1671cca61b42e3927e23e53b2ff"
},
"downloads": -1,
"filename": "aioasterisk-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "301c977da26c09ce8e2501ffeed65e66",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5875,
"upload_time": "2024-05-30T07:36:32",
"upload_time_iso_8601": "2024-05-30T07:36:32.988148Z",
"url": "https://files.pythonhosted.org/packages/46/67/4e90e57bc1b256abc09d5bda169520753ddadc832146391243f5172f0ecf/aioasterisk-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-30 07:36:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "developerreva",
"github_project": "aioasterisk#-getting-started",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "aioasterisk"
}