Sindbad~EG File Manager

Current Path : /usr/local/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/
Upload File :
Current File : //usr/local/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc

�

4Μg�u��
�UdZddlZddlZddlZddlZddlmZddlm	Z	m
Z
mZmZm
Z
ddlmZddlmZmZmZmZmZddlmZddlmZdd	lmZdd
lmZmZddlmZddl m!Z!dd
l"m#Z#ddl$m%Z%ddl&m'Z'ejPe)�Z*dede
de+ddfd�Z,dee+efdedefd�Z-�d%de
de.ddfd�Z/de
de+de+de+fd�Z0de
de+de+de+fd�Z1Gd�d e
�Z2ee
d!d"d#d#d$�%�Z3ed&e
fe4d'<ee
d(d)d*dd+�,�Z5ed&e
fe4d)<ee
d-d.d*dd/�,�Z6ed&e
fe4d.<ee
d0d1d2d*dd3�,�Z7ed&e
fe4d4<ee
d5d6d*d7�%�Z8ed&e
fe4d6<ee
d8d9d:�;�Z9ed&e
fe4d9<ee
d<d=d>d?dd@�,�Z:ed&e
fe4d><ee
dAdBd*ddC�,�Z;ed&e
fe4dB<ee
dDdEdFd*dG�%�Z<ed&e
fe4dF<ee
dHdIdJd?ddK�,�Z=ed&e
fe4dJ<ee
dLdMdNgdO�dPdQ�R�Z>ed&e
fe4dM<ee2dSdTdUdVdWdWdX�Y�Z?ed&e
fe4dV<ee
dZd[d*dd\�,�Z@ed&e
fe4d[<ee
d]d^gd_�d`da�b�ZAed&e
fe4d^<ee
dcdddedfdg�h�ZBed&e
fe4dd<ee
didjdkdldm�h�ZCed&e
fe4dj<ee
dndodpdqdrdsdt�u�ZDed&e
fe4dq<de
fdv�ZEee2dwdxdWdWdy�z�ZFed&e
fe4dx<ee2d{d|dWddWd}�~�ZGed&e
fe4d|<ee
dd�d�d�d�e!j�d����ZIed&e
fe4d�<de
fd��ZJee
d�d�d*dd��,�ZKed&e
fe4d�<de
fd��ZLde
fd��ZMde
fd��ZNde
fd��ZOde
fd��ZPde
d�e+de+deddf
d��ZQee2d�d�d�d�d�dWd�e�d�eQd����ZRed&e
fe4d�<d�e
de
defd��ZSde
d�e+de+deddf
d��ZTde
d�e+de+deddf
d��ZUde
fd��ZVde
fd��ZWee
d�d�d�d�dd����ZXed&e
fe4d�<de+deeeYd&fee+ffd��ZZde
d�e+de+deddf
d��Z[ee
d�d�d�d�e[deded�����	Z\ed&e
fe4d�<ee
d�d�d�dd����Z]ed&e
fe4d�<ee
d�d�d�d�dd����Z^ed&e
fe4d�<d�eddfd��Z_de
de#fd��Z`de
fd��Zaee2d�d�ed�dWd����Zbed&e
fe4d�<de
de+de+deddf
d��Zcee
d�d�d�ecd����Zded&e
fe4d�<ee
d�d�d�d*ddĬ,�Zeed&e
fe4d�<ee
d�d�d*dȬ%�Zfed&e
fe4d�<ee
d�d�d�d�dͬ,�Zged&e
fe4d�<ee
d�d�d*ddѬ,�Zhed&e
fe4d�<de
de+de+deddf
d҄Ziee
d�d�d*ddլ,�Zjee4d�<ee
d�d�d�eide	�׫Zkee4d�<de
d�e+de+deddf
dلZlee
d�d�d�e+d�eld�dެ߫	Zmed&e
fe4d�<ee
d�d�dd�d��Zned&e
fe4d�<ee
d�d�d�dd��Zoed&e
fe4d�<ee
d�d*dd��Zped&e
fe4d�<ee
d�d*dd��Zqed&e
fe4d�<ee
d�d�d*dd�,�Zred&e
fe4d�<ee
d�d�d�d�d�gd����Zsed&e
fe4d�<de
d�e+de+deddf
d��Ztee
d�d�d�etd�d����Zued&e
fe4d�<ee
d��dd*d�d�,�Zved&e
fe4�d<ee2�ddWdWd��d���Zwed&e
fe4�d<de
ddf�d�Zxee2�d�dd��d	�d
�d���Zyed&e
fe4�d
<ee
�d�dd*d�d�,�Zzed&e
fe4�d<�d�dgZ{ee
�d�d�dd�g�dge{z�d���Z|ed&e
fe4�d<ee
�d�d�dd�g�d�dg�d���Z}ed&e
fe4�d<�d e3e5e6e7e9e:e<e=e?e@eAeBeCeDeEeMeFeGebedere;eze|e}g�d!�Z~ee+efe4�d"<�d#eIeJeKeLg�d!�Zee+efe4�d$<y(&aC
shared options and groups

The principle here is to define options once, but *not* instantiate them
globally. One reason being that options with action='append' can carry state
between parses. pip parses general options twice internally, and shouldn't
pass on state. To be consistent, all options will follow this design.
�N)�partial)�
SUPPRESS_HELP�Option�OptionGroup�OptionParser�Values)�dedent)�Any�Callable�Dict�Optional�Tuple��canonicalize_name)�ConfigOptionParser)�CommandError)�USER_CACHE_DIR�get_src_prefix)�
FormatControl)�PyPI)�TargetPython)�
STRONG_HASHES)�	strtobool�parser�option�msg�returnc��|�d|��}tjdj|j���}|j	|�y)z�
    Raise an option parsing error using parser.error().

    Args:
      parser: an OptionParser instance.
      option: an Option instance.
      msg: the error text.
    z error: � N)�textwrap�fill�join�split�error)rrrs   �G/usr/local/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py�raise_option_errorr&$s=���H�H�S�E�
