barry-scott / config-path

Python library to work with paths to config folders and files in an OS independent way
Apache License 2.0
8 stars 0 forks source link

Missing comparison to the established appdirs library #2

Open vbrozik opened 3 years ago

vbrozik commented 3 years ago

Almost 10 years before config-path was released there has been appdirs library.

I think README should explain:

barry-scott commented 3 years ago

Thanks for the suggestion. I think I looked at appdirs and found it was not suitable for my needs. The answer to both points would be the same that config-path is usefully difference citing why. I will try and find the time to review the README in light of you observation.

barry-scott commented 3 years ago

Note to self: Was it the lack of OS sensitive support for domain names as app-id that is missing from appdirs?

dbarnett commented 1 week ago

Or s/~appdirs~/platformdirs/. appdirs is deprecated but I had the same question for its successor platformdirs, how this config-path lib compares to platformdirs.