관리-도구
편집 파일: __init__.cpython-36.pyc
3 K�Re�� � ^ @ s� d Z ddlmZ ddlZddlZddlZddlZddlZddlZddl Z ddl Z ddlZddlZddl Z ddlZddlZddlZddlZddlZddlZddlZddlZddlZddlZddlZddlmZ yddlZW n ek r� ddlZY nX ddlmZ ddl m!Z!m"Z"m#Z# ddlm$Z$ yddlm%Z%m&Z&m'Z' d Z(W n ek �rX d Z(Y nX ddlm)Z* ddl+m,Z,m-Z- yddl.j/Z0e0j1 W n ek �r� dZ0Y nX d dl2m3Z3 ddlm4Z4 ddlm5Z5 e6d� e6d� e6d� e6d� d�ej7 k �o d�k n �re8d��ej9�r dZ:dZ;dZ<dZ=dZ>dZ?dZ@dZAdZBdZCdZDdZEdZFdZGdZHdZIdZJdZKdZLG dd� deM�ZNG dd� deO�ZPG dd� dePe5jQjR�ZSG dd� dePe5jQjT�ZUdd � ZVi ZWd!d"� ZXd#d$� ZYd%d&� ZZd'd(� Z[d)d*� Z\d+d,� Z]d-d.� Z^d/d0� Z_Z`d1d2� Zad3d4d5d6d7d8d9d:d;d<d=d>d?d@dAdBdCdDdEdFdGdHdIdJdKdLdMdNdOdPdQdRddSd dTdUdVdWdXdYdZd[d\d]d^d_d`dadbdcdddedfdgdhdidjdkdldmdndodpdqdrdsdtdudvgFZbG dwdN� dNec�ZdG dxdO� dOed�ZeG dydz� dzee�ZfG d{dP� dPed�ZgG d|dQ� dQed�Zhi ZiejQdd� ZjdZkd}Zld ZmdZn�d Zod~dr� Zpdd5� Zqg fd�d��Zrd�d�� Zsd�d�� Ztejud��Zvejud��ZwetZxd�dW� Zyd�d4� ZzezZ{d�d6� Z|d�d7� Z}�dd�d8�Z~d�d9� ZG d�de� de�Z�G d�df� dfe��Z�G d�dI� dIeO�Z�G d�d�� d�e��Z�G d�dH� dHeO�Z�e�Z�G d�dR� dRe8�Z�G d�dJ� dJ�Z�d�dG� Z�d�dT� Z�d�dU� Z�d�dZ� Z�d�d[� Z�d�d\� Z��dd�d]�Z�G d�dl� dl�Z�epeOe�� G d�dm� dme��Z�G d�dn� dne��Z�e�j�� G d�dj� dje��Z�e�� Z�G d�d�� d�e��Z�G d�d�� d�e��Z�G d�do� doe��Z�epe j�e�� G d�dg� dge��Z�G d�dh� dhe��Z�G d�di� die��Z�eXd�i d�� d�dp� Z��dd�dD�Z��dd�d��Z�e�e j�e�� �dd�d��Z�e�eOe�� d�d�� Z��dd�d��Z�d�d�� Z�G d�d�� d��Z�d�d�� Z�d�d�� Z�d�d�� Z�d�d�� Z�e�ej�e�� e�e0d���r�e�e0j�e�� eXd�i d eXd�i dÍ d�dq� Z�d�dƄ Z�d�dȄ Z�d�dA� Z��dd�ds�Z�d�d̄ Z�e�ej�e�� e�e j�e�� e�e0d���r2e�e0j�e�� d�d΄ Z�e�eOe�� d�d_� Z�i fd�dфZ�d�dӄ Z�d�dՄ Z�d�dׄ Z�d�dX� Z�ejudكj�Z�ejud�ej�ej�B �j�Z�G d�dM� dMeO�Z�d�d݄ Z�d�d߄ Z�G d�dK� dKeO�Z�G d�d� d�e��Z�G d�d� d�e��Z�e�e�e�d�Z�d�d� Z�G d�d� d�eƃZ�d�dS� Z�G d�dL� dLe5j�jʃZ�d�d� Z�d�d� Z�d�d^� Z�d�d� Z�d�dY� Z�d�d�� Z�ej�d�eNd d�� d�d�� Z�e�eӃ fd�d���Z�e�d�d�� �Z�dS ( aZ Package resource API -------------------- A resource is a logical file contained within a package, or a logical subdirectory thereof. The package resource API expects resource names to have their path parts separated with ``/``, *not* whatever the local path separator is. Do not use os.path operations to manipulate resource names being passed into the API. The package resource API is designed to work with normal filesystem packages, .egg files, and unpacked .egg files. It can also work in a limited way with .zip files and with custom PEP 302 loaders that support the ``get_data()`` method. � )�absolute_importN)�get_importer)�six)�urllib�map�filter)�utime)�mkdir�rename�unlinkTF)�open)�isdir�split� )� py31compat)�appdirs)� packagingz&pkg_resources.extern.packaging.versionz)pkg_resources.extern.packaging.specifiersz+pkg_resources.extern.packaging.requirementsz&pkg_resources.extern.packaging.markers� zPython 3.3 or later is requiredc @ s e Zd ZdZdS )� PEP440Warningza Used when there is an issue with a version or specifier not complying with PEP 440. N)�__name__� __module__�__qualname__�__doc__� r r ��/builddir/build/BUILDROOT/alt-python36-setuptools-38.5.2-7.el8.x86_64/opt/alt/python36/lib/python3.6/site-packages/pkg_resources/__init__.pyr n s r c st e Zd Z� fdd�Z� fdd�Z� fdd�Z� fdd�Z� fd d �Z� fdd�Z� fd d�Z dd� Z dd� Z� ZS )�_SetuptoolsVersionMixinc s t t| �j� S )N)�superr �__hash__)�self)� __class__r r r v s z _SetuptoolsVersionMixin.__hash__c s* t |t�rt| �|k S tt| �j|�S d S )N)� isinstance�tupler r �__lt__)r �other)r r r r"