%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/lib/python3.8/importlib/__pycache__/
Upload File :
Create Path :
Current File : //usr/local/lib/python3.8/importlib/__pycache__/metadata.cpython-38.pyc

U

paD
@sddlZddlZddlZddlZddlZddlZddlZddlZddlZddl	Z	ddl
Z
ddlZddlZddl
Z
ddlmZddlmZddlmZddlmZddlmZddd	d
ddd
dddg
ZGdd	d	eZGddde
ddZGdddejZGdddZGdddZGdddeZ GdddZ!GdddZ"Gd d!d!e Z#Gd"d#d#eZ$d$d
Z%d%dZ&d&dZ'd'dZ(d(dZ)d)d
Z*d*dZ+dS)+N)ConfigParser)suppress)
import_module)MetaPathFinder)starmapDistributionDistributionFinderPackageNotFoundErrordistribution
distributionsentry_pointsfilesmetadatarequiresversionc@seZdZdZdS)r	zThe package was not found.N)__name__
__module____qualname____doc__rr./usr/local/lib/python3.8/importlib/metadata.pyr	%sc@sVeZdZdZedZddZeddZ	e
ddZe
d	d
ZddZ
d
dZdS)
EntryPointzAn 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.
    zF(?P<module>[\w.]+)\s*(:\s*(?P<attr>[\w.]+))?\s*(?P<extras>\[.*\])?\s*$cCsD|j|j}t|d}td|dp,dd}tt	||S)zLoad the entry point from its definition. If only a module
        is indicated by the value, return that module. Otherwise,
        return the named object.
        moduleNattr.)
patternmatchvaluergroupfiltersplit	functoolsreducegetattr)selfrrZattrsrrrloadGszEntryPoint.loadcCs(|j|j}ttd|dp"dS)Nz\w+extrasr)rrrlistrefinditerr)r%rrrrr'QszEntryPoint.extrascsfddDS)Ncs,g|]$}|D]\}}|||qqSritems).0rnamerclsconfigrr
<listcomp>Xsz+EntryPoint._from_config.<locals>.<listcomp>)sectionsr/rr/r_from_configVszEntryPoint._from_configcCsNtdd}t|_z||Wn$tk
rB|t|YnXt	|S)N=)Z
delimiters)
rstrZoptionxformZread_stringAttributeErrorZreadfpioStringIOrr4)r0textr1rrr
_from_text^s
zEntryPoint._from_textcCst|j|fS)zO
        Supply iter so one may construct dicts of EntryPoints easily.
        )iterr.r%rrr__iter__jszEntryPoint.__iter__cCs|j|j|j|jffSN)	__class__r.rrr=rrr
__reduce__pszEntryPoint.__reduce__N)rrrrr)compilerr&propertyr'classmethodr4r;r>rArrrrr)s



rZEntryPointBasezname value groupc@s*eZdZdZd
ddZddZddZd	S)PackagePathz"A reference to a path in a packageutf-8c
Cs0|j|d}|W5QRSQRXdS)Nencodinglocateopenread)r%rHstreamrrr	read_textzszPackagePath.read_textc
Cs.|d}|W5QRSQRXdS)NrbrI)r%rMrrrread_binary~szPackagePath.read_binarycCs|j|S)z'Return a path-like object for this path)distlocate_filer=rrrrJszPackagePath.locateN)rF)rrrrrNrPrJrrrrrEws
rEc@seZdZddZddZdS)FileHashcCs|d\|_}|_dS)Nr5)	partitionmoder)r%spec_rrr__init__szFileHash.__init__cCsd|j|jS)Nz<FileHash mode: {} value: {}>)formatrUrr=rrr__repr__szFileHash.__repr__N)rrrrXrZrrrrrSsrSc@seZdZdZejddZejddZeddZ	edd	Z
ed
dZedd
Z
eddZeddZeddZeddZddZddZeddZddZddZed d!Zed"d#Zed$d%Zd&S)'rzA Python distribution package.cCsdS)zAttempt 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.
        Nrr%filenamerrrrNszDistribution.read_textcCsdS)z[
        Given a path to a file in this distribution, return a path
        to it.
        Nrr%pathrrrrRszDistribution.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_resolversrContextnextr	)r0r.resolverZdistsrQrrr	from_names