"�C�
�-�-��������-�
.�C�
�L�L����groupc�d�t||d�}|dD]}|j|���|S)z�
    Return an OptionGroup object
    group  -- assumed to be dict with 'name' and 'options' keys
    parser -- an optparse Parser
    �name�options)r�
add_option)r(r�option_grouprs    r%�make_option_groupr.2s9���v�u�V�}�5�L��	�"�������)�#��r'Fr+�check_targetc�J�t|j|j|j|jg�}tt
�dh�}|j|k7xr
|j}|r
|rtd��|r(|js|r|jstd��yyyy)z�Function for determining if custom platform options are allowed.

    :param options: The OptionParser options.
    :param check_target: Whether or not to check if --target is being used.
    z:all:z�When restricting platform and interpreter constraints using --python-version, --platform, --abi, or --implementation, either --no-deps must be set, or --only-binary=:all: must be set and --no-binary must not be set (or must be set to :none:).zfCan not use any platform or abi specific options unless installing via '--target' or using '--dry-run'N)�any�python_version�	platforms�abis�implementationr�set�format_control�ignore_dependenciesr�dry_run�
target_dir)r+r/�dist_restriction_set�binary_only�sdist_dependencies_alloweds     r%�check_dist_restrictionr>>s�����"�"�����L�L��"�"�		
��� ����y�1�K����+�-�Q�g�6Q�6Q�2Q��� :��
�
�	
�����#7��@R�@R��A��
�AS�#7��r'�opt�valuec�@�tjj|�S�N)�os�path�
expanduser�rr?r@s   r%�_path_option_checkrGfs��
�7�7���e�$�$r'c��t|�SrBrrFs   r%�_package_name_option_checkrIjs
���U�#�#r'c�r�eZdZejdzZej
j
�Zeed<eed<y)�	PipOption)rD�package_namerLrDN)	�__name__�
__module__�__qualname__r�TYPES�TYPE_CHECKER�copyrIrG�r'r%rKrKns9���L�L�3�3�E��&�&�+�+�-�L�#=�L�� �-�L��r'rKz-hz--help�helpz
Show help.)�dest�actionrT.�help_z--debug�
debug_mode�
store_truezbLet unhandled exceptions propagate outside the main subroutine, instead of logging them to stderr.�rUrV�defaultrTz
--isolated�
isolated_modezSRun pip in an isolated mode, ignoring environment variables and user configuration.z--require-virtualenvz--require-venv�require_venvzMAllow pip to only run in a virtual environment; exit with an error otherwise.�require_virtualenvz--break-system-packages�override_externally_managedz=Allow pip to modify an EXTERNALLY-MANAGED Python installationz--python�pythonz.Run pip with the specified Python interpreter.)rUrTz-vz	--verbose�verbose�countzDGive more output. Option is additive, and can be used up to 3 times.z
--no-color�no_colorzSuppress colored output.z-Vz	--version�versionzShow version and exit.z-qz--quiet�quietz�Give less output. Option is additive, and can be used up to 3 times (corresponding to WARNING, ERROR, and CRITICAL logging levels).z--progress-bar�progress_bar�choice)�on�off�rawrhzLSpecify whether the progress bar should be used [on, off, raw] (default: on))rU�type�choicesr[rTz--logz
--log-filez--local-log�logrDz Path to a verbose appending log.)rU�metavarrkrTz
--no-input�no_inputzDisable prompting for input.z--keyring-provider�keyring_provider)�auto�disabled�import�
subprocessrqz�Enable the credential lookup via the keyring library if user input is allowed. Specify which mechanism to use [disabled, import, subprocess]. (default: disabled))rUrlr[rTz--proxy�proxy�str�zESpecify a proxy in the form scheme://[user:passwd@]proxy.server:port.)rUrkr[rTz	--retries�retries�int�zRMaximum number of retries each connection should attempt (default %default times).z	--timeoutz--default-timeout�sec�timeout�float�z2Set the socket timeout (default %default seconds).)rnrUrkr[rTc
�,�tdddgd�gddd��S)	Nz--exists-action�
exists_actionrg)�s�i�w�b�a�appendrVzYDefault action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.)rUrkrlr[rVrnrT�rrSr'r%r�r�+s)����
�
�)����9��r'z--cert�certz�Path to PEM-encoded CA certificate bundle. If provided, overrides the default. See 'SSL Certificate Verification' in pip documentation for more information.)rUrkrnrTz
--client-cert�client_certzkPath to SSL client certificate, a single file containing the private key and the certificate in PEM format.)rUrkr[rnrTz-iz--index-urlz
--pypi-url�	index_url�URLz�Base URL of the Python Package Index (default %default). This should point to a repository compliant with PEP 503 (the simple repository API) or a local directory laid out in the same format.)rUrnr[rTc�$�tddddgd��S)Nz--extra-index-url�extra_index_urlsr�r�zmExtra URLs of package indexes to use in addition to --index-url. Should follow the same rules as --index-url.�rUrnrVr[rTr�rSr'r%�extra_index_urlr�bs#����
�����
	�	r'z
--no-index�no_indexzAIgnore package index (only looking at --find-links URLs instead).c	�&�tddddgdd��S)Nz-fz--find-links�
find_linksr��urlaIf a URL or path to an html file, then parse for links to archives such as sdist (.tar.gz) or wheel (.whl) files. If a local path or file:// URL that's a directory, then look for archives in the directory listing. Links to VCS project URLs are not supported.�rUrVr[rnrTr�rSr'r%r�r�ys&�����
����7��r'c�$�tddddgd��S)Nz--trusted-host�
trusted_hostsr��HOSTNAMEz]Mark this host or host:port pair as trusted, even though it does not have valid or any HTTPS.)rUrVrnr[rTr�rSr'r%�trusted_hostr��s#����
����,�
�r'c	�&�tddddgdd��S)Nz-cz--constraint�constraintsr��filez\Constrain versions using the given constraints file. This option can be used multiple times.r�r�rSr'r%r�r��s&�����
����2�	�	r'c	�&�tddddgdd��S)Nz-rz
--requirement�requirementsr�r�zQInstall from the given requirements file. This option can be used multiple times.r�r�rSr'r%r�r��s&�����
����2�	�	r'c	�&�tddddgdd��S)Nz-ez
--editable�	editablesr�zpath/urlzkInstall a project in editable mode (i.e. setuptools "develop mode") from a local project path or a VCS url.r�r�rSr'r%�editabler��s'�����
����
F��r'�opt_strc��tjj|�}t|j|j
|�yrB)rCrD�abspath�setattr�valuesrU)rr�r@rs    r%�_handle_srcr��s(���G�G�O�O�E�"�E��F�M�M�6�;�;��.r'z--srcz--sourcez--source-dirz--source-directory�src_dir�dir�callbackz�Directory to check out editable projects into. The default in a virtualenv is "<venv path>/src". The default for global installs is "<current dir>/src".)rUrkrnr[rVr�rT�srcr�c�.�t||j�S)zGet a format_control object.)�getattrrU)r�rs  r%�_get_format_controlr��s���6�6�;�;�'�'r'c��t|j|�}tj||j|j
�yrB)r�r�r�handle_mutual_excludes�	no_binary�only_binary�rr�r@r�existings     r%�_handle_no_binaryr��s7��#�6�=�=�&�9�H��(�(�
�������r'c��t|j|�}tj||j|j
�yrB)r�r�rr�r�r�r�s     r%�_handle_only_binaryr��s7��#�6�=�=�&�9�H��(�(�
�������r'c	�f�tt�t��}tdddtd|d��S)Nz--no-binaryr7r�rvavDo not use binary packages. Can be supplied multiple times, and each time adds to the existing value. Accepts either ":all:" to disable all binary packages, ":none:" to empty the set (notice the colons), or one or more package names with commas between them (no colons). Note that some packages are tricky to compile and may fail to install when this option is used on them.�rUrVr�rkr[rT)rr6rr��r7s r%r�r��s7��"�3�5�#�%�0�N���
��"�
��D�
�
r'c	�f�tt�t��}tdddtd|d��S)Nz
--only-binaryr7r�rvaKDo not use source packages. Can be supplied multiple times, and each time adds to the existing value. Accepts either ":all:" to disable all source packages, ":none:" to empty the set, or one or more package names with commas between them. Packages without binary distributions will fail to install when this option is used on them.r�)rr6rr�r�s r%r�r�s6��"�3�5�#�%�0�N���
��$�
��"�
�
r'z
--platformr3�platformr�z�Only use wheels compatible with <platform>. Defaults to the platform of the running system. Use this option multiple times to specify multiple platforms supported by the target interpreter.r�c���|sy|jd�}t|�dkDryt|�dk(r|d}t|�dkDr
|d|ddg}	td�|D��}|dfS#t$rYy	wxYw)
z�
    Convert a version string like "3", "37", or "3.7.3" into a tuple of ints.

    :return: A 2-tuple (version_info, error_msg), where `error_msg` is
        non-None if and only if there was a parsing error.
    )NN�.�)rSz'at most three version parts are allowed�rNc3�2K�|]}t|����y�wrB)ry)�.0�parts  r%�	<genexpr>z*_convert_python_version.<locals>.<genexpr>:s����9�5�4�S��Y�5�s�)rSz$each version part must be an integer)r#�len�tuple�
