Metadata-Version: 2.1
Name: monitoring_package
Version: 1.0.0
Summary: A monitoring package with agent and server components
Home-page: https://github.com/yourusername/monitoring_package
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: psutil
Requires-Dist: requests

# Monitoring System (Agent + Web Server)

This project provides a basic monitoring agent and a web server to display server metrics like memory usage.

## Project Structure
