joerick / pyinstrument

🚴 Call stack profiler for Python. Shows you why your code is slow!
https://pyinstrument.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
6.28k stars 223 forks source link

replace deprecated appdirs with platformdirs #279

Open woutervh opened 8 months ago

woutervh commented 8 months ago

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: https://github.com/ActiveState/appdirs/issues/79

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

joerick commented 8 months ago

Yes, good idea. Pr welcome!