ValueError)r@�parts�version_infos   r%�_convert_python_versionr�$s������K�K���E�
�5�z�A�~�>�
�5�z�Q���a����u�:��>��1�X�u�Q�R�y�)�E�<��9�5�9�9��
�$�����<�;�<�s�A&�&	A2�1A2c�r�t|�\}}|�d|�d|��}t|||��||j_y)z3
    Handle a provided --python-version value.
    Nz invalid --python-version value: z: �rr)r�r&r�r2)rr�r@rr��	error_msgrs       r%�_handle_python_versionr�AsC��6�e�<��L�)���0��	��I�;�G���6�&�c�:�#/�F�M�M� r'z--python-versionr2a�    The Python interpreter version to use for wheel and "Requires-Python"
    compatibility checks. Defaults to a version derived from the running
    interpreter. The version can be specified using up to three dot-separated
    integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor
    version can also be given as a string without dots (e.g. "37" for 3.7.0).
    )rUrnrVr�rkr[rTz--implementationr5z�Only use wheels compatible with Python implementation <implementation>, e.g. 'pp', 'jy', 'cp',  or 'ip'. If not specified, then the current interpreter implementation is used.  Use 'py' to force implementation-agnostic wheels.z--abir4�abiaLOnly use wheels compatible with Python abi <abi>, e.g. 'pypy_41'. If not specified, then the current interpreter abi tag is used. Use this option multiple times to specify multiple abis supported by the target interpreter. Generally you will need to specify --implementation, --platform, and --python-version when using this option.�cmd_optsc���|jt��|jt��|jt��|jt	��yrB)r,r3r2r5r4)r�s r%�add_target_python_optionsr��sD�����	��$�����(�)�����(�)������r'c�t�t|j|j|j|j��}|S)N)r3�py_version_infor4r5)rr3r2r4r5)r+�
