o
    ßý°j  ã                   @  s  d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ dd	lm	Z	 dd
lm
Z
 ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm Z  ddlm!Z! dd lm"Z" dd!lm#Z# dd"l$m%Z% dd#l$m&Z& dd$l'm(Z( dd%l)m*Z* dd&l)m+Z+ dd'l)m,Z, dd(l)m-Z- dd)l)m.Z. dd*l)m/Z/ dd+l)m0Z0 dd,l)m1Z1 dd-l)m2Z2 dd.l)m3Z3 dd/l)m4Z4 dd0l)m5Z5 dd1l)m6Z6 dd2l7m8Z8 dd3l7m9Z9 dd4l7m:Z: dd5l7m;Z; dd6l7m<Z< dd7l7m=Z= dd8l7m>Z> dd9l7m?Z? dd:l7m@Z@ dd;l7mAZA dd<l7mBZB dd=l7mCZC dd>l7mDZD dd?l7mEZE dd@lFmGZG ddAlFmHZH ddBlFmIZI ddClFmJZJ dKdHdI„ZKdJS )LzÚ
Click is a simple Python module inspired by the stdlib optparse to make
writing command line scripts fun. Unlike other modules, it's based
around a simple API that does not come with too much magic and is
composable.
é    )Úannotationsé   )ÚArgument)ÚCommand)ÚCommandCollection)ÚContext)ÚGroup)ÚOption)Ú	Parameter)ÚParameterSource)Úargument)Úcommand)Úconfirmation_option)Úcustom_version_option)Úgroup)Úhelp_option)Úmake_pass_decorator)Úoption)Úpass_context)Úpass_obj)Úpassword_option)Úversion_option)ÚAbort)ÚBadArgumentUsage)ÚBadOptionUsage)ÚBadParameter)ÚClickException)Ú	FileError)ÚMissingParameter)ÚNoSuchCommand)ÚNoSuchOption)Ú
UsageError)ÚHelpFormatter)Ú	wrap_text)Úget_current_context)Úclear)Úconfirm)Úecho_via_pager)Úedit)Úget_pager_file)Úgetchar)Úlaunch)Úpause)Úprogressbar)Úprompt)Úsecho)Ústyle)Úunstyle)ÚBOOL)ÚChoice)ÚDateTime)ÚFile)ÚFLOAT)Ú
FloatRange)ÚINT)ÚIntRange)Ú	ParamType)ÚPath)ÚSTRING)ÚTuple)ÚUNPROCESSED)ÚUUID)Úecho)Úformat_filename)Úget_app_dir)Ú	open_fileÚnameÚstrÚreturnÚobjectc                 C  s  dd l }| dkrddlm} |jdtdd� |S | dkr,dd	lm} |jd
tdd� |S | dkr@ddlm} |jdtdd� |S | dkrVdd l}|jdtdd� |j	 
d¡S | dkrjddlm} |jdtdd� |S | dkr~ddlm} |jdtdd� |S t| ƒ‚)Nr   ÚBaseCommandr   )Ú_BaseCommandzT'BaseCommand' is deprecated and will be removed in Click 9.0. Use 'Command' instead.é   )Ú
stacklevelÚMultiCommand)Ú_MultiCommandzS'MultiCommand' is deprecated and will be removed in Click 9.0. Use 'Group' instead.ÚOptionParser)Ú_OptionParserzi'OptionParser' is deprecated and will be removed in Click 9.0. The old parser is available in 'optparse'.Ú__version__z“The '__version__' attribute is deprecated and will be removed in Click 9.1. Use feature detection or 'importlib.metadata.version("click")' instead.ÚclickÚget_binary_stream)Ú_get_binary_streamzC'get_binary_stream' is deprecated and will be removed in Click 9.0.Úget_text_stream)Ú_get_text_streamzA'get_text_stream' is deprecated and will be removed in Click 9.0.)ÚwarningsÚcorerI   ÚwarnÚDeprecationWarningrM   ÚparserrO   Úimportlib.metadataÚmetadataÚversionÚutilsrS   rU   ÚAttributeError)rD   rV   rI   rM   rO   Ú	importlibrS   rU   © ra   ú�/root/aizidognhua/tmp/workspace/projects/ec89d86c-575f-41c9-af57-ac45cbdbf775/venv/lib/python3.10/site-packages/click/__init__.pyÚ__getattr__L   sd   üüüûýýrc   N)rD   rE   rF   rG   )LÚ__doc__Ú
__future__r   rW   r   r   r   r   r   r	   r
   r   Ú
decoratorsr   r   r   r   r   r   r   r   r   r   r   r   Ú
exceptionsr   r   r   r   r   r   r   r   r    r!   Ú
formattingr"   r#   Úglobalsr$   Útermuir%   r&   r'   r(   r)   r*   r+   r,   r-   r.   r/   r0   r1   Útypesr2   r3   r4   r5   r6   r7   r8   r9   r:   r;   r<   r=   r>   r?   r^   r@   rA   rB   rC   rc   ra   ra   ra   rb   Ú<module>   s†    