A Python library providing Cython-based bindings for systemd journal and socket activation. Current version 2.0.5, supporting Python 3.8–3.12. Released under MIT license.
pip install cysystemdVerified import paths — ran on the pinned version, not inferred.
Send and read systemd journal messages.
Always check if entry is not None before accessing.
Use from cysystemd.journal import ... instead of from systemd.journal import ...
Wrap imports in try/except ImportError or run only on systemd-based systems.
Use journal_send() instead.
No dependency data recorded yet.