
    pKg(                        d Z ddlmZ ddlZddlZddlmZ ddlmZ ddl	m
Z
mZ ddlmZ ej                  d	k(  rdd
ZnddlmZ  G d de      ZddZddZdgZy)zUnix.    )annotationsN)ConfigParser)Path)IteratorNoReturn   )PlatformDirsABCwin32c                     d} t        |       )Nzshould only be used on Unix)RuntimeError)msgs    U/home/alanp/www/video.onchill/myenv/lib/python3.12/site-packages/platformdirs/unix.pygetuidr      s    +3    )r   c                     e Zd ZdZedd       Zedd       Zedd       Zedd       Zedd       Z	edd       Z
edd       Zedd	       Zedd
       Zedd       Zedd       Zedd       Zedd       Zedd       Zedd       Zedd       Zedd       Zedd       Zedd       Zedd       Zedd       ZddZddZy)Unixa  
    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 shown 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>`, `ensure_exists
    <platformdirs.api.PlatformDirsABC.ensure_exists>`.

    c                    t         j                  j                  dd      }|j                         st         j                  j                  d      }| j                  |      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selfr   s     r   user_data_dirzUnix.user_data_dir$   sG     zz~~or2zz|77%%&67D0066r   c                   t         j                  j                  dd      }|j                         sdt         j                   d}|j                  t         j                        D cg c]  }| j                  |       c}S c c}w )NXDG_DATA_DIRSr   z/usr/local/sharez
/usr/share)r   r   r   r   pathsepsplitr   r   r   ps      r   _site_data_dirszUnix._site_data_dirs/   sc    zz~~or2zz|%bjj\<D>Bjj>TU>T11!4>TUUUs   &Bc                z    | j                   }| j                  s|d   S t        j                  j	                  |      S )aZ  
        :return: data directories shared by users (if `multipath <platformdirs.api.PlatformDirsABC.multipath>` is
         enabled and ``XDG_DATA_DIRS`` 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``
        r   )r'   	multipathr   r#   joinr   dirss     r   site_data_dirzUnix.site_data_dir6   s2     ##~~7Nzzt$$r   c                    t         j                  j                  dd      }|j                         st         j                  j                  d      }| j                  |      S )z
        :return: config directory tied to the user, e.g. ``~/.config/$appname/$version`` or
         ``$XDG_CONFIG_HOME/$appname/$version``
        XDG_CONFIG_HOMEr   z	~/.configr   r   s     r   user_config_dirzUnix.user_config_dirC   sG     zz~~/4zz|77%%k2D0066r   c                    t         j                  j                  dd      }|j                         sd}|j	                  t         j
                        D cg c]  }| j                  |       c}S c c}w )NXDG_CONFIG_DIRSr   z/etc/xdg)r   r   r   r   r$   r#   r   r%   s      r   _site_config_dirszUnix._site_config_dirsN   sW    zz~~/4zz|D>Bjj>TU>T11!4>TUUUs   A/c                z    | j                   }| j                  s|d   S t        j                  j	                  |      S )a2  
        :return: config directories shared by users (if `multipath <platformdirs.api.PlatformDirsABC.multipath>`
         is enabled and ``XDG_CONFIG_DIRS`` 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``
        r   )r3   r)   r   r#   r*   r+   s     r   site_config_dirzUnix.site_config_dirU   s2     %%~~7Nzzt$$r   c                    t         j                  j                  dd      }|j                         st         j                  j                  d      }| j                  |      S )z
        :return: cache directory tied to the user, e.g. ``~/.cache/$appname/$version`` or
         ``~/$XDG_CACHE_HOME/$appname/$version``
        XDG_CACHE_HOMEr   z~/.cacher   r   s     r   user_cache_dirzUnix.user_cache_dirb   sG     zz~~.3zz|77%%j1D0066r   c                $    | j                  d      S )zO:return: cache directory shared by users, e.g. ``/var/cache/$appname/$version``z
/var/cache)r   r   s    r   site_cache_dirzUnix.site_cache_dirm   s     00>>r   c                    t         j                  j                  dd      }|j                         st         j                  j                  d      }| j                  |      S )z
        :return: state directory tied to the user, e.g. ``~/.local/state/$appname/$version`` or
         ``$XDG_STATE_HOME/$appname/$version``
        XDG_STATE_HOMEr   z~/.local/stater   r   s     r   user_state_dirzUnix.user_state_dirr   sH     zz~~.3zz|77%%&67D0066r   c                    | j                   }| j                  r1t        j                  j	                  |d      }| j                  |       |S )zg:return: log directory tied to the user, same as `user_state_dir` if not opinionated else ``log`` in itlog)r>   opinionr   r   r*   _optionally_create_directoryr   s     r   user_log_dirzUnix.user_log_dir}   s=     ""<<77<<e,D--d3r   c                    t        dd      S )zC:return: documents directory tied to the user, e.g. ``~/Documents``XDG_DOCUMENTS_DIRz~/Documents_get_user_media_dirr:   s    r   user_documents_dirzUnix.user_documents_dir   s     ##6FFr   c                    t        dd      S )zC:return: downloads directory tied to the user, e.g. ``~/Downloads``XDG_DOWNLOAD_DIRz~/DownloadsrF   r:   s    r   user_downloads_dirzUnix.user_downloads_dir   s     ##5}EEr   c                    t        dd      S )zA:return: pictures directory tied to the user, e.g. ``~/Pictures``XDG_PICTURES_DIRz
~/PicturesrF   r:   s    r   user_pictures_dirzUnix.user_pictures_dir   s     ##5|DDr   c                    t        dd      S )z=:return: videos directory tied to the user, e.g. ``~/Videos``XDG_VIDEOS_DIRz~/VideosrF   r:   s    r   user_videos_dirzUnix.user_videos_dir   s     ##3Z@@r   c                    t        dd      S )z;:return: music directory tied to the user, e.g. ``~/Music``XDG_MUSIC_DIRz~/MusicrF   r:   s    r   user_music_dirzUnix.user_music_dir   s     #?I>>r   c                    t        dd      S )z?:return: desktop directory tied to the user, e.g. ``~/Desktop``XDG_DESKTOP_DIRz	~/DesktoprF   r:   s    r   user_desktop_dirzUnix.user_desktop_dir   s     ##4kBBr   c                D   t         j                  j                  dd      }|j                         s`t        j
                  j                  d      r4dt                }t        |      j                         sdt                }ndt                }| j                  |      S )az  
        :return: runtime directory tied to the user, e.g. ``/run/user/$(id -u)/$appname/$version`` or
         ``$XDG_RUNTIME_DIR/$appname/$version``.

         For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/user/$(id -u)/$appname/$version`` if
         exists, otherwise ``/tmp/runtime-$(id -u)/$appname/$version``, if``$XDG_RUNTIME_DIR``
         is not set.
        XDG_RUNTIME_DIRr   freebsdopenbsdnetbsdz/var/run/user/z/tmp/runtime-z
