Metadata-Version: 2.1
Name: networkifaces
Version: 1.1.7
Summary: A Python package to get interfaces reports for any linux system.
Home-page: https://github.com/cpusagewin/cli-reporter
Author: Glenn C. Wilber
Author-email: nikhilksingh97@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: psutil
Requires-Dist: netifaces

# interfaces Reporter

A Python package to get interfaces

## Usage

Following query on terminal will provide you list interfaces on your system

```
import networkifaces
list = Getallinterfaces()
```

