Metadata-Version: 2.4
Name: pysysmetrics
Version: 0.1.2
Summary: CLI tool to monitor CPU and GPU memory usage of Python processes
Author: Aditya Thiyyagura
Author-email: thiyyaguraadityareddy@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Monitoring
Classifier: Environment :: Console
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: psutil
Requires-Dist: pynvml
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# PySysMetrics

A lightweight Python CLI tool to monitor CPU and GPU memory usage by active Python processes.

## Features

- Monitor memory used by Python scripts.
- Display running GPU Python processes with memory usage.
- Auto-refreshes in a given interval.

## Installation

```bash
pip install pysysmetrics