/run/user/)r   r   r   r   sysplatform
startswithr   r   existsr   r   s     r   user_runtime_dirzUnix.user_runtime_dir   s     zz~~/4zz|||&&'GH'z2Dz((**68*5D#FH:.0066r   c                    t         j                  j                  dd      }|j                         s$t        j
                  j                  d      rd}nd}| j                  |      S )am  
        :return: runtime directory shared by users, e.g. ``/run/$appname/$version`` or         ``$XDG_RUNTIME_DIR/$appname/$version``.

        Note that this behaves almost exactly like `user_runtime_dir` if ``$XDG_RUNTIME_DIR`` is set, but will
        fall back to paths associated to the root user instead of a regular logged-in user if it's not set.

        If you wish to ensure that a logged-in root user path is returned e.g. ``/run/user/0``, use `user_runtime_dir`
        instead.

        For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/$appname/$version`` if ``$XDG_RUNTIME_DIR`` is not set.
        rY   r   rZ   z/var/runz/run)r   r   r   r   r^   r_   r`   r   r   s     r   site_runtime_dirzUnix.site_runtime_dir   sP     zz~~/4zz|||&&'GH!0066r   c                8    | j                  | j                        S )zh:return: data path shared by users. Only return the first item, even if ``multipath`` is set to ``True``) _first_item_as_path_if_multipathr-   r:   s    r   site_data_pathzUnix.site_data_path   s     44T5G5GHHr   c                8    | j                  | j                        S )zj:return: config path shared by the users, returns the first item, even if ``multipath`` is set to ``True``)rf   r5   r:   s    r   site_config_pathzUnix.site_config_path   s     44T5I5IJJr   c                8    | j                  | j                        S )zi:return: cache path shared by users. Only return the first item, even if ``multipath`` is set to ``True``)rf   r;   r:   s    r   site_cache_pathzUnix.site_cache_path   s     44T5H5HIIr   c              #  T   K   | j                    | j                  E d{    y7 w)z4:yield: all user and site configuration directories.N)r0   r3   r:   s    r   iter_config_dirszUnix.iter_config_dirs   s!     """))))   (&(c              #  T   K   | j                    | j                  E d{    y7 w)z+:yield: all user and site data directories.N)r    r'   r:   s    r   iter_data_dirszUnix.iter_data_dirs   s!        ''''rn   N)returnstr)rq   z	list[str])rq   r   )rq   zIterator[str])__name__
__module____qualname____doc__propertyr    r'   r-   r0   r3   r5   r8   r;   r>   rC   rH   rK   rN   rQ   rT   rW   rb   rd   rg   ri   rk   rm   rp    r   r   r   r      s   
 7 7 V V 
% 
% 7 7 V V 
% 
% 7 7 ? ? 7 7   G G F F E E A A ? ? C C 7 7& 7 7* I I K K J J*
(r   r   c                    t        |       }|Ot        j                  j                  | d      j	                         }|st        j
                  j                  |      }|S )Nr   )_get_user_dirs_folderr   r   r   r   r   r   )env_varfallback_tilde_path	media_dirs      r   rG   rG      sM    %g.IJJNN7B/557	**+>?Ir   c                   t        t               j                        dz  }|j                         rt	               }|j                         5 }|j                  d|j                                 ddd       | |d   vry|d   |    j                  d      }|j                  dt        j                  j                  d            S y# 1 sw Y   XxY w)z{
    Return directory from user-dirs.dirs config file.

    See https://freedesktop.org/wiki/Software/xdg-user-dirs/.

    zuser-dirs.dirsz[top]
Ntop"z$HOME~)r   r   r0   ra   r   openread_stringreadr   replacer   r   r   )keyuser_dirs_config_pathparserstreamr   s        r   rz   rz      s     !!7!78;KK##%"'')V89 * fUm#e}S!'',||GRWW%7%7%<== *)s   #CC)rq   r   )r{   rr   r|   rr   rq   rr   )r   rr   rq   z
str | None)rv   
__future__r   r   r^   configparserr   pathlibr   typingr   r   apir	   r_   r   r   rG   rz   __all__rx   r   r   <module>r      sX     " 	 
 %  %  <<7 
 N(? N(b4 r   