2|r d dl Z d dlZd dlZd dlmZ ddlmZ G d de Z ed defd Z ed defd
Z
dgZdS ) N) lru_cache )PlatformDirsABCc e Zd ZdZedefd Zedefd Zedefd Zedefd Z edefd Z
edefd Zedefd Zedefd
Z
edefd ZdS )
Androidz
Follows the guidance `from here `_. Makes use of the
`appname ` and
`version `.
returnc F | t d S )zd:return: data directory tied to the user, e.g. ``/data/user///files/``files_append_app_name_and_version_android_folderselfs /builddir/build/BUILDROOT/alt-python311-pip-21.3.1-4.el9.x86_64/opt/alt/python311/lib/python3.11/site-packages/pip/_vendor/platformdirs/android.py
user_data_dirzAndroid.user_data_dir 001B1BGLLL c | j S )z@:return: data directory shared by users, same as `user_data_dir`r r s r
site_data_dirzAndroid.site_data_dir
!!r c F | t d S )z
:return: config directory tied to the user, e.g. ``/data/user///shared_prefs/``
shared_prefsr r s r user_config_dirzAndroid.user_config_dir s
001B1BNSSSr c | j S )zH:return: config directory shared by the users, same as `user_config_dir`)r r s r site_config_dirzAndroid.site_config_dir! s
##r c F | t d S )zj:return: cache directory tied to the user, e.g. e.g. ``/data/user///cache/``cacher r s r user_cache_dirzAndroid.user_cache_dir&