libsnmp


Namelibsnmp JSON
Version 3.0.1 PyPI version JSON
download
home_page
SummaryA pure Python implementation of the Simple Network Management Protocol
upload_time2023-06-09 05:35:21
maintainer
docs_urlNone
authorJustin Warren
requires_python>=3.0
licenseCopyright (c) 2003 Justin Warren <daedalus@eigenmagic.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords snmp library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # libsnmp

A pure Python implementation of the Simple Network Management Protocol as a Python library.

## Overview

I wrote this library many years ago because I was frustrated by PySNMP and something else that
I can't recall, but that used an overly theoretical CompSci-type implementation of ASN.1 entities mapped
directed to a deep class hierarchy, which made it really slow.

The PySNMP project has now utterly eclipsed the functionality of libsnmp, so you probably want to use it instead.

The code is here mostly for historical reference, and so people who keep downloading it from PyPI for some
unknown reasons can fork and update the code if they so wish.

## Installation

libsnmp is available in PyPI, so you can just use:

```
pip install libsnmp
```
if you want. Or use:

```
python setup.py install
```

There are a bunch of example scripts in the main directory.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "libsnmp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": "",
    "keywords": "SNMP,library",
    "author": "Justin Warren",
    "author_email": "daedalus@eigenmagic.com",
    "download_url": "https://files.pythonhosted.org/packages/d1/39/93bef648c77f51c33d37d2aca556a4c15619a6e2e036a33769ba52f6e801/libsnmp-3.0.1.tar.gz",
    "platform": null,
    "description": "# libsnmp\n\nA pure Python implementation of the Simple Network Management Protocol as a Python library.\n\n## Overview\n\nI wrote this library many years ago because I was frustrated by PySNMP and something else that\nI can't recall, but that used an overly theoretical CompSci-type implementation of ASN.1 entities mapped\ndirected to a deep class hierarchy, which made it really slow.\n\nThe PySNMP project has now utterly eclipsed the functionality of libsnmp, so you probably want to use it instead.\n\nThe code is here mostly for historical reference, and so people who keep downloading it from PyPI for some\nunknown reasons can fork and update the code if they so wish.\n\n## Installation\n\nlibsnmp is available in PyPI, so you can just use:\n\n```\npip install libsnmp\n```\nif you want. Or use:\n\n```\npython setup.py install\n```\n\nThere are a bunch of example scripts in the main directory.\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2003 Justin Warren <daedalus@eigenmagic.com>  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A pure Python implementation of the Simple Network Management Protocol",
    "version": "3.0.1",
    "project_urls": {
        "documentation": "https://github.com/jpwarren/libsnmp",
        "homepage": "https://github.com/jpwarren/libsnmp",
        "repository": "https://github.com/jpwarren/libsnmp"
    },
    "split_keywords": [
        "snmp",
        "library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d09ece453ad873589b033b8e89c95e96601b87ded618756ab4f3b7418c1b57ff",
                "md5": "d9e5dd0d5a5eedb6c46876f7fde6beff",
                "sha256": "f642f387c6ef08ba777123c652edc8e14d7f3a4423a044eb4b4db2868fa3b03d"
            },
            "downloads": -1,
            "filename": "libsnmp-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d9e5dd0d5a5eedb6c46876f7fde6beff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 26084,
            "upload_time": "2023-06-09T05:35:19",
            "upload_time_iso_8601": "2023-06-09T05:35:19.777397Z",
            "url": "https://files.pythonhosted.org/packages/d0/9e/ce453ad873589b033b8e89c95e96601b87ded618756ab4f3b7418c1b57ff/libsnmp-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d13993bef648c77f51c33d37d2aca556a4c15619a6e2e036a33769ba52f6e801",
                "md5": "6f073e438353e72c92eeb91691b991a4",
                "sha256": "70249b24b8ac3d4a1f4202381779488f59ad8da29e4e610adaaa3d30659b17ac"
            },
            "downloads": -1,
            "filename": "libsnmp-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6f073e438353e72c92eeb91691b991a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 28548,
            "upload_time": "2023-06-09T05:35:21",
            "upload_time_iso_8601": "2023-06-09T05:35:21.831786Z",
            "url": "https://files.pythonhosted.org/packages/d1/39/93bef648c77f51c33d37d2aca556a4c15619a6e2e036a33769ba52f6e801/libsnmp-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-09 05:35:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jpwarren",
    "github_project": "libsnmp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "libsnmp"
}
        
Elapsed time: 0.07862s