Page 1 of 1

Are plugins expected to be pure python?

Posted: Thu May 09, 2024 6:32 pm
by Lord-Kamina
I've been playing around with the code lately because I want to send in a new version of the macOS app PR. In doing so, I've been also doing some other tests and changes that I will probably submit at some point as a separate PR.

I was wondering... does Deluge allow plug-ins with non-python dependencies?

Re: Are plugins expected to be pure python?

Posted: Fri May 10, 2024 1:40 pm
by mhertz
Thanks for your efforts lord-Kamina :)

In general there's issues with such, because being zipped, but seemingly some workarounds exist still:

https://setuptools.pypa.io/en/latest/de ... ile-issues

No expert myself though.