{ "info": { "author": "Workonline Communications", "author_email": "communications@workonkonline.co.za", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "|PyPI| |Build Status| |codecov| |Code Health| |Requirements Status|\n\neasysnmptable\n=============\n\nAn extension to\n`easysnmp `__ providing: -\nSNMP Table handling - Context manager support\n\nInstallation\n------------\n\n.. code:: bash\n\n $ pip install easysnmptable\n\nUsage\n-----\n\n.. code:: python\n\n from easysnmptable import Session\n\n with Session(hostname='localhost', community='public', version=2) as session:\n iftable = session.gettable('ifTable')\n\n for index, row in table.rows.items():\n print(\"index: {}\".format(index))\n for key, value in row.items():\n print(\"{}: {}\".format(key, value))\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/easysnmptable.svg\n :target: https://pypi.python.org/pypi/easysnmptable\n.. |Build Status| image:: https://travis-ci.org/wolcomm/easysnmptable.svg?branch=master\n :target: https://travis-ci.org/wolcomm/easysnmptable\n.. |codecov| image:: https://codecov.io/gh/wolcomm/easysnmptable/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/wolcomm/easysnmptable\n.. |Code Health| image:: https://landscape.io/github/wolcomm/easysnmptable/master/landscape.svg?style=flat\n :target: https://landscape.io/github/wolcomm/easysnmptable/master\n.. |Requirements Status| image:: https://requires.io/github/wolcomm/easysnmptable/requirements.svg?branch=master\n :target: https://requires.io/github/wolcomm/easysnmptable/requirements/?branch=master\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/easysnmptable/0.1.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wolcomm/easysnmptable", "keywords": "", "license": "Apache-2.0", "maintainer": "", "maintainer_email": "", "name": "easysnmptable", "package_url": "https://pypi.org/project/easysnmptable/", "platform": "", "project_url": "https://pypi.org/project/easysnmptable/", "project_urls": { "Download": "https://github.com/easysnmptable/0.1.1", "Homepage": "https://github.com/wolcomm/easysnmptable" }, "release_url": "https://pypi.org/project/easysnmptable/0.1.1/", "requires_dist": [ "easysnmp (<0.3,>=0.2.5)" ], "requires_python": "", "summary": "An extension to easysnmp providing table handling and other features.", "version": "0.1.1" }, "last_serial": 3317962, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a8a34a61e47dd92e71df19f108a5bb2f", "sha256": "eca76ee081add790e06097910feb4ea11a444966676162deae8b5e5b6633452d" }, "downloads": -1, "filename": "easysnmptable-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a8a34a61e47dd92e71df19f108a5bb2f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4608, "upload_time": "2017-11-08T01:16:10", "url": "https://files.pythonhosted.org/packages/26/a9/4444c28de4b48da57f101e348f495645e45d2f5f088dfc98e4658492713b/easysnmptable-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c1af97e6ecdd38f06d2cb250d2acb7fc", "sha256": "976fc925af1a8875603cbef8a34959e9614468903015ff40a13c328781bac518" }, "downloads": -1, "filename": "easysnmptable-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c1af97e6ecdd38f06d2cb250d2acb7fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6532, "upload_time": "2017-11-08T01:16:11", "url": "https://files.pythonhosted.org/packages/70/e8/bb4fb41596e6717d4f2fa5167eb6770367faee3269cb9262ccbad6638bbb/easysnmptable-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9e1fe41a5e9f3f313751f184a37c75e4", "sha256": "3b4a3f7f05311a65213130c54d74b0adeb60e00097eaeb508eca13b7470c6dbe" }, "downloads": -1, "filename": "easysnmptable-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9e1fe41a5e9f3f313751f184a37c75e4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5658, "upload_time": "2017-11-08T23:42:54", "url": "https://files.pythonhosted.org/packages/52/27/b1186a0839d406228a5e5e72fe207eb3c790c7925d533d8eb2999fcbde76/easysnmptable-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d607e81ff72ad78a59b69a820c2a3b0e", "sha256": "e6c842281389beb881e0be1ef25b16e02d5e30cbd9410fa0d06624399f37f91e" }, "downloads": -1, "filename": "easysnmptable-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d607e81ff72ad78a59b69a820c2a3b0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6856, "upload_time": "2017-11-08T23:42:55", "url": "https://files.pythonhosted.org/packages/b9/2c/05a2d2b09add22d9788a4f1ba979e413683b15f931ecafc6d96bfce8eb43/easysnmptable-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e1fe41a5e9f3f313751f184a37c75e4", "sha256": "3b4a3f7f05311a65213130c54d74b0adeb60e00097eaeb508eca13b7470c6dbe" }, "downloads": -1, "filename": "easysnmptable-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9e1fe41a5e9f3f313751f184a37c75e4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5658, "upload_time": "2017-11-08T23:42:54", "url": "https://files.pythonhosted.org/packages/52/27/b1186a0839d406228a5e5e72fe207eb3c790c7925d533d8eb2999fcbde76/easysnmptable-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d607e81ff72ad78a59b69a820c2a3b0e", "sha256": "e6c842281389beb881e0be1ef25b16e02d5e30cbd9410fa0d06624399f37f91e" }, "downloads": -1, "filename": "easysnmptable-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d607e81ff72ad78a59b69a820c2a3b0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6856, "upload_time": "2017-11-08T23:42:55", "url": "https://files.pythonhosted.org/packages/b9/2c/05a2d2b09add22d9788a4f1ba979e413683b15f931ecafc6d96bfce8eb43/easysnmptable-0.1.1.tar.gz" } ] }