zDistribution.from_namecsJ|ddr|rtdp*tjf|tjfdd|DS)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-rcrerr	<genexpr>sz(Distribution.discover.<locals>.<genexpr>)pop
ValueErrorrra	itertoolschain
from_iterabler`)r0kwargsrrfrdiscovers
zDistribution.discovercCstt|S)zReturn a Distribution for the indicated metadata path

        :param path: a string or path-like object
        :return: a concrete Distribution instance for the path
        )PathDistributionpathlibPath)r^rrratszDistribution.atcCsddtjD}td|S)z#Search the meta_path for resolvers.css|]}t|ddVqdS)find_distributionsN)r$)r-finderrrrrgsz3Distribution._discover_resolvers.<locals>.<genexpr>N)sys	meta_pathr )Zdeclaredrrrr`sz Distribution._discover_resolverscCs(|dp|dp|d}t|S)zReturn 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)rNemailZmessage_from_stringr%r:rrrrs
zDistribution.metadatacCs
|jdS)z;Return the 'Version' metadata for the distribution package.ZVersion)rr=rrrrszDistribution.versioncCst|dS)Nzentry_points.txt)rr;rNr=rrrrszDistribution.entry_pointscs6p}dfdd	}|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?)rErShashintsizerQ)r.ryZsize_strresultr=rr	make_files
z%Distribution.files.<locals>.make_file)NN)_read_files_distinfo_read_files_egginfor(rcsvreader)r%Z
file_linesr}rr=rr
szDistribution.filescCs|d}|o|S)z*
        Read the lines of RECORD
        ZRECORD)rN
splitlinesrxrrrr~s
z!Distribution._read_files_distinfocCs|d}|otdj|S)z`
        SOURCES.txt might contain literal commas, so wrap each line
        in quotes.
        zSOURCES.txtz"{}")rNmaprYrrxrrrrs
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|jdS)Nz
Requires-Dist)rZget_allr=rrrrsz!Distribution._read_dist_info_reqscCs|d}|o||S)Nzrequires.txt)rN_deps_from_requires_text)r%sourcerrrr s
z Distribution._read_egg_info_reqscCs4||}ddt|tdD}||S)NcSs&i|]\}}|tttd|qS)line)r(roperator
itemgetter)r-sectionresultsrrr
<dictcomp>'sz9Distribution._deps_from_requires_text.<locals>.<dictcomp>r)_read_sectionsrrjgroupbyrr%_convert_egg_info_reqs_to_simple_reqs)r0rZ
section_pairsr3rrrr$s
z%Distribution._deps_from_requires_textccs<d}td|D](}td|}|r.|d}qtVqdS)Nz	\[(.*)\]$)r r)rrlocals)linesrrZ
section_matchrrrr.s
zDistribution._read_sectionsc#sBddfdd}|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|dS)Nzextra == "{name}"r_)rYr_rrrmake_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 )rTrYr(r join)rextraseprZ
conditionsrrrparse_conditionFszKDistribution._convert_egg_info_reqs_to_simple_reqs.<locals>.parse_conditionNr+)r3rrZdepsZdeprrrr8s
z2Distribution._convert_egg_info_reqs_to_simple_reqsN)rrrrabcabstractmethodrNrRrDrdrnstaticmethodrrr`rCrrrr
r~rrrrrrrrrrrrsB











	
	c@s2eZdZdZGdddZejefddZdS)rzJ
    A MetaPathFinder capable of discovering installed distributions.
    c@s(eZdZdZdZddZeddZdS)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?)varsupdate)r%rmrrrrXjsz#DistributionFinder.Context.__init__cCst|dtjS)z
            The path that a distribution finder should search.

            Typically refers to Python package paths and defaults
            to ``sys.path``.
            r^)rgetrur^r=rrrr^mszDistributionFinder.Context.path)rrrrr.rXrCr^rrrrraXs
racCsdS)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%rerrrrswsz%DistributionFinder.find_distributionsN)rrrrrarrrsrrrrrSsc@s@eZdZdZddZddZddZdd	Zd
dZdd
Z	dS)FastPathzF
    Micro-optimized class for searching a path for
    children.
    cCs||_tj||_dSr?)rootosr^basenamelowerbase)r%rrrrrXszFastPath.__init__cCst|j|Sr?)rprqr)r%childrrrjoinpathszFastPath.joinpathc
