ami-data-parser


Nameami-data-parser JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryAMI parser data
upload_time2025-01-10 17:11:54
maintainerNone
docs_urlNone
authorTatianno Alves
requires_pythonNone
licenseMIT License
keywords asterisk manager interface ami parser data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# AMI Data Parser
This repository aims to provide a tool to interpret and process data received from the Asterisk Manager Interface (AMI). It identifies and exposes status changes in queues and extensions in real-time, enabling more efficient integration with external systems or monitoring dashboards.

## Key Features
- Parsing data from the AMI.
- Detecting status changes in queues and extensions.
- Exposing processed data in an integration-friendly format.

## Repository
Github: https://github.com/tatianno/ami-data-parser

## Requirements
 - Python 3.10 +

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ami-data-parser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "asterisk manager interface ami parser data",
    "author": "Tatianno Alves",
    "author_email": "tferreiraalves@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/62/16/72bbe8e0c3e139b2ef60433141640d0e09b5ad3ab237446dac66c9484932/ami_data_parser-0.1.1.tar.gz",
    "platform": null,
    "description": "\n# AMI Data Parser\nThis repository aims to provide a tool to interpret and process data received from the Asterisk Manager Interface (AMI). It identifies and exposes status changes in queues and extensions in real-time, enabling more efficient integration with external systems or monitoring dashboards.\n\n## Key Features\n- Parsing data from the AMI.\n- Detecting status changes in queues and extensions.\n- Exposing processed data in an integration-friendly format.\n\n## Repository\nGithub: https://github.com/tatianno/ami-data-parser\n\n## Requirements\n - Python 3.10 +\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "AMI parser data",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "asterisk",
        "manager",
        "interface",
        "ami",
        "parser",
        "data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f3bcb3a2c6d83d0a98c5cb2504c187e36c873e3671527710e4b147952b78144",
                "md5": "e60e21a32f928d00fc18cd7255ccab34",
                "sha256": "19180fa54c385f06812d23f94aefa52686d021048edfbb4a0c01160cb8aef592"
            },
            "downloads": -1,
            "filename": "ami_data_parser-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e60e21a32f928d00fc18cd7255ccab34",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 26227,
            "upload_time": "2025-01-10T17:11:50",
            "upload_time_iso_8601": "2025-01-10T17:11:50.435258Z",
            "url": "https://files.pythonhosted.org/packages/3f/3b/cb3a2c6d83d0a98c5cb2504c187e36c873e3671527710e4b147952b78144/ami_data_parser-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "621672bbe8e0c3e139b2ef60433141640d0e09b5ad3ab237446dac66c9484932",
                "md5": "aeea74a1a38352104c04cfeb8814cecd",
                "sha256": "99138acb56fb6d03a411a14f185248885163e818b5b2c9f0c2137633ab44f64c"
            },
            "downloads": -1,
            "filename": "ami_data_parser-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "aeea74a1a38352104c04cfeb8814cecd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14631,
            "upload_time": "2025-01-10T17:11:54",
            "upload_time_iso_8601": "2025-01-10T17:11:54.316318Z",
            "url": "https://files.pythonhosted.org/packages/62/16/72bbe8e0c3e139b2ef60433141640d0e09b5ad3ab237446dac66c9484932/ami_data_parser-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-10 17:11:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ami-data-parser"
}
        
Elapsed time: 0.71976s