Automating DFU process using nRF52840 DK for Zephyr devices

Need to automate the FOTA process for devices with Zephyr build application which has mcuboot as bootloader, these devices can be programmed using nRF Device Manager and nRF Connect application easily. But wanted to know if there is a possibility of making a python script (if already python module available) to the process automatically using DK as the server.

Related