{ "info": { "author": "Ajay Divakaran", "author_email": "ajaysdesk@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Fastsnmpy is a module that leverages python-extensions that come\nwith net-snmp and provide highly parallelized faster-methods to walk\noid-trees on devices.\n\nIn addition, it provides a method to bulkwalk mib-trees. BulkWalk\nmethods are missing from native python-bindings for net-snmp. By\ncreating a wrapper around the GetBulk method instead, and maintaining\nstate while traversing the oid-tree, fastsnmpy provides a clever \nsolution to bulkwalk oids much faster.\n\nIt provides the following methods as of Fastsnmpy-1.2.1\n\n- snmpwalk(): Native python-bindings distributed with\n net-snmp, combined with fastsnmpy's ability to parallelize\n snmpwalk operations. \n\n- snmpbulkwalk(): Ability to snmpbulkwalk devices, which makes \n it several magnitudes faster than net-snmp's implementation of snmpwalk.\n\n By leveraging the getbulk method, this module provides a quick\n snmpbulkwalk utility.\n\n- PROCESS-POOLS: By passing in a 'workers=n' attribute to the above \n methods, fastsnmpy can instantiate a process-pool to parallelize\n the snmpwalk and snmpbulkwalk methods, resulting in several devices \n being walked at the same time, \n effectively using all cores on a multicore machine.\n\n- One-Line, and Two-Line scripts that enable you to discover/walk\n all devices in a whole datacenter\n\n- Both Linux and Windows support", "description_content_type": null, "docs_url": "https://pythonhosted.org/fastsnmpy2/", "download_url": "http://www.github.com/ajaysdesk/fastsnmpy", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.ajaydivakaran.com/fastsnmpy", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "fastsnmpy2", "package_url": "https://pypi.org/project/fastsnmpy2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fastsnmpy2/", "project_urls": { "Download": "http://www.github.com/ajaysdesk/fastsnmpy", "Homepage": "http://www.ajaydivakaran.com/fastsnmpy" }, "release_url": "https://pypi.org/project/fastsnmpy2/1.2.2/", "requires_dist": null, "requires_python": null, "summary": "Superfast snmp bulkwalk method implemented using net-snmp bindings for getbulk", "version": "1.2.2" }, "last_serial": 2052561, "releases": { "1.2.1": [ { "comment_text": "", "digests": { "md5": "82c36e4c0ec191ce44c651f0d4010805", "sha256": "0d49690d9661d28209369ed0e8239070a438b3ca4a9ef2d741d7326004cb248c" }, "downloads": -1, "filename": "fastsnmpy2-1.2.1.tar.gz", "has_sig": false, "md5_digest": "82c36e4c0ec191ce44c651f0d4010805", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5330, "upload_time": "2016-01-24T20:25:33", "url": "https://files.pythonhosted.org/packages/22/fa/f47b7c5309e91f47a4fcdb2e2bcabd7c1cac4d28bbc6770ab6ce9117e858/fastsnmpy2-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "a42ee699d52d021c546c58ba3538c593", "sha256": "e00b80a6b0346ac08fffd95ecf9c292dd43e0836853a53a04f83fa6b270c8173" }, "downloads": -1, "filename": "fastsnmpy2-1.2.2.tar.gz", "has_sig": false, "md5_digest": "a42ee699d52d021c546c58ba3538c593", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5399, "upload_time": "2016-04-08T01:49:48", "url": "https://files.pythonhosted.org/packages/0e/01/f43a8ae52b99865ac31429250992df03f8e5f66c7aabda507310c1f08b98/fastsnmpy2-1.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a42ee699d52d021c546c58ba3538c593", "sha256": "e00b80a6b0346ac08fffd95ecf9c292dd43e0836853a53a04f83fa6b270c8173" }, "downloads": -1, "filename": "fastsnmpy2-1.2.2.tar.gz", "has_sig": false, "md5_digest": "a42ee699d52d021c546c58ba3538c593", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5399, "upload_time": "2016-04-08T01:49:48", "url": "https://files.pythonhosted.org/packages/0e/01/f43a8ae52b99865ac31429250992df03f8e5f66c7aabda507310c1f08b98/fastsnmpy2-1.2.2.tar.gz" } ] }