�PNG  IHDR��;���IDATx��ܻn�0���K�� �)(�pA��� ���7�LeG{�� �§㻢|��ذaÆ 6lذaÆ 6lذaÆ 6lom��$^�y���ذag�5bÆ 6lذaÆ 6lذa{���� 6lذaÆ �`����}H�Fkm�,�m����Ӫ���ô�ô!� �x�|'ܢ˟;�E:���9�&ᶒ�}�{�v]�n&�6� �h��_��t�ڠ͵-ҫ���Z;��Z$�.�P���k�ž)�!��o���>}l�eQfJ�T��u і���چ��\��X=8��Rن4`Vw�l�>����n�G�^��i�s��"ms�$�u��i��?w�bs[m�6�K4���O���.�4��%����/����b�C%��t ��M�ז� �-l�G6�mrz2���s�%�9��s@���-�k�9�=���)������k�B5����\��+͂�Zsٲ ��Rn��~G���R���C����� �wIcI��n7jJ���hۛNCS|���j0��8y�iHKֶۛ�k�Ɉ+;Sz������L/��F�*\��Ԕ�#"5��m�2��[S��������=�g��n�a�P�e�ғ�L�� lذaÆ 6l�^k��̱aÆ 6lذaÆ 6lذa;���� �_��ذaÆ 6lذaÆ 6lذaÆ ���R���IEND�B` 3 . gZ@�@sndZddlmZddlmZddlmZmZmZddl Z ddl m Z m Z m Z mZddlmZddlmZmZdd lmZd d �Zd d �Zd�dd�Zeedddddd�Zeedddddd�Zeeddddded�Zeeddd d!dd"d�Zeed#d$d%dd&d�Zeed'd(d)d!dd*d�Zeed+d,d-d.d/d0d1�Zeed2d3dded�Z eed4d5d6d7d8d9�Z!eed:d;dd9�Z"eed?d@dAdBdCdDdEdF�Z#eedGdHd6d7ed9�Z$eedIdJd6d7ed9�Z%dKdL�Z&eedMdNd6d/dOdP�Z'eedQdRd6dd/dSdT�Z(eedUdVdWdXdYej)dZd[�Z*d\d]�Z+eed^d_ddd`d�Z,dadb�Z-dcdd�Z.eededfdded�Z/dgdh�Z0eedidfdjded�Z1dkdl�Z2eedmdndjded�Z3eedodpdddqd�Z4drds�Z5dtdu�Z6dvdw�Z7eedxdydzd{d|d}ed~d[� Z8eedd�dd�ed�Z9eed�d�djd�d�d�Z:d�d��Z;d�d��Zd�d��Z?eed�d�ed}d�d��Z@eed�d�djd�d�ZAeed�d�d�ddd�d�ZBeed�d�d�d�d�d}d�d1�ZCeed�d�dd�d�ZDeed�d�d�d�d�d��ZEeed�d�d�d�d�d��ZFeed�ddd�d��ZGeed�ddd�d��ZHeed�d�ddd�d�ZIeed�d�d�ded�ZJd�d��ZKeed�d�d�eKd�d�d��ZLeed�d�ddd�d�ZMd�eeeeeeee e!e"e#e$e%e&e0e'e(e@eAeIgd��ZNd�e*e+e,e-e4gd��ZOd�eOd�e.e/e1e2e3gd��ZPdS)�aD 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. �)�absolute_import)�partial)� OptionGroup� SUPPRESS_HELP�OptionN)� FormatControl�fmt_ctl_handle_mutual_exclude�fmt_ctl_no_binary�fmt_ctl_no_use_wheel)�PyPI)�USER_CACHE_DIR� src_prefix)� STRONG_HASHEScCs0t||d�}x|dD]}|j|��qW|S)z� Return an OptionGroup object group -- assumed to be dict with 'name' and 'options' keys parser -- an optparse Parser �name�options)rZ add_option)�group�parserZ option_group�option�r� /usr/lib/python3.6/cmdoptions.py�make_option_groupsrcCs|js|j}t|�dS)N)� use_wheel�format_controlr )r�controlrrr�resolve_wheel_no_use_binary$srcsP�dkr |��fdd�}dddg}tt||��rL|j}t|�tjddd �dS) z�Disable wheels if per-setup.py call options are set. :param options: The OptionParser options to update. :param check_options: The options to check, if not supplied defaults to options. Ncs t�|d�S)N)�getattr)�n)� check_optionsrr�getname4sz+check_install_build_global..getnameZ build_options�global_options�install_optionszeDisabling all use of wheels due to the use of --build-options / --global-options / --install-options.�)� stacklevel)�any�maprr �warnings�warn)rrr�namesrr)rr�check_install_build_global*s  r(z-hz--help�helpz Show help.)�dest�actionr)z --isolated� isolated_mode� store_trueFzSRun pip in an isolated mode, ignoring environment variables and user configuration.)r*r+�defaultr)z--require-virtualenvz--require-venvZ require_venvz-vz --verbose�verbose�countzDGive more output. Option is additive, and can be used up to 3 times.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--logz --log-filez --local-log�log�pathz Path to a verbose appending log.)r*�metavarr)z --no-input�no_inputz--proxy�proxy�str�z/src". The default for global installs is "/src".z --use-wheelrTz--no-use-wheelz{Do not Find and prefer wheel archives when searching indexes and find-links locations. DEPRECATED in favour of --no-binary.cCs t||j�S)zGet a format_control object.)rr*)�valuesrrrr�_get_format_control�sr^cCs"t|j|j�}t||j|j�dS)N)rr]r*r� no_binary� only_binary)r�opt_str�valuer�existingrrr�_handle_no_binary�srdcCs"t|j|j�}t||j|j�dS)N)rr]r*rr`r_)rrarbrrcrrr�_handle_only_binary�srec Cs tdddtdtt�t��dd�S)Nz --no-binaryr�callbackr8aRDo 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, or one or more package names with commas between them. Note that some packages are tricky to compile and may fail to install when this option is used on them.)r*r+rfr:r.r))rrdr�setrrrrr_�s  r_c Cs tdddtdtt�t��dd�S)Nz --only-binaryrrfr8aGDo 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*r+rfr:r.r))rrerrgrrrrr`�s  r`z --cache-dir� cache_dirzStore the cache data in .)r*r.r5r)z--no-cache-dirzDisable the cache.z --no-depsz--no-dependenciesZignore_dependenciesz#Don't install package dependencies.z-bz--buildz --build-dirz--build-directory� build_dirz/Directory to unpack packages into and build in.z--ignore-requires-python�ignore_requires_pythonz'Ignore the Requires-Python information.z--install-optionr rIra"Extra arguments to be supplied to the setup.py install command (use like --install-option="--install-scripts=/usr/local/bin"). Use multiple --install-option options to pass multiple options to setup.py install. If you are using an option with a directory path, be sure to use absolute path.)r*r+r5r)z--global-optionrzTExtra global options to be supplied to the setup.py call before the install command.z --no-cleanz!Don't clean up build directories.)r+r.r)z--prezYInclude pre-release and development versions. By default, pip only finds stable versions.z--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-Zz--always-unzip� always_unzipc Cs�|jjsi|j_y|jdd�\}}Wn"tk rF|jd|�YnX|tkrh|jd|djt�f�|jjj|g�j|�dS)zkGiven a value spelled "algo:digest", append the digest to a list pointed to in a dict by the algo name.�:�zTArguments to %s must be a hash name followed by a value, like --hash=sha256:abcde...z&Allowed hash algorithms for %s are %s.z, N) r]�hashes�split� ValueError�errorr�join� setdefaultrI)rrarbrZalgoZdigestrrr� _merge_hashsruz--hashrorf�stringzgVerify that the package's archive matches this hash before installing. Example: --hash=sha256:abcdef...)r*r+rfr:r)z--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.zGeneral Options)rrzPackage Index Optionsz4Package Index Options (including deprecated options))N)Q�__doc__Z __future__r� functoolsrZoptparserrrr%Z pip.indexrrr r Z pip.modelsr Z pip.locationsr r Zpip.utils.hashesrrrr(Zhelp_r,Zrequire_virtualenvr/r1r2r3r6r7r;r>rArBrCrKrLZ simple_urlrMrOrPrQrRrTrUZno_allow_externalrVZno_allow_unsaferWrXrZr[�srcrZ no_use_wheelr^rdrer_r`rhZno_cacheZno_depsrirjr rZno_cleanZprerkrlru�hashrwZ general_groupZnon_deprecated_index_groupZ index_grouprrrr� sr