# python-caja **Repository Path**: mate-desktop/python-caja ## Basic Information - **Project Name**: python-caja - **Description**: libcaja-extension python bindings - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-20 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README libcaja-extension python bindings ==================================== These are unstable bindings for the caja extension library. For examples and documentation check the examples sub directory. As of python-caja 1.5.0, scripts are loaded only from $XDG_DATA_DIR/caja-python/extensions, which includes ~/.local/share and /usr/share (or whatever your $XDG_DATA_DIR is set to). Try to copy test.py to that directory for an example Requirements ============ Caja 1.17.1 Python 3.6 PyGObject 3.0.0 Problems ======== It's currently not possible to reload the python file without restarting caja. That's a planned feature for future versions.