一个获取macOS电脑信息的Python包
Project description
sysinfo-collector
一个获取电脑系统信息的Python包。可以获取系统基本信息、CPU信息、内存信息和磁盘信息。
功能特点
- 获取系统基本信息(操作系统、版本、架构等)
- 获取CPU信息(核心数、频率、使用率等)
- 获取内存信息(总内存、可用内存、使用率等)
- 获取磁盘信息(分区、总容量、已用空间、可用空间、使用率等)
安装方法
pip install sysinfo-collector
使用示例
from sysinfo import get_system_info, get_cpu_info, get_memory_info, get_disk_info
# 获取系统基本信息
system_info = get_system_info()
print("系统信息:", system_info)
# 获取CPU信息
cpu_info = get_cpu_info()
print("CPU信息:", cpu_info)
# 获取内存信息
memory_info = get_memory_info()
print("内存信息:", memory_info)
# 获取磁盘信息
disk_info = get_disk_info()
print("磁盘信息:", disk_info)
开发和贡献
- 克隆仓库:
git clone https://github.com/yourusername/sysinfo-collector.git - 安装依赖:
uv install - 运行测试:
pytest
欢迎提交issue和pull request。
许可证
本项目使用MIT许可证,详情见LICENSE文件。
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file sysinfo_collector-0.2.1.tar.gz.
File metadata
- Download URL: sysinfo_collector-0.2.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e483338c8c47af4f7e441f740b110b02bda4d1300390d35ed3135ae0f969909
|
|
| MD5 |
28557f623200aaa006fdc32e68dd97ed
|
|
| BLAKE2b-256 |
80746bc757c040a7565dfd63313c64bdb75a2fb429cc9a470e85fa741af6d0b9
|
File details
Details for the file sysinfo_collector-0.2.1-py3-none-any.whl.
File metadata
- Download URL: sysinfo_collector-0.2.1-py3-none-any.whl
- Upload date:
- Size: 4.7 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 |
590b024e6f5d638176625fb4a8c3c04d06d1b4e642fead8e2ddb8e64363751c8
|
|
| MD5 |
59aa3f195dc18f16600f8cc7a55e7da0
|
|
| BLAKE2b-256 |
9bfea659a1e485b7a8fc454f04233ff024e7614dd434bbf04395773f809ee246
|