pyagentx2


Namepyagentx2 JSON
Version 1.0.19 PyPI version JSON
download
home_pagehttps://github.com/jslarraz/pyagentx2
SummaryAgentX package to extend SNMP with pure Python
upload_time2023-02-09 01:18:36
maintainer
docs_urlNone
authorJorge Sancho
requires_python
licenseBSD
keywords snmp network agentx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PyAgentX2
--------------------
pyagentx2 is a fork of pyagentx, which is a pure Python implementation of AgentX protocol (RFC 2741), that
allows you to extend SNMP agent (snmpd) by writing AgentX subagents, without modifying your original SNMP agent.

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


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jslarraz/pyagentx2",
    "name": "pyagentx2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "snmp network agentx",
    "author": "Jorge Sancho",
    "author_email": "jslarraz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/eb/18f008d4caca2e544daf75e454eb6dc11f4ff861b3c875f0d87dd90429ac/pyagentx2-1.0.19.tar.gz",
    "platform": null,
    "description": "PyAgentX2\n--------------------\npyagentx2 is a fork of pyagentx, which is a pure Python implementation of AgentX protocol (RFC 2741), that\nallows you to extend SNMP agent (snmpd) by writing AgentX subagents, without modifying your original SNMP agent.\n\nThe agent can support the following commands:\n- snmpget\n- snmpwalk\n- snmptable\n- snmpset\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "AgentX package to extend SNMP with pure Python",
    "version": "1.0.19",
    "split_keywords": [
        "snmp",
        "network",
        "agentx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4989e1edcd1bd4a3ea7c5d6abda5031bff568b12f4d543f09e74bdbff38dc2e",
                "md5": "d2dbb6c5a23fa358eef0279c04fc21f0",
                "sha256": "a5b6463663a15f770e109fa9dfa37bf4f43cd78af41e6d8297588ef0ede787b6"
            },
            "downloads": -1,
            "filename": "pyagentx2-1.0.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d2dbb6c5a23fa358eef0279c04fc21f0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16088,
            "upload_time": "2023-02-09T01:18:34",
            "upload_time_iso_8601": "2023-02-09T01:18:34.697628Z",
            "url": "https://files.pythonhosted.org/packages/e4/98/9e1edcd1bd4a3ea7c5d6abda5031bff568b12f4d543f09e74bdbff38dc2e/pyagentx2-1.0.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6eb18f008d4caca2e544daf75e454eb6dc11f4ff861b3c875f0d87dd90429ac",
                "md5": "0ea67359b82a8c89b18573eb3e1acaab",
                "sha256": "ef48e95f9e58d0139c07a12e5d57308a17c43e7a7483794aafd565ad0e7d188f"
            },
            "downloads": -1,
            "filename": "pyagentx2-1.0.19.tar.gz",
            "has_sig": false,
            "md5_digest": "0ea67359b82a8c89b18573eb3e1acaab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13743,
            "upload_time": "2023-02-09T01:18:36",
            "upload_time_iso_8601": "2023-02-09T01:18:36.404404Z",
            "url": "https://files.pythonhosted.org/packages/f6/eb/18f008d4caca2e544daf75e454eb6dc11f4ff861b3c875f0d87dd90429ac/pyagentx2-1.0.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-09 01:18:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jslarraz",
    "github_project": "pyagentx2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyagentx2"
}
        
Elapsed time: 0.04718s