Metadata-Version: 2.4
Name: syspector
Version: 0.1.0
Summary: A powerful, extensible system inspection and monitoring toolkit (for learning and safe ops).
Author: Sakura Golden
License: MIT
Project-URL: Home, https://example.com/syspector
Project-URL: Repository, https://github.com/yourname/syspector
Keywords: system,monitoring,psutil,sysadmin,inspection
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil<7,>=5.9
Requires-Dist: fastapi<1,>=0.95
Requires-Dist: uvicorn<1,>=0.22
Requires-Dist: click<9,>=8.1
Dynamic: license-file

# syspector

A complex, extensible Python library for system inspection, monitoring, CLI tools and a lightweight REST API. Intended as a comprehensive PyPI package template.

Features:
- Cross-platform system metrics using `psutil`.
- Async monitoring streams.
- Plugin architecture via entry points.
- CLI (`click`) and REST API (`FastAPI`).
- Tests and CI for building and publishing.
