Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/self/root/lib64/python3.8/importlib/__pycache__/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/lib64/python3.8/importlib/__pycache__/metadata.cpython-38.pyc

U

e5d�D�
@s�ddlZddlZddlZddlZddlZddlZddlZddlZddlZddl	Z	ddl
Z
ddlZddlZddl
Z
ddlmZddlmZddlmZddlmZddlmZddd	d
ddd
dddg
ZGdd	�d	e�ZGdd�de
�dd��ZGdd�dej�ZGdd�d�ZGdd�d�ZGdd�de�Z Gdd�d�Z!Gdd�d�Z"Gd d!�d!e �Z#Gd"d#�d#e�Z$d$d
�Z%d%d�Z&d&d�Z'd'd�Z(d(d�Z)d)d
�Z*d*d�Z+dS)+�N)�ConfigParser)�suppress)�
import_module)�MetaPathFinder)�starmap�Distribution�DistributionFinder�PackageNotFoundError�distribution�
distributions�entry_points�files�metadata�requires�versionc@seZdZdZdS)r	zThe package was not found.N)�__name__�
__module__�__qualname__�__doc__�rr�*/usr/lib64/python3.8/importlib/metadata.pyr	%sc@sVeZdZdZe�d�Zdd�Zedd��Z	e
dd��Ze
d	d
��Zdd�Z
d
d�ZdS)�
EntryPointz�An entry point as defined by Python packaging conventions.

    See `the packaging docs on entry points
    <https://packaging.python.org/specifications/entry-points/>`_
    for more information.
    zH(?P<module>[\w.]+)\s*(:\s*(?P<attr>[\w.]+)\s*)?((?P<extras>\[.*\])\s*)?$cCsD|j�|j�}t|�d��}td|�d�p,d�d��}t�t	||�S)z�Load the entry point from its definition. If only a module
        is indicated by the value, return that module. Otherwise,
        return the named object.
        �moduleN�attr��.)
�pattern�match�valuer�group�filter�split�	functools�reduce�getattr)�selfrr�attrsrrr�loadGszEntryPoint.loadcCs(|j�|j�}tt�d|�d�p"d��S)Nz\w+�extrasr)rrr�list�re�finditerr)r%rrrrr(QszEntryPoint.extrascs��fdd����D�S)Ncs,g|]$}��|�D]\}}�|||��qqSr��items)�.0r�namer��cls�configrr�
<listcomp>Xs�z+EntryPoint._from_config.<locals>.<listcomp>)�sectionsr0rr0r�_from_configVs�zEntryPoint._from_configcCsNtdd�}t|_z|�|�Wn$tk
rB|�t�|��YnXt�	|�S)N�=)Z
delimiters)
r�strZoptionxformZread_string�AttributeErrorZreadfp�io�StringIOrr5)r1�textr2rrr�
_from_text^s
zEntryPoint._from_textcCst|j|f�S)zO
        Supply iter so one may construct dicts of EntryPoints easily.
        )�iterr/�r%rrr�__iter__jszEntryPoint.__iter__cCs|j|j|j|jffS�N)�	__class__r/rrr>rrr�
__reduce__ps�zEntryPoint.__reduce__N)rrrrr*�compilerr'�propertyr(�classmethodr5r<r?rBrrrrr)s�



rZEntryPointBasezname value groupc@s*eZdZdZd
dd�Zdd�Zdd�Zd	S)�PackagePathz"A reference to a path in a package�utf-8c
Cs0|��j|d��}|��W5QR�SQRXdS)N��encoding��locate�open�read)r%rI�streamrrr�	read_textzszPackagePath.read_textc
Cs.|���d��}|��W5QR�SQRXdS)N�rbrJ)r%rNrrr�read_binary~szPackagePath.read_binarycCs|j�|�S)z'Return a path-like object for this path)�dist�locate_filer>rrrrK�szPackagePath.locateN)rG)rrrrrOrQrKrrrrrFws
rFc@seZdZdd�Zdd�ZdS)�FileHashcCs|�d�\|_}|_dS)Nr6)�	partition�moder)r%�spec�_rrr�__init__�szFileHash.__init__cCsd�|j|j�S)Nz<FileHash mode: {} value: {}>)�formatrVrr>rrr�__repr__�szFileHash.__repr__N)rrrrYr[rrrrrT�srTc@s�eZdZdZejdd��Zejdd��Zedd��Z	edd	��Z
ed
d��Zedd
��Z
edd��Zedd��Zedd��Zedd��Zdd�Zdd�Zedd��Zdd�Zdd�Zed d!��Zed"d#��Zed$d%��Zd&S)'rzA Python distribution package.cCsdS)z�Attempt to load metadata file given by the name.

        :param filename: The name of the file in the distribution info.
        :return: The text if found, otherwise None.
        Nr�r%�filenamerrrrO�szDistribution.read_textcCsdS)z[
        Given a path to a file in this distribution, return a path
        to it.
        Nr�r%�pathrrrrS�szDistribution.locate_filecCsD|��D].}|tj|d��}t|d�}|dk	r|Sqt|��dS)afReturn the Distribution for the given package name.

        :param name: The name of the distribution package to search for.
        :return: The Distribution instance (or subclass thereof) for the named
            package, if found.
        :raises PackageNotFoundError: When the named package's distribution
            metadata cannot be found.
        �r/N)�_discover_resolversr�Context�nextr	)r1r/�resolverZdistsrRrrr�	from_name�s


