Metadata-Version: 2.1
Name: netsm
Version: 0.1.2
Summary: Cross-platform lib for network speed monitoring in Python
Home-page: https://github.com/XavierJiezou/NetSM
License: MIT
Keywords: network speed,monitor
Author: XavierJiezou
Author-email: 878972272@qq.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: System :: Networking :: Monitoring
Requires-Dist: fire (>=0.4.0,<0.5.0)
Requires-Dist: psutil (>=5.9.0,<6.0.0)
Requires-Dist: rich (>=12.3.0,<13.0.0)
Project-URL: Documentation, https://github.com/XavierJiezou/NetSM
Project-URL: Repository, https://github.com/XavierJiezou/NetSM
Description-Content-Type: text/markdown

# NetSM

Cross-platform lib for network speed monitoring in Python.

## Install

```bash
pip install netsm
```

## Usage

`$ netsm show`

## Changelog

See [CHANGELOG.md](CHANGELOG.md)

## License

[MIT License](License)

## References

- [gpustat](https://github.com/wookayin/gpustat)
- [Python Packaging User Guide](https://packaging.python.org/en/latest/tutorials/packaging-projects/)
- [psutil documentation](https://psutil.readthedocs.io/en/latest/#network)

