Python module for native access to the systemd facilities. Functionality is separated into a number of modules: from systemd import journal journal.send('Hello world') journal.send('Hello, again, ...
The wrapt module provides a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions. The wrapt module focuses very much on ...