{"id":20671788,"url":"https://github.com/katzenilpferd/snmppylite","last_synced_at":"2026-02-14T08:01:46.365Z","repository":{"id":262497179,"uuid":"871512160","full_name":"katzeNilpferd/SnmpPyLite","owner":"katzeNilpferd","description":"A lightweight Python library for working with the SNMP protocol","archived":false,"fork":false,"pushed_at":"2024-12-02T09:08:07.000Z","size":32,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T08:23:11.469Z","etag":null,"topics":["network","python","snmp"],"latest_commit_sha":null,"homepage":"","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/katzeNilpferd.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-12T07:01:34.000Z","updated_at":"2024-12-02T09:47:45.000Z","dependencies_parsed_at":"2024-12-02T08:38:40.412Z","dependency_job_id":null,"html_url":"https://github.com/katzeNilpferd/SnmpPyLite","commit_stats":null,"previous_names":["katzenilpferd/snmppylite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/katzeNilpferd/SnmpPyLite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzeNilpferd%2FSnmpPyLite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzeNilpferd%2FSnmpPyLite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzeNilpferd%2FSnmpPyLite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzeNilpferd%2FSnmpPyLite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/katzeNilpferd","download_url":"https://codeload.github.com/katzeNilpferd/SnmpPyLite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzeNilpferd%2FSnmpPyLite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29439821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["network","python","snmp"],"created_at":"2024-11-16T20:29:24.635Z","updated_at":"2026-02-14T08:01:46.342Z","avatar_url":"https://github.com/katzeNilpferd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SnmpPyLite\n\n**SnmpPyLite** — is a lightweight client for working with the SNMP protocol in Python, supporting the operations `GET`, `GET-NEXT`, `GET-BULK`, `GET-WALK` и `SET`.\n\n## 📦 Installation\n\nUsing `pip`:\n```bash\npip install snmp_py_lite\n```\n\nOr cloning from the repository:\n```bash\ngit clone https://github.com/katzeNilpferd/SnmpPyLite.git\ncd SnmpPyLite\npython setup.py install\n```\n\n## 🚀 Usage\n\nExample of use for performing the `GET` operation:\n```bash\nfrom snmp_py_lite.client import SNMPClient\n\nclient = SNMPClient(ip=\"192.168.126.10\", community=\"public\", version='1')\nresponse = client.get(\"1.3.6.1.2.1.1.1.0\")\nprint(response)\n```\n\nExample of the `SET` operation:\n```bash\nvalue = \"New Device Name\"\nclient.set(\"1.3.6.1.2.1.1.5.0\", value, \"STRING\")\n```\n\n## 🌐 Supported versions of the SNMP\n\n- `1` — initial version of the protocol.\n- `2c` — includes improvements in performance, security, privacy and communication between managers compared to the previous version.\n\n## 📚 Supported operations\n\n- `GET` — getting the value by OID.\n- `GET-NEXT` — getting the next value by OID.\n- `GET-BULK` — mass receipt of values (SNMPv2c).\n- `GET-WALK` — recursively retrieving values in the table (iterating over the OID).\n- `SET` — changing the value by OID.\n\n## 🛠️ Supported data types\n\n- `INTEGER`\n- `OCTET STRING`\n- `NULL`\n- `OID`\n- `Ip Address`\n- `Counter`\n- `Gauge`\n- `TimeTicks`\n\n## 📝 License\n\nThis project is licensed under the MIT license. For details, see the LICENSE file.\n\n## 🤝 Contribution\n\nYour contribution is welcome! If you want to improve the project, create a fork, make changes and send a Pull Request.\n\n    1. Make a fork of the repository\n    2. Create a new branch (`git checkout -b feature/your_feature`)\n    3. Commit the changes (`git commit -m \"Added a new feature\"`)\n    4. Start the branch (`git push origin feature/your_feature`)\n    5. Open the Pull Request\n\n## 📞 Contacts\n\n- Email: evgeny.ockatiev@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatzenilpferd%2Fsnmppylite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatzenilpferd%2Fsnmppylite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatzenilpferd%2Fsnmppylite/lists"}