Hacked By AnonymousFox

Current Path : /opt/alt/python37/lib/python3.7/site-packages/platformdirs/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib/python3.7/site-packages/platformdirs/__pycache__/unix.cpython-37.pyc

B

Ĥ�a��@s�ddlmZddlZddlZddlmZddlmZddlm	Z	ej
�d�rZddlmZnd	d
�dd�ZGd
d�de	�Z
ddd�dd�ZdgZdS)�)�annotationsN)�ConfigParser)�Path�)�PlatformDirsABC�linux)�getuid�int)�returncCstd��dS)Nzshould only be used on Linux)�RuntimeError�rr�B/opt/alt/python37/lib/python3.7/site-packages/platformdirs/unix.pyrsrc@s�eZdZdZedd�dd��Zedd�dd��Zddd�d	d
�Zedd�dd��Zedd�d
d��Z	edd�dd��Z
edd�dd��Zedd�dd��Zedd�dd��Z
edd�dd��Zedd�dd��Zedd�dd��Zddd�dd �Zd!S)"�UnixaD
    On Unix/Linux, we follow the
    `XDG Basedir Spec <https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html>`_. The spec allows
    overriding directories with environment variables. The examples show are the default values, alongside the name of
    the environment variable that overrides them. Makes use of the
    `appname <platformdirs.api.PlatformDirsABC.appname>`,
    `version <platformdirs.api.PlatformDirsABC.version>`,
    `multipath <platformdirs.api.PlatformDirsABC.multipath>`,
    `opinion <platformdirs.api.PlatformDirsABC.opinion>`.
    �str)r
cCs,tj�dd�}|��s"tj�d�}|�|�S)z�
        :return: data directory tied to the user, e.g. ``~/.local/share/$appname/$version`` or
         ``$XDG_DATA_HOME/$appname/$version``
        �
XDG_DATA_HOME�z~/.local/share)�os�environ�get�strip�path�
expanduser�_append_app_name_and_version)�selfrrrr
�
user_data_dirszUnix.user_data_dircCs.tj�dd�}|��s$dtj�d�}|�|�S)aY
        :return: data directories shared by users (if `multipath <platformdirs.api.PlatformDirsABC.multipath>` is
         enabled and ``XDG_DATA_DIR`` is set and a multi path the response is also a multi path separated by the OS
         path separator), e.g. ``/usr/local/share/$appname/$version`` or ``/usr/share/$appname/$version``
        �
XDG_DATA_DIRSrz/usr/local/sharez
/usr/share)rrrr�pathsep�_with_multi_path)rrrrr
�
site_data_dir)szUnix.site_data_dir)rr
cs<|�tj�}�js|dd�}�fdd�|D�}tj�|�S)Nrrcsg|]}��tj�|���qSr)rrrr)�.0�p)rrr
�
<listcomp>:sz)Unix._with_multi_path.<locals>.<listcomp>)�splitrr�	multipath�join)rr�	path_listr)rr
r6s
zUnix._with_multi_pathcCs,tj�dd�}|��s"tj�d�}|�|�S)z�
        :return: config directory tied to the user, e.g. ``~/.config/$appname/$version`` or
         ``$XDG_CONFIG_HOME/$appname/$version``
        �XDG_CONFIG_HOMErz	~/.config)rrrrrrr)rrrrr
�user_config_dir=szUnix.user_config_dircCs$tj�dd�}|��sd}|�|�S)a/
        :return: config directories shared by users (if `multipath <platformdirs.api.PlatformDirsABC.multipath>`
         is enabled and ``XDG_DATA_DIR`` is set and a multi path the response is also a multi path separated by the OS
         path separator), e.g. ``/etc/xdg/$appname/$version``
        �XDG_CONFIG_DIRSrz/etc/xdg)rrrrr)rrrrr
�site_config_dirHszUnix.site_config_dircCs,tj�dd�}|��s"tj�d�}|�|�S)z�
        :return: cache directory tied to the user, e.g. ``~/.cache/$appname/$version`` or
         ``~/$XDG_CACHE_HOME/$appname/$version``
        �XDG_CACHE_HOMErz~/.cache)rrrrrrr)rrrrr
�user_cache_dirUszUnix.user_cache_dircCs,tj�dd�}|��s"tj�d�}|�|�S)z�
        :return: state directory tied to the user, e.g. ``~/.local/state/$appname/$version`` or
         ``$XDG_STATE_HOME/$appname/$version``
        �XDG_STATE_HOMErz~/.local/state)rrrrrrr)rrrrr
�user_state_dir`szUnix.user_state_dircCs|j}|jrtj�|d�}|S)zx
        :return: log directory tied to the user, same as `user_data_dir` if not opinionated else ``log`` in it
        �log)r+�opinionrrr$)rrrrr
�user_log_dirkszUnix.user_log_dircCs6td�}|dkr2tj�dd���}|s2tj�d�}|S)zU
        :return: documents directory tied to the user, e.g. ``~/Documents``
        ZXDG_DOCUMENTS_DIRNrz~/Documents)�_get_user_dirs_folderrrrrrr)rZ
documents_dirrrr
�user_documents_diruszUnix.user_documents_dircCs,tj�dd�}|��s"dt���}|�|�S)z�
        :return: runtime directory tied to the user, e.g. ``/run/user/$(id -u)/$appname/$version`` or
         ``$XDG_RUNTIME_DIR/$appname/$version``
        ZXDG_RUNTIME_DIRrz
/run/user/)rrrrrr)rrrrr
�user_runtime_dir�szUnix.user_runtime_dirrcCs|�|j�S)zd:return: data path shared by users. Only return first item, even if ``multipath`` is set to ``True``)� _first_item_as_path_if_multipathr)rrrr
�site_data_path�szUnix.site_data_pathcCs|�|j�S)zj:return: config path shared by the users. Only return first item, even if ``multipath`` is set to ``True``)r4r))rrrr
�site_config_path�szUnix.site_config_path)�	directoryr
cCs|jr|�tj�d}t|�S)Nr)r#r"rrr)rr7rrr
r4�sz%Unix._first_item_as_path_if_multipathN)�__name__�
__module__�__qualname__�__doc__�propertyrrrr'r)r+r-r0r2r3r5r6r4rrrr
rs




rrz
str | None)�keyr
c	Cs�tj�t�jd�}tj�|�r�t�}t|��}|�d|�	����WdQRX||dkr\dS|d|�
d�}|�dtj�d��}|SdS)zjReturn directory from user-dirs.dirs config file. See https://freedesktop.org/wiki/Software/xdg-user-dirs/zuser-dirs.dirsz[top]
N�top�"z$HOME�~)
rrr$rr'�existsr�open�read_string�readr�replacer)r=Zuser_dirs_config_path�parser�streamrrrr
r1�s
r1)�
__future__rr�sys�configparserrZpathlibrZapir�platform�
startswithrrr1�__all__rrrr
�<module>s


Hacked By AnonymousFox1.0, Coded By AnonymousFox