{ "info": { "author": "The Binary", "author_email": "binary4bytes@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Operating System :: OS Independent", "Topic :: System :: Networking", "Topic :: System :: Networking :: Monitoring" ], "description": "teasysnmp\n=========\n\nExtended easysnmp with helpers to work with snmp tables\n\nteasysnmp Table\n---------------\n\nThe teasysnmp extensions vastly depends on a custom teasysnmp data\nstructure that is referred to as the **\"teasysnmp table\"** in all\ndocumentations and documentation strings as well as in the extended\nfunction calls.\n\n| To keep things simple and optimized, the datastructure is a simple\n tuple with 2 elements - the snmp table entry oid - dictionary with\n definition of fields\n| \u00a0- field\\_name: tuple of (field\\_index str, easysnmp typestr)\n\nAn example is given below:\n\n.. code:: python\n\n ifTableEntry = (\n \".1.3.6.1.2.1.2.2.1\",\n {\n 'Index': ('1', 'INTEGER'),\n 'Descr': ('2', 'OCTETSTR'),\n 'Type': ('3', 'INTEGER'),\n 'MTU': ('4', 'INTEGER'),\n }\n )\n\nThe possible easysnmp typestr are:\n\n+--------------------+\n| Easysnmp Typestr |\n+====================+\n| OBJECTID |\n+--------------------+\n| OCTETSTR |\n+--------------------+\n| INTEGER |\n+--------------------+\n| INTEGER32 |\n+--------------------+\n| UNSIGNED32 |\n+--------------------+\n| NETADDR |\n+--------------------+\n| IPADDR |\n+--------------------+\n| COUNTER |\n+--------------------+\n| GAUGE |\n+--------------------+\n| TICKS |\n+--------------------+\n| OPAQUE |\n+--------------------+\n| COUNTER64 |\n+--------------------+\n| NULL |\n+--------------------+\n| UINTEGER |\n+--------------------+\n| NOTIF |\n+--------------------+\n| BITS |\n+--------------------+\n| TRAP |\n+--------------------+\n\nSpecial Thanks To\n=================\n\n- Contributors of\n `easysnmp `__\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/thebinary/teasysnmp", "keywords": "system,networking,snmp,helpers,teasysnmp", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "teasysnmp", "package_url": "https://pypi.org/project/teasysnmp/", "platform": "", "project_url": "https://pypi.org/project/teasysnmp/", "project_urls": { "Homepage": "https://github.com/thebinary/teasysnmp" }, "release_url": "https://pypi.org/project/teasysnmp/0.6/", "requires_dist": [ "easysnmp" ], "requires_python": "", "summary": "Extended easysnmp with helpers to work with snmp tables", "version": "0.6" }, "last_serial": 3146720, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b41f9b4a4556aca83350fc3dce25fdf9", "sha256": "10a18357f54c08d154b37f8c770213772acc071f82b63946fbb93a1764df2dd6" }, "downloads": -1, "filename": "teasysnmp-0.1-py2.7.egg", "has_sig": false, "md5_digest": "b41f9b4a4556aca83350fc3dce25fdf9", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3599, "upload_time": "2017-09-03T09:05:00", "url": "https://files.pythonhosted.org/packages/89/77/e57c12b1da3df4f8dd6a934557c7670f11aef44eb45ae1c7cd8c3988488e/teasysnmp-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2955b345ef7b4e16eb9810f491d547fb", "sha256": "034d51053f20bef2a488700daafc6f48f3c8eb8b5058e2625a72745e3fcbf611" }, "downloads": -1, "filename": "teasysnmp-0.1.tar.gz", "has_sig": false, "md5_digest": "2955b345ef7b4e16eb9810f491d547fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1533, "upload_time": "2017-09-03T08:46:51", "url": "https://files.pythonhosted.org/packages/a4/8d/81d7942578c67efb2208d3f1c5eed6d7c2d8e1fde9442e37a387f1c7e627/teasysnmp-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "04fc85df946ce1c77ec9c6d45d385bbd", "sha256": "9ede19fb1175ff5a35cee2937f0d5aed4b8b82f1c28330395e05c2810ce87a83" }, "downloads": -1, "filename": "teasysnmp-0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "04fc85df946ce1c77ec9c6d45d385bbd", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3046, "upload_time": "2017-09-03T09:04:59", "url": "https://files.pythonhosted.org/packages/b3/49/acd24840f3df655f825ed499d915401088086b9f1b97d31ba008cdbc3628/teasysnmp-0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd0b0c66ba5ece3c5ca7e504cd2b548e", "sha256": "d02b2f2fa01ca7a1c6c540beb10af13e1e2ec8c984abdac31eb96ee9ce9425fa" }, "downloads": -1, "filename": "teasysnmp-0.2.tar.gz", "has_sig": false, "md5_digest": "cd0b0c66ba5ece3c5ca7e504cd2b548e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1686, "upload_time": "2017-09-03T08:54:28", "url": "https://files.pythonhosted.org/packages/53/83/f9907e2504d6ed4dc75ef1a5c3ba1591d6a24b2ce54c0b5050a5dc169968/teasysnmp-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "6c87e6466174878100db5fb5c024633b", "sha256": "0ebcac1706bbafff020bb839760b7f8bffe99771d3cda5481eb1ad07442ff2cb" }, "downloads": -1, "filename": "teasysnmp-0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "6c87e6466174878100db5fb5c024633b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3046, "upload_time": "2017-09-03T09:06:26", "url": "https://files.pythonhosted.org/packages/12/3e/075d8d3f12bf328a856aed052779f91a25d1858ecf9d04c365353b170777/teasysnmp-0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e681b0e1c2c900a6a8d2eb0bca060a6", "sha256": "404ded8778dcc9fc2fe84ff0f793594150663172d26443cd4ece37db3371923c" }, "downloads": -1, "filename": "teasysnmp-0.3.tar.gz", "has_sig": false, "md5_digest": "4e681b0e1c2c900a6a8d2eb0bca060a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1683, "upload_time": "2017-09-03T09:06:27", "url": "https://files.pythonhosted.org/packages/e9/83/eb88d51417b8408976000d1e44662baca03cfadb1695e2a2a0d202e683c2/teasysnmp-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "b33fdf063e37ab2d7a71b0080fe5c315", "sha256": "b55debb16e667dfd0ba7b4261ecf3f518a57dce1e89d78a9cddc662440cbf2ac" }, "downloads": -1, "filename": "teasysnmp-0.4-py2-none-any.whl", "has_sig": false, "md5_digest": "b33fdf063e37ab2d7a71b0080fe5c315", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4299, "upload_time": "2017-09-03T10:59:53", "url": "https://files.pythonhosted.org/packages/d3/0c/d8e1b2c3bb134c1754b7833e58cbef4d7f9450de9aecbe53cc922548da4d/teasysnmp-0.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44eb2e5597496b3405efc867c4408dcd", "sha256": "d4d9917a9a98dda47772a331374069973afae0a204a00d096d5a233736a46b3a" }, "downloads": -1, "filename": "teasysnmp-0.4.tar.gz", "has_sig": false, "md5_digest": "44eb2e5597496b3405efc867c4408dcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2611, "upload_time": "2017-09-03T10:59:55", "url": "https://files.pythonhosted.org/packages/f0/92/e81348b37d498ea0b307d85f259f34da69184c64081fc7c87edde5c62994/teasysnmp-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "f7941ba739a2ca41aefa2ca54ec52634", "sha256": "79246afe5c58951d5e9cc113a754277dd16cb3d778e9816208f342e6030283ed" }, "downloads": -1, "filename": "teasysnmp-0.5-py2-none-any.whl", "has_sig": false, "md5_digest": "f7941ba739a2ca41aefa2ca54ec52634", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4442, "upload_time": "2017-09-04T04:46:20", "url": "https://files.pythonhosted.org/packages/d4/5a/24458a7e6ad8f564fe34a3f93251bb59b5aab66913df110ae7397b1a70fd/teasysnmp-0.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "22733c3d086839573b86bc599abcbda9", "sha256": "b424a7e775920ec6437a2f9ba8122e7e8fb27a86d83c6393500829b22ee25607" }, "downloads": -1, "filename": "teasysnmp-0.5.tar.gz", "has_sig": false, "md5_digest": "22733c3d086839573b86bc599abcbda9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2753, "upload_time": "2017-09-04T04:46:22", "url": "https://files.pythonhosted.org/packages/13/68/227574becfa6c687c1ad8de2a8c9de53a6349c6f668aa9f915e22fa55350/teasysnmp-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "12e45b7f36939bbe2cc43521d5819f20", "sha256": "b78255a67b27429f2089284f112f5e6df11186f9aee8125e978d909b13319630" }, "downloads": -1, "filename": "teasysnmp-0.6-py2-none-any.whl", "has_sig": false, "md5_digest": "12e45b7f36939bbe2cc43521d5819f20", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4441, "upload_time": "2017-09-04T04:50:18", "url": "https://files.pythonhosted.org/packages/e5/6a/0a485fa95075d787729fe7f49a021c024040a606dc52197d499927b56bb6/teasysnmp-0.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb366cc5e7cc6dce038d2792841a6e27", "sha256": "a62efd044284f962e7020bf69ef6969f401739cf66ab5a019b0ec4c98040b383" }, "downloads": -1, "filename": "teasysnmp-0.6.tar.gz", "has_sig": false, "md5_digest": "eb366cc5e7cc6dce038d2792841a6e27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2753, "upload_time": "2017-09-04T04:50:20", "url": "https://files.pythonhosted.org/packages/9b/49/7fca775eef3ea7e695132f5058b59c4f436a1c7fd19510204f2db631f715/teasysnmp-0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "12e45b7f36939bbe2cc43521d5819f20", "sha256": "b78255a67b27429f2089284f112f5e6df11186f9aee8125e978d909b13319630" }, "downloads": -1, "filename": "teasysnmp-0.6-py2-none-any.whl", "has_sig": false, "md5_digest": "12e45b7f36939bbe2cc43521d5819f20", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4441, "upload_time": "2017-09-04T04:50:18", "url": "https://files.pythonhosted.org/packages/e5/6a/0a485fa95075d787729fe7f49a021c024040a606dc52197d499927b56bb6/teasysnmp-0.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb366cc5e7cc6dce038d2792841a6e27", "sha256": "a62efd044284f962e7020bf69ef6969f401739cf66ab5a019b0ec4c98040b383" }, "downloads": -1, "filename": "teasysnmp-0.6.tar.gz", "has_sig": false, "md5_digest": "eb366cc5e7cc6dce038d2792841a6e27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2753, "upload_time": "2017-09-04T04:50:20", "url": "https://files.pythonhosted.org/packages/9b/49/7fca775eef3ea7e695132f5058b59c4f436a1c7fd19510204f2db631f715/teasysnmp-0.6.tar.gz" } ] }