pyagentx3


Namepyagentx3 JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/rprinz08/pyagentx3
SummaryAgentX package to extend SNMP with pure Python3.10
upload_time2023-08-08 19:31:27
maintainer
docs_urlNone
authorRichard Prinz
requires_python
licenseBSD
keywords snmp network agentx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PyAgentX3
--------------------
pyagentx3 is a pure Python3 implementation of AgentX protocol (RFC 2741), it
will allow you to extend an SNMP agent (e.g. snmpd) by writing AgentX subagents,
without modifying the original SNMP agent.

The agent can support the following commands:
- snmpget
- snmpwalk
- snmptable
- snmpset

It also allows sending notifications/traps.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rprinz08/pyagentx3",
    "name": "pyagentx3",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "snmp network agentx",
    "author": "Richard Prinz",
    "author_email": "richard.prinz@min.at",
    "download_url": "https://files.pythonhosted.org/packages/08/8b/ac2f1e559ef3fadd0c0ce2141310c7d87bf183f38325e0634ea4b9a18ab4/pyagentx3-0.1.4.tar.gz",
    "platform": null,
    "description": "PyAgentX3\n--------------------\npyagentx3 is a pure Python3 implementation of AgentX protocol (RFC 2741), it\nwill allow you to extend an SNMP agent (e.g. snmpd) by writing AgentX subagents,\nwithout modifying the original SNMP agent.\n\nThe agent can support the following commands:\n- snmpget\n- snmpwalk\n- snmptable\n- snmpset\n\nIt also allows sending notifications/traps.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "AgentX package to extend SNMP with pure Python3.10",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/rprinz08/pyagentx3"
    },
    "split_keywords": [
        "snmp",
        "network",
        "agentx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "adc454df9348df0500334879246770c64f79aaefa858087f27dac212ecc8cc1b",
                "md5": "b6cbbd33b9cd2cf349007608a38cda99",
                "sha256": "9cbc428199eaf8acb5d0b071f43ac321e4f25a785ea727d42330a6928ebdb4f1"
            },
            "downloads": -1,
            "filename": "pyagentx3-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b6cbbd33b9cd2cf349007608a38cda99",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13983,
            "upload_time": "2023-08-08T19:31:24",
            "upload_time_iso_8601": "2023-08-08T19:31:24.083672Z",
            "url": "https://files.pythonhosted.org/packages/ad/c4/54df9348df0500334879246770c64f79aaefa858087f27dac212ecc8cc1b/pyagentx3-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "088bac2f1e559ef3fadd0c0ce2141310c7d87bf183f38325e0634ea4b9a18ab4",
                "md5": "eb5d9fe29f753d88e252a714579f4537",
                "sha256": "feab42c04aea6b1dddad99c6d1d386cf23fed23e71adb950585d948cfff4806b"
            },
            "downloads": -1,
            "filename": "pyagentx3-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "eb5d9fe29f753d88e252a714579f4537",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14554,
            "upload_time": "2023-08-08T19:31:27",
            "upload_time_iso_8601": "2023-08-08T19:31:27.000819Z",
            "url": "https://files.pythonhosted.org/packages/08/8b/ac2f1e559ef3fadd0c0ce2141310c7d87bf183f38325e0634ea4b9a18ab4/pyagentx3-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-08 19:31:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rprinz08",
    "github_project": "pyagentx3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyagentx3"
}
        
Elapsed time: 0.10072s