Description
Emacs Lisp code can communicate with Python code so editor extensions can use Python logic from inside Emacs. This is useful for advanced editor integrations and legacy Emacs workflows built around Python helpers.
It is an editor integration library. Code crossing between Emacs and Python runs with the user's permissions, so users should trust loaded Emacs and Python modules.