zDistribution.from_namecsJ|�dd���r|rtd���p*tjf|��tj��fdd�|��D��S)aReturn an iterable of Distribution objects for all packages.

        Pass a ``context`` or pass keyword arguments for constructing
        a context.

        :context: A ``DistributionFinder.Context`` object.
        :return: Iterable of Distribution objects for all packages.
        �contextNz cannot accept context and kwargsc3s|]}|��VqdSr@r)r.rd�rfrr�	<genexpr>�s�z(Distribution.discover.<locals>.<genexpr>)�pop�
ValueErrorrrb�	itertools�chain�
from_iterablera)r1�kwargsrrgr�discover�s
�zDistribution.discovercCstt�|��S)z�Return a Distribution for the indicated metadata path

        :param path: a string or path-like object
        :return: a concrete Distribution instance for the path
        )�PathDistribution�pathlib�Path)r_rrr�at�szDistribution.atcCsdd�tjD�}td|�S)z#Search the meta_path for resolvers.css|]}t|dd�VqdS)�find_distributionsN)r$)r.�finderrrrrh�s�z3Distribution._discover_resolvers.<locals>.<genexpr>N)�sys�	meta_pathr )Zdeclaredrrrra�s�z Distribution._discover_resolverscCs(|�d�p|�d�p|�d�}t�|�S)z�Return the parsed metadata for this Distribution.

        The returned object will have keys that name the various bits of
        metadata.  See PEP 566 for details.
        ZMETADATAzPKG-INFOr)rO�emailZmessage_from_string�r%r;rrrr�s
��zDistribution.metadatacCs
|jdS)z;Return the 'Version' metadata for the distribution package.ZVersion)rr>rrrr�szDistribution.versioncCst�|�d��S)Nzentry_points.txt)rr<rOr>rrrr�szDistribution.entry_pointscs6���p���}d�fdd�	}|o4tt|t�|���S)aBFiles in this distribution.

        :return: List of PackagePath for this distribution or None

        Result is `None` if the metadata file that enumerates files
        (i.e. RECORD for dist-info or SOURCES.txt for egg-info) is
        missing.
        Result may be empty if the metadata exists but is empty.
        Ncs6t|�}|rt|�nd|_|r&t|�nd|_�|_|Sr@)rFrT�hash�int�sizerR)r/rzZsize_str�resultr>rr�	make_file�s
z%Distribution.files.<locals>.make_file)NN)�_read_files_distinfo�_read_files_egginfor)r�csv�reader)r%Z
file_linesr~rr>rr
�szDistribution.filescCs|�d�}|o|��S)z*
        Read the lines of RECORD
        ZRECORD)rO�
