.. |
__init__.py
|
Software Architecture major rework (#41)
|
2019-07-22 11:56:03 +02:00 |
cpu.py
|
[CORE] Followup for 7752e4b2 , prefers catching OSError directly
|
2021-10-16 10:35:38 +02:00 |
desktop_environment.py
|
[CORE][BREAKING] Implements "pretty naming" for multiple-words entries
|
2021-05-08 11:31:18 +02:00 |
disk.py
|
[DISK] Fixes df output parsing when FS column contains whitespaces (#102)
|
2021-10-16 07:24:13 +00:00 |
distro.py
|
[DISTRO] Stops relying on distro to show OS pretty name on Darwin
|
2021-03-10 09:53:19 +01:00 |
gpu.py
|
[GPU] Adds support for BSD and its derivatives, including Darwin/macOS
|
2021-03-09 14:19:51 +01:00 |
hostname.py
|
[CORE] Explicits encoding parameter for open calls (Pylint warning)
|
2021-08-28 18:29:01 +02:00 |
kernel.py
|
[STYLES] Adds some optional Pylint checkers from the extensions module
|
2021-08-28 18:30:26 +02:00 |
lan_ip.py
|
[CORE] Provisions a dedicated logging.Logger object to each entry
|
2021-08-28 21:16:23 +02:00 |
model.py
|
[CORE] Don't crash when reading from /sys/ file system is not allowed
|
2021-10-16 10:35:46 +02:00 |
packages.py
|
[CORE] Followup for 7752e4b2 , prefers catching OSError directly
|
2021-10-16 10:35:38 +02:00 |
processes.py
|
[NEW ENTRY] Adds an entry showing the number of processes and...
|
2020-05-29 20:55:56 +02:00 |
ram.py
|
[CORE] Followup for 7752e4b2 , prefers catching OSError directly
|
2021-10-16 10:35:38 +02:00 |
shell.py
|
[CHORE] Replaces spurious 0xA0 occurrences by proper white-spaces
|
2021-07-11 15:30:13 +02:00 |
temperature.py
|
[CORE] Don't crash when reading from /sys/ file system is not allowed
|
2021-10-16 10:35:46 +02:00 |
terminal.py
|
[CHORE] Replaces spurious 0xA0 occurrences by proper white-spaces
|
2021-07-11 15:30:13 +02:00 |
uptime.py
|
[CORE] Followup for 7752e4b2 , prefers catching OSError directly
|
2021-10-16 10:35:38 +02:00 |
user.py
|
[USER] Adds USER & LNAME env. var. lookups, by relying on getpass
|
2021-05-08 10:28:16 +02:00 |
wan_ip.py
|
[WAN] Avoids comparison to {} empty dict literal
|
2021-08-28 18:30:26 +02:00 |
window_manager.py
|
[CORE][BREAKING] Implements "pretty naming" for multiple-words entries
|
2021-05-08 11:31:18 +02:00 |