§
    Kxh_
  ã                  óH   — d dl mZ d dlZddlmZ  G d„ de¦  «        ZdgZdS )é    )ÚannotationsNé   )ÚPlatformDirsABCc                  óê   — 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dS )ÚMacOSa–  
    Platform directories for the macOS operating system. Follows the guidance from `Apple documentation
    <https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/MacOSXDirectories/MacOSXDirectories.html>`_.
    Makes use of the `appname <platformdirs.api.PlatformDirsABC.appname>` and
    `version <platformdirs.api.PlatformDirsABC.version>`.
    ÚreturnÚstrc                óf   — |                       t          j                             d¦  «        ¦  «        S )zb:return: data directory tied to the user, e.g. ``~/Library/Application Support/$appname/$version``z~/Library/Application Support/©Ú_append_app_name_and_versionÚosÚpathÚ
expanduser©Úselfs    úQ/var/www/html/what/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.pyÚuser_data_dirzMacOS.user_data_dir   s)   € ð ×0Ò0µ´×1CÒ1CÐDdÑ1eÔ1eÑfÔfÐfó    c                ó,   — |                       d¦  «        S )z`:return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``z/Library/Application Support©r   r   s    r   Úsite_data_dirzMacOS.site_data_dir   s   € ð ×0Ò0Ð1OÑPÔPÐPr   c                óf   — |                       t          j                             d¦  «        ¦  «        S )z\:return: config directory tied to the user, e.g. ``~/Library/Preferences/$appname/$version``z~/Library/Preferences/r   r   s    r   Úuser_config_dirzMacOS.user_config_dir   s)   € ð ×0Ò0µ´×1CÒ1CÐD\Ñ1]Ô1]Ñ^Ô^Ð^r   c                ó,   — |                       d¦  «        S )zU:return: config directory shared by the users, e.g. ``/Library/Preferences/$appname``z/Library/Preferencesr   r   s    r   Úsite_config_dirzMacOS.site_config_dir   s   € ð ×0Ò0Ð1GÑHÔHÐHr   c                óf   — |                       t          j                             d¦  «        ¦  «        S )zV:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``z~/Library/Cachesr   r   s    r   Úuser_cache_dirzMacOS.user_cache_dir$   s)   € ð ×0Ò0µ´×1CÒ1CÐDVÑ1WÔ1WÑXÔXÐXr   c                ó   — | j         S )zB:return: state directory tied to the user, same as `user_data_dir`)r   r   s    r   Úuser_state_dirzMacOS.user_state_dir)   s   € ð Ô!Ð!r   c                óf   — |                       t          j                             d¦  «        ¦  «        S )zR:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``z~/Library/Logsr   r   s    r   Úuser_log_dirzMacOS.user_log_dir.   s)   € ð ×0Ò0µ´×1CÒ1CÐDTÑ1UÔ1UÑVÔVÐVr   c                ó@   — t           j                             d¦  «        S )zC:return: documents directory tied to the user, e.g. ``~/Documents``z~/Documents)r   r   r   r   s    r   Úuser_documents_dirzMacOS.user_documents_dir3   s   € õ Œw×!Ò! -Ñ0Ô0Ð0r   c                óf   — |                       t          j                             d¦  «        ¦  «        S )zg:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``z~/Library/Caches/TemporaryItemsr   r   s    r   Úuser_runtime_dirzMacOS.user_runtime_dir8   s)   € ð ×0Ò0µ´×1CÒ1CÐDeÑ1fÔ1fÑgÔgÐgr   N)r   r	   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úpropertyr   r   r   r   r   r   r!   r#   r%   © r   r   r   r      s\  € € € € € ðð ð ðgð gð gñ „Xðgð ðQð Qð Qñ „XðQð ð_ð _ð _ñ „Xð_ð ðIð Ið Iñ „XðIð ðYð Yð Yñ „XðYð ð"ð "ð "ñ „Xð"ð ðWð Wð Wñ „XðWð ð1ð 1ð 1ñ „Xð1ð ðhð hð hñ „Xðhð hð hr   r   )Ú
__future__r   r   Úapir   r   Ú__all__r+   r   r   ú<module>r/      su   ðØ "Ð "Ð "Ð "Ð "Ð "à 	€	€	€	à  Ð  Ð  Ð  Ð  Ð  ð3hð 3hð 3hð 3hð 3hˆOñ 3hô 3hð 3hðn ð€€€r   