Python wrapper for macmon binary (macOS Apple Silicon only)
Project description
macmon-python
A Python wrapper for a binary that reports system metrics like CPU/GPU temperature, memory usage, and power consumption.
This just a simple wrapper around https://github.com/vladkens/macmon
Installation
pip install macmon-python
Usage
from macmon import MacMon
# Create an instance
metrics = MacMon()
data = metrics.get_metrics()
print("System Metrics:")
print(data)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
macmon_python-0.1.0.tar.gz
(689.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
macmon_python-0.1.0-py3-none-any.whl
(691.4 kB
view details)
File details
Details for the file macmon_python-0.1.0.tar.gz.
File metadata
- Download URL: macmon_python-0.1.0.tar.gz
- Upload date:
- Size: 689.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3000f2366146a3907d0c8ffd7054d870045de54ff43b5ffd30a32364f9727070
|
|
| MD5 |
35d39b6828b073d5aa917efca3748fc4
|
|
| BLAKE2b-256 |
4e4f2aca5289e836015e92e3dbeb19164857b9c845332277f56ee785cb5a0ad1
|
File details
Details for the file macmon_python-0.1.0-py3-none-any.whl.
File metadata
- Download URL: macmon_python-0.1.0-py3-none-any.whl
- Upload date:
- Size: 691.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1848974a47f0c149e69117927b2e89ac0a44e6073f0e223e266a7321bbb18232
|
|
| MD5 |
47eb5ab20733fd03a809ae5aa824aff6
|
|
| BLAKE2b-256 |
f330a5dfd1b2ea50be6732598d5cd8de558dadd8e83ae1899c9d28dfcd59efa4
|