Metadata-Version: 2.1
Name: NetTraRec
Version: 0.0.1
Summary: 服务器流量监控小工具
Home-page: https://github.com/ga1008/net_tracfic_recorder
Author: Guardian
Author-email: zhling2012@live.com
Maintainer: Guardian
Maintainer-email: zhling2012@live.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: basecolors
Requires-Dist: redis

服务器流量监控小工具
====

### 安装： 

```shell script
$ pip install netrec
```

### 使用：

```shell script
$ netrec [-选项]

# 显示帮助
$ netrec -h
```

### 参数介绍：  
懒得写了，看帮助吧


