The proxy project - ModOrganizer2/modorganizer-plugin_python GitHub Wiki
proxy
project
The Note: This sections is only partially complete since I did not dig into it that much as it's working fine and doesn't require change that often.
The ProxyPython
is the main plugin class. The main thing to know about it:
- It is the
ProxyPython
that will look through theplugins/
folder and find the python plugins (.py
file or folder containing a__init__.py
file) and pass them to the python runner for instantiation. - It can be disabled / enabled by the user.
- The user can specify an external python implementation. This has probably not been tested for a very long time and is probably quite useless now that python is shipped with MO2.