<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
B
    Ä¤Èa_
  ã               @  s:   d dl mZ d dlZddlmZ G dd„ deƒZdgZdS )é    )ÚannotationsNé   )ÚPlatformDirsABCc               @  s²   e Zd ZdZeddœdd„ƒZeddœdd„ƒZeddœdd	„ƒZeddœd
d„ƒZeddœdd„ƒZ	eddœdd„ƒZ
eddœdd„ƒZeddœdd„ƒZeddœ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>`.
    Ústr)Úreturnc             C  s   |   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)Úself© r   úC/opt/alt/python37/lib/python3.7/site-packages/platformdirs/macos.pyÚuser_data_dir   s    zMacOS.user_data_dirc             C  s
   |   d¡S )z`:return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``z/Library/Application Support)r   )r   r   r   r   Úsite_data_dir   s    zMacOS.site_data_dirc             C  s   |   tj d¡¡S )z\:return: config directory tied to the user, e.g. ``~/Library/Preferences/$appname/$version``z~/Library/Preferences/)r   r	   r
   r   )r   r   r   r   Úuser_config_dir   s    zMacOS.user_config_dirc             C  s
   |   d¡S )zU:return: config directory shared by the users, e.g. ``/Library/Preferences/$appname``z/Library/Preferences)r   )r   r   r   r   Úsite_config_dir   s    zMacOS.site_config_dirc             C  s   |   tj d¡¡S )zV:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``z~/Library/Caches)r   r	   r
   r   )r   r   r   r   Úuser_cache_dir$   s    zMacOS.user_cache_dirc             C  s   | j S )zB:return: state directory tied to the user, same as `user_data_dir`)r   )r   r   r   r   Úuser_state_dir)   s    zMacOS.user_state_dirc             C  s   |   tj d¡¡S )zR:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``z~/Library/Logs)r   r	   r
   r   )r   r   r   r   Úuser_log_dir.   s    zMacOS.user_log_dirc             C  s   t j d¡S )zC:return: documents directory tied to the user, e.g. ``~/Documents``z~/Documents)r	   r
   r   )r   r   r   r   Úuser_documents_dir3   s    zMacOS.user_documents_dirc             C  s   |   tj d¡¡S )zg:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``z~/Library/Caches/TemporaryItems)r   r	   r
   r   )r   r   r   r   Úuser_runtime_dir8   s    zMacOS.user_runtime_dirN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úpropertyr   r   r   r   r   r   r   r   r   r   r   r   r   r      s   r   )Ú
__future__r   r	   Zapir   r   Ú__all__r   r   r   r   Ú<module>   s   7