§
    KÜdð
  ã                  ó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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>`,
    `version <platformdirs.api.PlatformDirsABC.version>`,
    `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`.
    Ú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    úDF:\djangOuth\env\Lib\site-packages\pip/_vendor/platformdirs/macos.pyÚuser_data_dirzMacOS.user_data_dir   s)   € ð ×0Ò0µ´×1CÒ1CÐDcÑ1dÔ1dÑeÔeÐeó    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                ó   — | j         S )zC:return: config directory tied to the user, same as `user_data_dir`©r   r   s    r   Úuser_config_dirzMacOS.user_config_dir   ó   € ð Ô!Ð!r   c                ó   — | j         S )zF:return: config directory shared by the users, same as `site_data_dir`)r   r   s    r   Úsite_config_dirzMacOS.site_config_dir    r   r   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                ó,   — |                       d¦  «        S )zT:return: cache directory shared by users, e.g. ``/Library/Caches/$appname/$version``z/Library/Cachesr   r   s    r   Úsite_cache_dirzMacOS.site_cache_dir*   s   € ð ×0Ò0Ð1BÑCÔCÐCr   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/   r   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_dir4   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_dir9   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_dir>   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   r      sx  € € € € € ðð ð ðfð fð fñ „Xðfð ðQð Qð Qñ „XðQð ð"ð "ð "ñ „Xð"ð ð"ð "ð "ñ „Xð"ð ðYð Yð Yñ „XðYð ðDð Dð Dñ „XðDð ð"ð "ð "ñ „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>r3      su   ðØ "Ð "Ð "Ð "Ð "Ð "à 	€	€	€	à  Ð  Ð  Ð  Ð  Ð  ð9hð 9hð 9hð 9hð 9hˆOñ 9hô 9hð 9hðz ð€€€r   