target_pythons  r%�make_target_pythonr��s6�� ��#�#��.�.�
�\�\��-�-�	�M��r'c�"�tddddd��S)Nz--prefer-binary�
prefer_binaryrYFzSPrefer binary packages over source packages, even if the source packages are newer.rZr�rSr'r%r�r��s ����
���
)�
	�	r'z--cache-dir�	cache_dirzStore the cache data in <dir>.)rUr[rnrkrTc��|�	t|�d|j_y#t$r!}t||t|���Yd}~�7d}~wwxYw)z�
    Process a value provided for the --no-cache-dir option.

    This is an optparse.Option callback for the --no-cache-dir option.
    Nr�F)rr�r&rvr�r�)rr?r@r�excs     r%�_handle_no_cache_dirr��sM��
��	D��e��$�F�M�M����	D��v�f�#�c�(�C�C��	D�s�!�	A�A�Az--no-cache-dirzDisable the cache.)rUrVr�rT�no_cachez	--no-depsz--no-dependenciesr8z#Don't install package dependencies.�no_depsz--ignore-requires-python�ignore_requires_pythonz'Ignore the Requires-Python information.z--no-build-isolation�build_isolation�store_falseTz�Disable isolation when building a modern source distribution. Build dependencies specified by PEP 518 must be already installed if this option is used.�no_build_isolationz--check-build-dependencies�check_build_depsz1Check the build dependencies when PEP517 is used.c��|�d}t|||��d}td�|D��s#ddj|��d�}t|||��d	|j_y)
z�
    Process a value provided for the --no-use-pep517 option.

    This is an optparse.Option callback for the no_use_pep517 option.
    Na0A value was passed for --no-use-pep517,
        probably using either the PIP_NO_USE_PEP517 environment variable
        or the "no-use-pep517" config file option. Use an appropriate value
        of the PIP_USE_PEP517 environment variable or the "use-pep517"
        config file option instead.
        r�)�
