I ended here from the official Patreon documentation and seems to be the official python package for patreon integration. But tried it myself today and got an error at import time
ModuleNotFoundError: No module named 'pkg_resources'
Which apparently comes from a very recent update to setuptools: https://setuptools.pypa.io/en/stable/history.html#v82-0-0 that got rid of said module.
I can pin the setuptools version on my project but still begs the questions: Is this package still supported?
I ended here from the official Patreon documentation and seems to be the official python package for patreon integration. But tried it myself today and got an error at import time
Which apparently comes from a very recent update to setuptools: https://setuptools.pypa.io/en/stable/history.html#v82-0-0 that got rid of said module.
I can pin the setuptools version on my project but still begs the questions: Is this package still supported?