golden hour
/opt/alt/python27/lib64/python2.7/distutils/command
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
822 B
Del
OK
__init__.pyc
678 B
Del
OK
__init__.pyo
678 B
Del
OK
bdist.py
5.46 KB
Del
OK
bdist.pyc
5.12 KB
Del
OK
bdist.pyo
5.12 KB
Del
OK
bdist_dumb.py
5.07 KB
Del
OK
bdist_dumb.pyc
4.93 KB
Del
OK
bdist_dumb.pyo
4.93 KB
Del
OK
bdist_msi.py
34.37 KB
Del
OK
bdist_msi.pyc
23.62 KB
Del
OK
bdist_msi.pyo
23.51 KB
Del
OK
bdist_rpm.py
20.56 KB
Del
OK
bdist_rpm.pyc
17.31 KB
Del
OK
bdist_rpm.pyo
17.23 KB
Del
OK
bdist_wininst.py
14.65 KB
Del
OK
bdist_wininst.pyc
10.6 KB
Del
OK
bdist_wininst.pyo
10.52 KB
Del
OK
build.py
5.33 KB
Del
OK
build.pyc
5.15 KB
Del
OK
build.pyo
5.15 KB
Del
OK
build_clib.py
7.94 KB
Del
OK
build_clib.pyc
6.33 KB
Del
OK
build_clib.pyo
6.33 KB
Del
OK
build_ext.py
31.74 KB
Del
OK
build_ext.py.debug-build
31.51 KB
Del
OK
build_ext.pyc
19.13 KB
Del
OK
build_ext.pyo
19.13 KB
Del
OK
build_py.py
15.96 KB
Del
OK
build_py.pyc
11.49 KB
Del
OK
build_py.pyo
11.42 KB
Del
OK
build_scripts.py
4.49 KB
Del
OK
build_scripts.pyc
4.46 KB
Del
OK
build_scripts.pyo
4.46 KB
Del
OK
check.py
5.54 KB
Del
OK
check.pyc
6.27 KB
Del
OK
check.pyo
6.27 KB
Del
OK
clean.py
2.75 KB
Del
OK
clean.pyc
3.06 KB
Del
OK
clean.pyo
3.06 KB
Del
OK
command_template
719 B
Del
OK
config.py
12.82 KB
Del
OK
config.pyc
12.64 KB
Del
OK
config.pyo
12.64 KB
Del
OK
install.py
25.65 KB
Del
OK
install.pyc
16.73 KB
Del
OK
install.pyo
16.73 KB
Del
OK
install_data.py
2.78 KB
Del
OK
install_data.pyc
3.13 KB
Del
OK
install_data.pyo
3.13 KB
Del
OK
install_egg_info.py
2.53 KB
Del
OK
install_egg_info.pyc
3.77 KB
Del
OK
install_egg_info.pyo
3.77 KB
Del
OK
install_headers.py
1.31 KB
Del
OK
install_headers.pyc
2.29 KB
Del
OK
install_headers.pyo
2.29 KB
Del
OK
install_lib.py
8.14 KB
Del
OK
install_lib.pyc
6.68 KB
Del
OK
install_lib.pyo
6.68 KB
Del
OK
install_scripts.py
2.02 KB
Del
OK
install_scripts.pyc
2.95 KB
Del
OK
install_scripts.pyo
2.95 KB
Del
OK
register.py
11.56 KB
Del
OK
register.pyc
10.13 KB
Del
OK
register.pyo
10.13 KB
Del
OK
sdist.py
18.12 KB
Del
OK
sdist.pyc
16.53 KB
Del
OK
sdist.pyo
16.53 KB
Del
OK
upload.py
6.84 KB
Del
OK
upload.pyc
6.24 KB
Del
OK
upload.pyo
6.24 KB
Del
OK
Edit: install_egg_info.pyo
� T~gc @ s� d Z d d l m Z d d l m Z m Z d d l Z d d l Z d d l Z d e f d � � YZ d � Z d � Z d � Z d S( s� distutils.command.install_egg_info Implements the Distutils 'install_egg_info' command, for installing a package's PKG-INFO metadata.i����( t Command( t logt dir_utilNt install_egg_infoc B sA e Z d Z d Z d g Z d � Z d � Z d � Z d � Z RS( s) Install an .egg-info file for the packages8 Install package's PKG-INFO metadata as an .egg-info files install-dir=t ds directory to install toc C s d | _ d S( N( t Nonet install_dir( t self( ( sG /opt/alt/python27/lib64/python2.7/distutils/command/install_egg_info.pyt initialize_options s c C s� | j d d � d t t | j j � � � t t | j j � � � t j d f } t j j | j | � | _ | j g | _ d S( Nt install_libR s %s-%s-py%s.egg-infoi ( R R ( t set_undefined_optionst to_filenamet safe_namet distributiont get_namet safe_versiont get_versiont syst versiont ost patht joinR t targett outputs( R t basename( ( sG /opt/alt/python27/lib64/python2.7/distutils/command/install_egg_info.pyt finalize_options s c C s | j } t j j | � rG t j j | � rG t j | d | j �np t j j | � r| | j t j | j f d | � n; t j j | j � s� | j t j | j f d | j � n t j d | � | j s� t | d � } | j j j | � | j � n d S( Nt dry_runs Removing s Creating s Writing %st w( R R R t isdirt islinkR t remove_treeR t existst executet unlinkR t makedirsR t infot openR t metadatat write_pkg_filet close( R R t f( ( sG /opt/alt/python27/lib64/python2.7/distutils/command/install_egg_info.pyt run s %# c C s | j S( N( R ( R ( ( sG /opt/alt/python27/lib64/python2.7/distutils/command/install_egg_info.pyt get_outputs/ s ( s install-dir=R s directory to install to( t __name__t __module__t __doc__t descriptiont user_optionsR R R) R* ( ( ( sG /opt/alt/python27/lib64/python2.7/distutils/command/install_egg_info.pyR s c C s t j d d | � S( s� Convert an arbitrary string to a standard distribution name Any runs of non-alphanumeric/. characters are replaced with a single '-'. s [^A-Za-z0-9.]+t -( t ret sub( t name( ( sG /opt/alt/python27/lib64/python2.7/distutils/command/install_egg_info.pyR 7 s c C s% | j d d � } t j d d | � S( s� Convert 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. t t .s [^A-Za-z0-9.]+R0 ( t replaceR1 R2 ( R ( ( sG /opt/alt/python27/lib64/python2.7/distutils/command/install_egg_info.pyR ? s c C s | j d d � S( s| Convert a project or version name to its filename-escaped form Any '-' characters are currently replaced with '_'. R0 t _( R6 ( R3 ( ( sG /opt/alt/python27/lib64/python2.7/distutils/command/install_egg_info.pyR I s ( R- t distutils.cmdR t distutilsR R R R R1 R R R R ( ( ( sG /opt/alt/python27/lib64/python2.7/distutils/command/install_egg_info.pyt <module> s $,
Save