setuptools�wheelc3�ZK�|]#}tjj|����%y�wrB)�	importlib�util�	find_spec)r��packages  r%r�z(_handle_no_use_pep517.<locals>.<genexpr>s ����I��W�y�~�~�'�'��0��s�)+z2It is not possible to use --no-use-pep517 without z and z installed.F)r&�allr"r��
use_pep517)rr?r@rr�packagess      r%�_handle_no_use_pep517r��sp��
����	�6�&�c�:�'�H��I��I�I���|�|�H�-�.�k�
;�	�	�6�&�c�:� %�F�M�M�r'z--use-pep517r�z^Use PEP 517 for building source distributions (use --no-use-pep517 to force legacy behaviour).z--no-use-pep517)rUrVr�r[rT�
no_use_pep517c�d�|jd�\}}}|dk7r|jd|�d��t|j|j�}|�#i}t|j|j|�||vr3t
||t�r||j|�y|||g||<y|||<y)N�=�
Arguments to z must be of the form KEY=VAL)	�	partitionr$r�r�rUr��
isinstance�listr�)rr�r@r�key�sep�valrUs        r%�_handle_config_settingsr�5s����O�O�C�(�M�C��c�
�c�z����}�W�I�-I�J�K��6�=�=�&�+�+�.�D��|�����
�
�v�{�{�D�1�
�d�{��d�3�i��&���I���S�!��c��C�(�D��I���S�	r'z-Cz--config-settings�config_settings�settingsz�Configuration settings to be passed to the PEP 517 build backend. Settings take the form KEY=VALUE. Use multiple --config-settings options to pass multiple keys to the backend.)rUrkrVr�rnrTz--build-option�
build_optionsz9Extra arguments to be supplied to 'setup.py bdist_wheel'.)rUrnrVrTz--global-option�global_optionszcExtra global options to be supplied to the setup.py call before the install or bdist_wheel command.)rUrVrnrTz
--no-cleanz!Don't clean up build directories.)rVr[rT�no_cleanz--prezYInclude pre-release and development versions. By default, pip only finds stable versions.�prez--disable-pip-version-check�disable_pip_version_checkz{Don't periodically check PyPI to determine whether a new version of pip is available for download. Implied with --no-index.z--root-user-action�root_user_action�warn�ignorezBAction if pip is run as a root user [warn, ignore] (default: warn))rUr[rlrTc��|jjsi|j_	|jdd�\}}t
vr4|j	dj
|djt
���|jjj|g�j�y#t$r|j	d|�d��Y��wxYw)zkGiven a value spelled "algo:digest", append the digest to a list
    pointed to in a dict by the algo name.�:r�r�zE must be a hash name followed by a value, like --hash=sha256:abcde...z&Allowed hash algorithms for {} are {}.z, N)
