Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxin688 committed Aug 3, 2024
1 parent d5f923c commit 067a267
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Netty SNMP

[![PyPi version](https://img.shields.io/pypi/v/netty_snmp.svg)](https://pypi.python.org/pypi/netty_snmp/)
![Python Versions](https://img.shields.io/pypi/pyversions/netty_snmp)
[![PyPi version](https://img.shields.io/pypi/v/netty_snmp.svg)](https://pypi.python.org/pypi/netty-snmp/)
![Python Versions](https://img.shields.io/pypi/pyversions/netty-snmp)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
![Test](https://img.shields.io/github/actions/workflow/status/gufolabs/gufo_snmp/tests.yml?branch=master)
![Test](https://img.shields.io/github/actions/workflow/status/netty-community/netty-snmp/test-suite.yaml)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff)

# Network Device information Discovery via SNMP
Expand All @@ -24,7 +24,10 @@ So, personally use snmp to collect basic information of network device is a bett


## Installation Guide
> pip3 install netty_snmp
support python version: >= py3.11
```
pip3 install netty-snmp
```

## Examples
1. scanning a prefix via SNMPv2 and discovery all network device items
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "netty-snmp"
version = "0.1.0"
version = "0.1.2"
description = "Network Device information Discovery via SNMP"
authors = [
{ name = "jeffry", email = "wangxin.jeffry@gmail.com" }
Expand All @@ -13,7 +13,6 @@ classifiers = [
"Intended Audience :: Telecommunications Industry",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python",
"License :: OSI Approved :: BSD License",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
Expand Down

0 comments on commit 067a267

Please sign in to comment.