Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.130.94
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3.10 /
distutils /
command /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
461
B
-rw-r--r--
bdist.cpython-310.pyc
3.47
KB
-rw-r--r--
bdist_dumb.cpython-310.pyc
3.5
KB
-rw-r--r--
bdist_msi.cpython-310.pyc
19.2
KB
-rw-r--r--
bdist_rpm.cpython-310.pyc
11.95
KB
-rw-r--r--
build.cpython-310.pyc
3.75
KB
-rw-r--r--
build_clib.cpython-310.pyc
4.7
KB
-rw-r--r--
build_ext.cpython-310.pyc
15.66
KB
-rw-r--r--
build_py.cpython-310.pyc
10.23
KB
-rw-r--r--
build_scripts.cpython-310.pyc
4.23
KB
-rw-r--r--
check.cpython-310.pyc
4.84
KB
-rw-r--r--
clean.cpython-310.pyc
2.04
KB
-rw-r--r--
config.cpython-310.pyc
10.03
KB
-rw-r--r--
install.cpython-310.pyc
14.73
KB
-rw-r--r--
install_data.cpython-310.pyc
2.24
KB
-rw-r--r--
install_egg_info.cpython-310.p...
3.37
KB
-rw-r--r--
install_headers.cpython-310.py...
1.67
KB
-rw-r--r--
install_lib.cpython-310.pyc
5.12
KB
-rw-r--r--
install_scripts.cpython-310.py...
2.09
KB
-rw-r--r--
register.cpython-310.pyc
8.43
KB
-rw-r--r--
sdist.cpython-310.pyc
14.11
KB
-rw-r--r--
upload.cpython-310.pyc
5.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upload.cpython-310.pyc
o ��bc� � @ s� d Z ddlZddlZddlZddlmZ ddlmZ ddlm Z m Z ddlmZ ddl mZmZ ddlmZ dd lmZ dd lmZ eedd�eedd�eed d�d�ZG dd� de�ZdS )zm distutils.command.upload Implements the Distutils 'upload' subcommand (upload package to a package index). � N)�standard_b64encode)� HTTPError)�urlopen�Request)�urlparse)�DistutilsError�DistutilsOptionError)� PyPIRCCommand)�spawn)�log�md5�sha256�blake2b)� md5_digest� sha256_digest�blake2_256_digestc @ sJ e Zd ZdZejddg Zejdg Zdd� Zdd� Zd d � Z dd� Z d S )�uploadzupload binary package to PyPI)�sign�szsign files to upload using gpg)z identity=�izGPG identity used to sign filesr c C s, t �| � d| _d| _d| _d| _d | _d S )N� r F)r �initialize_options�username�password� show_responser �identity)�self� r �//usr/lib/python3.10/distutils/command/upload.pyr * s zupload.initialize_optionsc C sz t �| � | jr| jstd��| �� }|i kr+|d | _|d | _|d | _|d | _ | js9| j jr;| j j| _d S d S d S )Nz.Must use --sign for --identity to have meaningr r � repository�realm)r �finalize_optionsr r r �_read_pypircr r r r �distribution)r �configr r r r! 2 s � �zupload.finalize_optionsc C s: | j js d}t|��| j jD ]\}}}| �|||� qd S )NzHMust create and upload files in one command (e.g. setup.py sdist upload))r# � dist_filesr �upload_file)r �msg�command� pyversion�filenamer r r �runD s �z upload.runc "