{"id":28488722,"url":"https://github.com/thebinary/teasysnmp","last_synced_at":"2025-09-05T10:35:06.585Z","repository":{"id":57473761,"uuid":"102095417","full_name":"thebinary/teasysnmp","owner":"thebinary","description":"Extended easysnmp with helpers to work with snmp tables","archived":false,"fork":false,"pushed_at":"2018-09-30T08:41:10.000Z","size":552,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T12:53:38.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thebinary.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-01T09:08:48.000Z","updated_at":"2017-09-01T09:11:22.000Z","dependencies_parsed_at":"2022-09-26T17:40:55.832Z","dependency_job_id":null,"html_url":"https://github.com/thebinary/teasysnmp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinary%2Fteasysnmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinary%2Fteasysnmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinary%2Fteasysnmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinary%2Fteasysnmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thebinary","download_url":"https://codeload.github.com/thebinary/teasysnmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinary%2Fteasysnmp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258664926,"owners_count":22738032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-08T05:35:21.787Z","updated_at":"2025-07-03T23:30:38.548Z","avatar_url":"https://github.com/thebinary.png","language":"Python","readme":"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|  - 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 \u003chttps://github.com/kamakazikamikaze/easysnmp.git\u003e`__","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebinary%2Fteasysnmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebinary%2Fteasysnmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebinary%2Fteasysnmp/lists"}