aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/apis/systems/__init__.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-05-28 20:00:07 +0200
committerGravatar Joe Banks <[email protected]>2024-05-31 18:14:55 +0100
commit6c3865e40cbcbce4b57edbef16fa5335449e1826 (patch)
treea3cfd3b3d728fe1fc6cf1f083c056ab4df63a2a0 /arthur/apis/systems/__init__.py
parentSwap from custom trashcan emoji to :wastebasket: (diff)
Add support for parsing system information
This commit adds support for parsing miscellaneous system file formats, allowing us to further incorporate parsing for files such as ``/proc/PID/status`` for future command purposes.
Diffstat (limited to 'arthur/apis/systems/__init__.py')
-rw-r--r--arthur/apis/systems/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/apis/systems/__init__.py b/arthur/apis/systems/__init__.py
new file mode 100644
index 0000000..302f80c
--- /dev/null
+++ b/arthur/apis/systems/__init__.py
@@ -0,0 +1 @@
+"""Functionality for working with various operating systems."""