https://github.com/ryzeon-dev/sysutil
Linux system information library [Rust][Python3]
https://github.com/ryzeon-dev/sysutil
linux python3 rust system
Last synced: about 2 months ago
JSON representation
Linux system information library [Rust][Python3]
- Host: GitHub
- URL: https://github.com/ryzeon-dev/sysutil
- Owner: ryzeon-dev
- License: agpl-3.0
- Created: 2024-02-08T09:26:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-07T19:44:26.000Z (5 months ago)
- Last Synced: 2025-03-25T23:41:43.520Z (2 months ago)
- Topics: linux, python3, rust, system
- Language: Rust
- Homepage:
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
# sysutil-lib
- Linux system information library
- available for both Rust and Python---
#### [crates.io](https://crates.io/crates/sysutil)
#### [pypi.org](https://pypi.org/project/sysutil-lib/)---
## Contribution
- feel free to contribute adding features and / or translate the library in other languages## Rust
### [Rust Documentation](https://docs.rs/sysutil/latest/sysutil/)
### Installation
- run in terminal
```bash
cargo add sysutil
```
- or insert the following in your Cargo.toml
```toml
...[dependencies]
sysutil = "0.4.9"
```## Python
### [Python Documentation](https://github.com/ryzeon-dev/sysutil/blob/master/python3/README.md)
### Installation
```bash
pip install sysutil-lib
```