splitlinesryrrrrs
z!Distribution._read_files_distinfocCs|�d�}|otdj|���S)z`
        SOURCES.txt might contain literal commas, so wrap each line
        in quotes.
        zSOURCES.txtz"{}")rO�maprZr�ryrrrr�s
z Distribution._read_files_egginfocCs|��p|��}|ot|�S)z6Generated requirements specified for this Distribution)�_read_dist_info_reqs�_read_egg_info_reqsr))r%ZreqsrrrrszDistribution.requirescCs|j�d�S)Nz
Requires-Dist)rZget_allr>rrrr�sz!Distribution._read_dist_info_reqscCs|�d�}|o|�|�S)Nzrequires.txt)rO�_deps_from_requires_text)r%�sourcerrrr� s
z Distribution._read_egg_info_reqscCs4|�|���}dd�t�|t�d��D�}|�|�S)NcSs&i|]\}}|ttt�d�|���qS)�line)r)r��operator�
itemgetter)r.�sectionZresultsrrr�
<dictcomp>'s�z9Distribution._deps_from_requires_text.<locals>.<dictcomp>r�)�_read_sectionsr�rk�groupbyr�r��%_convert_egg_info_reqs_to_simple_reqs)r1r�Z
section_pairsr4rrrr�$s
�z%Distribution._deps_from_requires_textccs<d}td|�D](}t�d|�}|r.|�d�}qt�VqdS)Nz	\[(.*)\]$�)r r*rr�locals)�linesr�r�Z
section_matchrrrr�.s
zDistribution._read_sectionsc#sBdd���fdd�}|��D] \}}|D]}|||�Vq(qdS)a�
        Historically, setuptools would solicit and store 'extra'
        requirements, including those with environment markers,
        in separate sections. More modern tools expect each
        dependency to be defined separately, with any relevant
        extras and environment markers attached directly to that
        requirement. This method converts the former to the
        latter. See _test_deps_from_requires_text for an example.
        cSs|odj|d�S)Nzextra == "{name}"r`)rZr`rrr�make_conditionCszJDistribution._convert_egg_info_reqs_to_simple_reqs.<locals>.make_conditioncsX|pd}|�d�\}}}|r,|r,dj|d�}ttd|�|�g��}|rTdd�|�SdS)Nr�:z({markers}))�markersz; z and )rUrZr)r �join)r�Zextra�sepr�Z
conditions�r�rr�parse_conditionFszKDistribution._convert_egg_info_reqs_to_simple_reqs.<locals>.parse_conditionNr,)r4r�r�ZdepsZdeprr�rr�8s
z2Distribution._convert_egg_info_reqs_to_simple_reqsN)rrrr�abc�abstractmethodrOrSrErero�staticmethodrsrarDrrrr
rr�rr�r�r�r�r�rrrrr�sB











	
	c@s2eZdZdZGdd�d�Zeje�fdd��ZdS)rzJ
    A MetaPathFinder capable of discovering installed distributions.
    c@s(eZdZdZdZdd�Zedd��ZdS)zDistributionFinder.Contextaw
        Keyword arguments presented by the caller to
        ``distributions()`` or ``Distribution.discover()``
        to narrow the scope of a search for distributions
        in all DistributionFinders.

        Each DistributionFinder may expect any parameters
        and should attempt to honor the canonical
        parameters defined below when appropriate.
        NcKst|��|�dSr@)�vars�update)r%rnrrrrYjsz#DistributionFinder.Context.__init__cCst|��dtj�S)z�
            The path that a distribution finder should search.

            Typically refers to Python package paths and defaults
            to ``sys.path``.
            r_)r��getrvr_r>rrrr_mszDistributionFinder.Context.path)rrrrr/rYrDr_rrrrrbXs
rbcCsdS)z�
        Find distributions.

        Return an iterable of all Distribution instances capable of
        loading the metadata for packages matching the ``context``,
        a DistributionFinder.Context instance.
        Nr)r%rfrrrrtwsz%DistributionFinder.find_distributionsN)rrrrrbr�r�rtrrrrrSsc@s@eZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�Zdd
�Z	dS)�FastPathzF
    Micro-optimized class for searching a path for
    children.
    cCs||_tj�|���|_dSr@)�root�osr_�basename�lower�base)r%r�rrrrY�szFastPath.__init__cCst�|j|�Sr@)rqrrr�)r%�childrrr�joinpath�szFastPath.joinpathc
CsTtt��t�|jpd�W5QR�SQRXtt��|��W5QR�SQRXgS)Nr)r�	Exceptionr��listdirr��zip_childrenr>rrr�children�s

"
zFastPath.childrencCs2t�|j�}|j��}|j|_t�dd�|D��S)Ncss |]}|�tjd�dVqdS)r�rN)r!�	posixpathr�)r.r�rrrrh�s�z(FastPath.zip_children.<locals>.<genexpr>)�zipfilerrr�Znamelistr��dict�fromkeys)r%Zzip_path�namesrrrr��s

�zFastPath.zip_childrencCs&|j}||jkp$|�|j�o$|�d�S)N�.egg)r��versionless_egg_name�
startswith�prefix�endswith)r%�searchr�rrr�is_egg�s

�zFastPath.is_eggccsZ|��D]L}|��}||jksH|�|j�r6|�|j�sH|�|�r|dkr|�|�VqdS)Nzegg-info)	r�r��
exact_matchesr�r�r��suffixesr�r�)r%r/r�Zn_lowrrrr��s

�
���zFastPath.searchN)
rrrrrYr�r�r�r�r�rrrrr��s
r�c@s6eZdZdZdZdZdZdgdd�ZdZdd�Z	dS)�PreparedzE
    A prepared search for metadata on a possibly-named package.
    r)z
.dist-infoz	.egg-infoNrcsV|�_|dkrdS|���dd��_�jd�_�fdd��jD��_�jd�_dS)N�-rXcsg|]}�j|�qSr)�
normalized)r.�suffixr>rrr3�sz%Prepared.__init__.<locals>.<listcomp>r�)r/r��replacer�r�r�r�r�)r%r/rr>rrY�s
�zPrepared.__init__)
rrrrr�r�r�r�r�rYrrrrr��sr�c@s,eZdZee��fdd��Zedd��ZdS)�MetadataPathFindercCs|�|j|j�}tt|�S)a 
        Find distributions.

        Return an iterable of all Distribution instances capable of
        loading the metadata for packages matching ``context.name``
        (or all names if ``None`` indicated) along the paths in the list
        of directories ``context.path``.
        )�
_search_pathsr/r_r�rp)r1rf�foundrrrrt�s
z%MetadataPathFinder.find_distributionscs tj��fdd�tt|�D��S)z1Find metadata directories in paths heuristically.c3s|]}|�t���VqdSr@)r�r�)r.r_r`rrrh�s�z3MetadataPathFinder._search_paths.<locals>.<genexpr>)rkrlrmr�r�)r1r/�pathsrr`rr��s�z MetadataPathFinder._search_pathsN)rrrrErrbrtr�rrrrr��sr�c@s.eZdZdd�Zdd�Zejje_dd�ZdS)rpcCs
||_dS)z�Construct a distribution from a path to the metadata directory.

        :param path: A pathlib.Path or similar object supporting
                     .joinpath(), __div__, .parent, and .read_text().
        N)�_pathr^rrrrY�szPathDistribution.__init__c
Cs<tttttt��"|j�|�jdd�W5QR�SQRXdS)NrGrH)	r�FileNotFoundError�IsADirectoryError�KeyError�NotADirectoryError�PermissionErrorr�r�rOr\rrrrO�s
�zPathDistribution.read_textcCs|jj|Sr@)r��parentr^rrrrS�szPathDistribution.locate_fileN)rrrrYrOrrrSrrrrrp�s
rpcCs
t�|�S)z�Get the ``Distribution`` instance for the named package.

    :param distribution_name: The name of the distribution package as a string.
    :return: A ``Distribution`` instance (or subclass thereof).
    )rre�Zdistribution_namerrrr
�scKstjf|�S)z|Get all ``Distribution`` instances in the current environment.

    :return: An iterable of ``Distribution`` instances.
    )rro)rnrrrr�scCst�|�jS)z�Get the metadata for the named package.

    :param distribution_name: The name of the distribution package to query.
    :return: An email.Message containing the parsed metadata.
    )rrerr�rrrrscCs
t|�jS)z�Get the version string for the named package.

    :param distribution_name: The name of the distribution package to query.
    :return: The version string for the package as defined in the package's
        "Version" metadata key.
    )r
rr�rrrrscCsHtj�dd�t�D��}t�d�}t||d�}t�||�}dd�|D�S)zwReturn EntryPoint objects for all installed packages.

    :return: EntryPoint objects for all installed packages.
    css|]}|jVqdSr@)r)r.rRrrrrhszentry_points.<locals>.<genexpr>r)�keycSsi|]\}}|t|��qSr)�tuple)r.r�epsrrrr�s�z entry_points.<locals>.<dictcomp>)rkrlrmrr��
attrgetter�sortedr�)r�Zby_groupZorderedZgroupedrrrrs�
�cCs
t|�jS)z�Return a list of files for the named package.

    :param distribution_name: The name of the distribution package to query.
    :return: List of files composing the distribution.
    )r
r
r�rrrr
%scCs
t|�jS)z�
    Return a list of requirements for the named package.

    :return: An iterator of requirements, suitable for
    packaging.requirement.Requirement.
    )r
rr�rrrr.s),r9r�r*r�r�rvrxrqr�r�r"rkr��collectionsZconfigparserr�
contextlibr�	importlibr�
importlib.abcrr�__all__�ModuleNotFoundErrorr	�
namedtuplerZ
PurePosixPathrFrTrrr�r�r�rpr
rrrrr
rrrrr�<module>sb�

�NE/0		
	

Hacked By AnonymousFox1.0, Coded By AnonymousFox