An open API service indexing awesome lists of open source software.

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]

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
```