A simple python script and gui to build incremental packages. Uses filecmp and lxml to compare two directories and build the package.xml for metadata components that are different between the two.
GUI in PySimpleGui.
To run the GUI use app.py
.
To run the script directly, set the REMOTE and LOCAL inside script.py
.
- PySimpleGUI - Only for GUI
- lxml - For both GUI and script
pip install -r requirements.txt