[Python-ideas] Add appdirs module to stdlib

Matthias Bussonnier bussonniermatthias at gmail.com
Tue Sep 1 11:09:26 CEST 2015


> 
> This sounds like a reasonable idea to me, and we can point folks to
> the original appdirs if they need a version-independent alternative.
> 
> Depending on the amount of code involved, we could potentially
> consider providing this as an API *in* pathlib, rather than needing an
> entire new module for the standard library version of it.
> 
> Regards,
> Nick.

+1, 

If this get into python, it would be nice to have a `python -m <module> <appname>` that return to user the
config dirs. One of the most challenging issues we have with user is “where is my config/cache/...” 
and it’s always hard start the response by “It depends of...”. The “run this command to know” works better. 

-- 
M
 


> 
> -- 
> Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/



More information about the Python-ideas mailing list