a
lj @ sz d dl Z d dlZd dlZd dlmZ ddlmZ G dd deZeddedd d
Z eddedddZ
dgZdS )
N) lru_cache )PlatformDirsABCc @ s e Zd ZdZeedddZeedddZeedddZeedd d
Z eedddZ
eedd
dZeedddZeedddZ
eedddZdS )Androidz
Follows the guidance `from here `_. Makes use of the
`appname ` and
`version `.
returnc C s | t dS )zd:return: data directory tied to the user, e.g. ``/data/user///files/``filesZ_append_app_name_and_version_android_folderself r
D/usr/lib/python3.9/site-packages/pip/_vendor/platformdirs/android.py
user_data_dir s zAndroid.user_data_dirc C s | j S )z@:return: data directory shared by users, same as `user_data_dir`r r r
r
r
site_data_dir s zAndroid.site_data_dirc C s | t dS )z
:return: config directory tied to the user, e.g. ``/data/user///shared_prefs/``
Zshared_prefsr r r
r
r user_config_dir s zAndroid.user_config_dirc C s | j S )zH:return: config directory shared by the users, same as `user_config_dir`)r r r
r
r site_config_dir! s zAndroid.site_config_dirc C s | t dS )zj:return: cache directory tied to the user, e.g. e.g. ``/data/user///cache/``cacher r r
r
r user_cache_dir&