2This code wraps the vendored appdirs module to so the return values are
3compatible for the current pip code base.
5The intention is to rewrite current usages gradually, keeping the tests pass,
6and eventually drop this after all usages are changed.
11from typing
import List
27 linux_like_path =
"~/.config/"
str _macos_user_config_dir(str appname, bool roaming=True)
str user_config_dir(str appname, bool roaming=True)
List[str] site_config_dirs(str appname)
str user_cache_dir(str appname)