CsTttt|jpdW5QRSQRXtt|W5QRSQRXgS)Nr)r	Exceptionrlistdirrzip_childrenr=rrrchildrens

"
zFastPath.childrencCs2t|j}|j}|j|_tdd|DS)Ncss |]}|tjddVqdS)rrN)r!	posixpathr)r-rrrrrgsz(FastPath.zip_children.<locals>.<genexpr>)zipfilerqrZnamelistrdictfromkeys)r%Zzip_pathnamesrrrrs

zFastPath.zip_childrencCs&|j}||jkp$||jo$|dS)N.egg)rversionless_egg_name
startswithprefixendswith)r%searchrrrris_eggs

zFastPath.is_eggccsZ|D]L}|}||jksH||jr6||jsH||r|dkr||VqdS)Nzegg-info)	rr
exact_matchesrrrsuffixesrr)r%r.rZn_lowrrrrs


zFastPath.searchN)
rrrrrXrrrrrrrrrrs
rc@s6eZdZdZdZdZdZdgddZdZddZ	dS)PreparedzE
    A prepared search for metadata on a possibly-named package.
    r)z
.dist-infoz	.egg-infoNrcsV|_|dkrdS|dd_jd_fddjD_jd_dS)N-rWcsg|]}j|qSr)
normalized)r-suffixr=rrr2sz%Prepared.__init__.<locals>.<listcomp>r)r.rreplacerrrrr)r%r.rr=rrXs
zPrepared.__init__)
rrrrrrrrrrXrrrrrsrc@s,eZdZeefddZeddZdS)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^rro)r0refoundrrrrss
z%MetadataPathFinder.find_distributionscs tjfddtt|DS)z1Find metadata directories in paths heuristically.c3s|]}|tVqdSr?)rr)r-r^r_rrrgsz3MetadataPathFinder._search_paths.<locals>.<genexpr>)rjrkrlrr)r0r.pathsrr_rrsz MetadataPathFinder._search_pathsN)rrrrDrrarsrrrrrrsrc@s.eZdZddZddZejje_ddZdS)rocCs
||_dS)zConstruct 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]rrrrXszPathDistribution.__init__c
Cs<tttttt"|j|jddW5QRSQRXdS)NrFrG)	rFileNotFoundErrorIsADirectoryErrorKeyErrorNotADirectoryErrorPermissionErrorrrrNr[rrrrNs
zPathDistribution.read_textcCs|jj|Sr?)rparentr]rrrrRszPathDistribution.locate_fileN)rrrrXrNrrrRrrrrros
rocCs
t|S)zGet 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).
    )rrdZdistribution_namerrrr
scKstjf|S)z|Get all ``Distribution`` instances in the current environment.

    :return: An iterable of ``Distribution`` instances.
    )rrn)rmrrrrscCst|jS)zGet 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.
    )rrdrrrrrrscCs
t|jS)zGet 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
rrrrrrscCsHtjddtD}td}t||d}t||}dd|DS)zwReturn EntryPoint objects for all installed packages.

    :return: EntryPoint objects for all installed packages.
    css|]}|jVqdSr?)r)r-rQrrrrgszentry_points.<locals>.<genexpr>r)keycSsi|]\}}|t|qSr)tuple)r-repsrrrrsz entry_points.<locals>.<dictcomp>)rjrkrlrr
attrgettersortedr)rZby_groupZorderedZgroupedrrrrs
cCs
t|jS)zReturn 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
rrrrr
%scCs
t|jS)z
    Return a list of requirements for the named package.

    :return: An iterator of requirements, suitable for
    packaging.requirement.Requirement.
    )r
rrrrrr.s),r8rr)rrrurwrprrr"rjrcollectionsconfigparserr
contextlibr	importlibr
importlib.abcrr__all__ModuleNotFoundErrorr	
namedtuplerZ
PurePosixPathrErSrrrrrror
rrrrr
rrrrr<module>sb

NE/0		
	

Zerion Mini Shell 1.0