r��hashesr#r�r$r�formatr"�
setdefaultr�)rr�r@r�algo�digests      r%�_handle_merge_hashr�s���
�=�=���!��
�
��
��{�{�3��*���f��=� ����4�;�;�����=�1�
�	
�
�M�M���#�#�D�"�-�4�4�V�<���
�����G�9�%�
�	
�
�s�B0�0C�Cz--hashr�stringzgVerify that the package's archive matches this hash before installing. Example: --hash=sha256:abcdef...)rUrVr�rkrT�hashz--require-hashes�require_hashesz�Require a hash to check each requirement against, for repeatable installs. This option is implied when any package in a requirements file has a --hash option.z--pathz^Restrict to the specified installation path for listing packages (can be used multiple times).)rUrkrVrT�	list_pathc�d�|jr$|js|jrtd��yy)Nz2Cannot combine '--path' with '--user' or '--local')rD�user�localr)r+s r%�check_list_path_optionr�s(���|�|��������O�P�P�*7�|r'z	--exclude�excludesr�rLz)Exclude specified package from the output)rUrVrnrkrT�list_excludez--no-python-version-warning�no_python_version_warningz>Silence deprecation warnings for upcoming unsupported Pythons.�
truststorezno-binary-enable-wheel-cachez
--use-feature�features_enabled�featurez	fast-depsz<Enable new functionality, that may be backward incompatible.)rUrnrVr[rlrT�use_new_featurez--use-deprecated�deprecated_features_enabledzlegacy-resolverzlegacy-certszDEnable deprecated functionality, that will be removed in the future.�use_deprecated_featurezGeneral Options)r*r+�
general_groupzPackage Index Options�index_group)F)��__doc__�importlib.utilr��loggingrCr �	functoolsr�optparserrrrrr	�typingr
rrr
r�pip._vendor.packaging.utilsr�pip._internal.cli.parserr�pip._internal.exceptionsr�pip._internal.locationsrr�#pip._internal.models.format_controlr�pip._internal.models.indexr�"pip._internal.models.target_pythonr�pip._internal.utils.hashesr�pip._internal.utils.miscr�	getLoggerrM�loggerrvr&r.�boolr>rGrIrKrW�__annotations__rXr\r^r_r`rarcrdrerfrmrorprurxr|r�r�r��
simple_urlr�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r3ryr�r�r2r5r4r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�rrrr
rrrrr�ALWAYS_ENABLED_FEATURESrrrrrSr'r%�<module>r4sW
�����	���M�M��7�7�9�7�1�B�=�+�;�4�.�	��	�	�8�	$���|��V��#��$��	�T�#�s�(�^�	�5G�	�K�	�%�F�%�$�%�4�%�P%�v�%�C�%��%��%�$�v�$�C�$��$��$�.��.� '�
���	��	�
 ��x��V����%,�
