First of all, thanks to all contributors, great job 🚀.
appdirs package is deprecated as it's README file states:
https://github.com/ActiveState/appdirs/blob/8734277956c1df3b85385e6b308e954910533884/README.rst?plain=1#L4
You may want to check out https://pypi.org/project/platformdirs/ which is a more active fork of appdirs.
platformdirs is a maintained fork of appdirs package and it should work out of the box.
I've been using both python-escpos and platformdirs for a while. If this seem reasonable to you all, I'd like to work on it.
First of all, thanks to all contributors, great job 🚀.
appdirspackage is deprecated as it's README file states:https://github.com/ActiveState/appdirs/blob/8734277956c1df3b85385e6b308e954910533884/README.rst?plain=1#L4
platformdirs is a maintained fork of
appdirspackage and it should work out of the box.I've been using both
python-escposandplatformdirsfor a while. If this seem reasonable to you all, I'd like to work on it.