<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>On Sep 1, 2015, at 01:00, Philipp A. <<a href="mailto:flying-sheep@web.de">flying-sheep@web.de</a>> wrote:</div><div><br></div><blockquote type="cite"><div><div dir="ltr"><div><div><div><div><div>When defining a place for config files, cache files, and so on, people usually hack around in a OS-dependent, misinformed, and therefore wrong way.<br><br></div>Thanks to the tempfile API we at least don’t see people hardcoding /tmp/ too much.<br><br></div>There is a beautiful little module that does things right and is easy to use: <a href="https://pypi.python.org/pypi/appdirs">appdirs</a><br></div></div></div></div></div></blockquote><div><br></div>Is appdirs compatible with the OS X recommendations (as required by the App Store). Apple only gives you cache and app data directories; prefs are supposed to use NSDefaults API or emulate the file names and formats properly, and you have to be sensitive to the sandbox.)<div><div><br></div><div>If so, definitely +1, because that's a pain to do with anything but Qt (or of course PyObjC). If not, -0.5, because making it easier to do it wrong is probably not beneficial, even if that's what many *nix apps end up writing a lot of code to get wrong on Mac...<br></div></div></body></html>