/usr/lib/python3.10/distutils/command/__pycache__
NameSizeModeActions
bdist.cpython-310.pyc35500644editdlrm
bdist_dumb.cpython-310.pyc35890644editdlrm
bdist_msi.cpython-310.pyc196650644editdlrm
bdist_rpm.cpython-310.pyc122330644editdlrm
build.cpython-310.pyc38440644editdlrm
build_clib.cpython-310.pyc48150644editdlrm
build_ext.cpython-310.pyc160380644editdlrm
build_py.cpython-310.pyc104740644editdlrm
build_scripts.cpython-310.pyc43290644editdlrm
check.cpython-310.pyc49530644editdlrm
clean.cpython-310.pyc20930644editdlrm
config.cpython-310.pyc102750644editdlrm
install.cpython-310.pyc150810644editdlrm
install_data.cpython-310.pyc22920644editdlrm
install_egg_info.cpython-310.pyc34470644editdlrm
install_headers.cpython-310.pyc17150644editdlrm
install_lib.cpython-310.pyc52440644editdlrm
install_scripts.cpython-310.pyc21440644editdlrm
register.cpython-310.pyc86280644editdlrm
sdist.cpython-310.pyc144440644editdlrm
upload.cpython-310.pyc53460644editdlrm
__init__.cpython-310.pyc4610644editdlrm
Edit: /usr/lib/python3.10/distutils/command/__pycache__/install_egg_info.cpython-310.pyc (3447B)
o bc @sddZddlmZddlmZmZddlZddlZddlZGdddeZ ddZ d d Z d d Z dS) zdistutils.command.install_egg_info Implements the Distutils 'install_egg_info' command, for installing a package's PKG-INFO metadata.)Command)logdir_utilNc@s<eZdZdZdZddgZddZddZd d Zd d Z d S)install_egg_infoz)Install an .egg-info file for the packagez8Install package's PKG-INFO metadata as an .egg-info file)z install-dir=dzdirectory to install to)zinstall-layoutNzcustom installation layoutcCsd|_d|_d|_dSN) install_dirinstall_layout prefix_optionselfr 9/usr/lib/python3.10/distutils/command/install_egg_info.pyinitialize_optionss z#install_egg_info.initialize_optionscCs|dd|dd|dd|jr(|jdvr td|jdk}n|jr.d }nd }|rGd tt|jtt |j f}nd tt|jtt |j gt j dd R}t j|j||_|jg|_dS)N install_lib)rrinstall)r r )r r )debunixz"unknown value for --install-layoutrFTz%s-%s.egg-infoz%s-%s-py%d.%d.egg-info)set_undefined_optionsr lowerDistutilsOptionErrorr to_filename safe_name distributionget_name safe_version get_versionsys version_infoospathjoinrtargetoutputs)r no_pyverbasenamer r rfinalize_optionss2    z!install_egg_info.finalize_optionscCs|j}tj|rtj|stj||jdn'tj|r+| tj |jfd|ntj|j s?| tj |j fd|j t d||jsit|ddd}|jj|WddS1sbwYdSdS)N)dry_runz Removing z Creating z Writing %swzUTF-8)encoding)r#r r!isdirislinkr remove_treer(existsexecuteunlinkrmakedirsrinfoopenrmetadatawrite_pkg_file)r r#fr r rrun4s  "zinstall_egg_info.runcCs|jSr)r$r r r r get_outputsBszinstall_egg_info.get_outputsN) __name__ __module__ __qualname____doc__ description user_optionsrr'r7r8r r r rr s rcCstdd|S)zConvert an arbitrary string to a standard distribution name Any runs of non-alphanumeric/. characters are replaced with a single '-'. [^A-Za-z0-9.]+-)resubnamer r rrJsrcCs|dd}tdd|S)zConvert an arbitrary string to a standard version string Spaces become dots, and all other non-alphanumeric characters become dashes, with runs of multiple dashes condensed to a single dash.  .r?r@)replacerArB)versionr r rrRs rcCs |ddS)z|Convert a project or version name to its filename-escaped form Any '-' characters are currently replaced with '_'. r@_)rGrCr r rr\s r) r< distutils.cmdr distutilsrrr rrArrrrr r r rs ?