joerick/pyinstrument

replace deprecated appdirs with platformdirs

woutervh opened this issue · 1 comments

from https://github.com/ActiveState/appdirs
Note: This project has been officially deprecated. You may want to check out https://pypi.org/project/platformdirs/ which is a more active fork of appdirs. Thanks to everyone who has used appdirs. Shout out to ActiveState for the time they gave their employees to work on this over the years.

relevant discussion: ActiveState/appdirs#79

maintained package:
https://github.com/platformdirs/platformdirs

Yes, good idea. Pr welcome!