�
�	���	-�
%�
�H�S�&�[�!�
�(/�
��	���	�
(�
�x��V��$�
�-4�
���	���	(�-��H�S�&�[�)��6=�
��	&��	H�6��X�c�6�k�2��!(�
��	�	9�	!����f����")�
���	��
�	O�"���#�v�+�	��#*�
��	���	#�
#��(�3��;�
��")�
���	��	!�
"���#�v�+�	�� '�
��
�	��
�	� ��x��V����'.�
��	�	� ��	W�'��h�s�F�{�#��%�
����	��	�	+�	��X�c�6�k��	�#*�
��	���	'�#��(�3��;�
��+2�
��	�8��	�+��(�3��;�'�� '�
�
�	�	��	P�
 ��x��V����")�
��	�	�
�
 �
"���#�v�+�	��")�
����	�	��	=�	"���#�v�+�	�	��v��&�
��	�	��	 ���h�s�F�{���&-�
��	�	���
5�	&��X�c�6�k�
"�	�$+�
����	���O�O�
�$�	�8�C��K� ��
��
�#*�
��	���	L�
#��(�3��;�
��
�F�
� 	�f�	�
�V�
�
�f�
��&��/��/��/�S�/�,�/�SW�/�
%�
�����	�	�����
�
>���X�c�6�k���$(��(��(�3�(�
��� ��),��6B��	����� ��),��6B��	���6��$�V��$$+�
��	����	J�$�	�8�C��K� ��  �3� �5��s�C�x��(�3�-�1O�+P� �:0��0� �0�),�0�6B�0�	�0�)0�
��	���
#�	��	�	�
�)����f��%��*)0�
��	���	*�
)����f��%�
� &�
��	����	���h�s�F�{���$ �� �� ����<��
�v�
�$+�
��	���	�	)�$�	�8�C��K� ��$��$��$�%(�$�2>�$�	�$�:#*�
��	��
!�	�
#��(�3��;�
��")�
���	���	.�"���#�v�+�	��18�
��	!��	2�1����f��-��-4�
��	���
�
	-��H�S�&�[�)�	�+2�
� �	���	<�
+��(�3��;�'�� %�� %�� %�%(� %�2>� %�	� %�F�
��	���
7�
�
�C���
��	��
"��	��
�s����� ��),��6B��	��&*1�
���	�	��
$��
,�*���#�v�+�&��(/�
��	���	D�
(�
�x��V��$��)0�
��	���
6�
)����f��%��#*�
����	,�#��(�3��;�
��%�
����
&���X�c�6�k���4;�
�!�	$���
A�
4��8�C��K�0��+2�
��	��
�X��	M�
+��(�3��;�'��=��=� �=�),�=�6B�=�	�=�0&�
��
��
�	�
?���h�s�F�{���)0�
��	���
-�
	)����f��%�	�$+�
��	�	��
-�
$�	�8�C��K� ��Q�F�Q�t�Q�
'.�
��	���	�	4�'��h�s�F�{�#��4;�
�!�	$���	I�
4��8�C��K�0���"���
*1�
��	�����
��
�
H�*���#�v�+�&��18�
��	&������
�Q�1����f��-��(
�
�������
����
���������!��!���3�!�
�t�C��H�~��@
$�����	���T�#�s�(�^�r'

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists