Are plugins expected to be pure python?

Suggest, post, or discuss plugins for Deluge
Post Reply
Lord-Kamina
Member
Member
Posts: 16
Joined: Sun Dec 22, 2019 4:24 pm

Are plugins expected to be pure python?

Post 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?
mhertz
Moderator
Moderator
Posts: 2227
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: Are plugins expected to be pure python?

Post 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.
Post Reply