o ?Og@s<dZddlZddlmZddlmZdZGdddeZdS)zdistutils.pypirc Provides the PyPIRCCommand class, the base class for the command classes that uses .pypirc in the distutils.command package. N)RawConfigParser)CommandzE[distutils] index-servers = pypi [pypi] username:%s password:%s c@sheZdZdZdZdZdZdZdddefdgZd gZ d d Z d d Z ddZ ddZ ddZddZdS) PyPIRCCommandz;Base command that knows how to handle the .pypirc file zhttps://upload.pypi.org/legacy/pypiNz repository=rzurl of repository [default: %s]) show-responseNz&display full response text from serverrcCstjtjddS)zReturns rc file path.~z.pypirc)ospathjoin expanduserselfr7/opt/alt/python310/lib64/python3.10/distutils/config.py _get_rc_file&szPyPIRCCommand._get_rc_filecCs^|}tt|tjtjBdd}|t||fWddS1s(wYdS)zCreates a default .pypirc file.iwN)rr fdopenopenO_CREATO_WRONLYwriteDEFAULT_PYPIRC)rusernamepasswordrcfrrr _store_pypirc*s "zPyPIRCCommand._store_pypircc Cs|}tj|r|d||jp|j}t}||| }d|vr| dd}dd| dD}|gkrEd|vrCdg}niS|D]U}d|i}| |d |d <d |jfd |j fd fD]\} } | || rs| || || <q`| || <q`|dkr||jdfvr|j|d <|S|d|ks|d |kr|SqGiSd |vrd }| |d r| |d }n|j}| |d | |d|||j dSiS)zReads the .pypirc file.zUsing PyPI login from %sZ distutilsz index-serverscSs g|] }|dkr|qS))strip).0serverrrr =s z.PyPIRCCommand._read_pypirc.. rr!r repositoryrealm)rNz server-loginr)rrr$r!r%)rr r existsZannouncer$DEFAULT_REPOSITORYrreadsectionsgetsplit DEFAULT_REALMZ has_option) rrr$Zconfigr)Z index_serversZ_serversr!Zcurrentkeydefaultrrr _read_pypirc0sb            zPyPIRCCommand._read_pypirccCs8ddl}|dd}||ddd}||S)z%Read and decode a PyPI HTTP response.rNz content-typez text/plaincharsetascii)cgiZ getheaderZ parse_headerr*r(decode)rZresponser3Z content_typeencodingrrr_read_pypi_responseps z!PyPIRCCommand._read_pypi_responsecCsd|_d|_d|_dS)zInitialize options.Nr)r$r%Z show_responser rrrinitialize_optionsws z PyPIRCCommand.initialize_optionscCs,|jdur |j|_|jdur|j|_dSdS)zFinalizes options.N)r$r'r%r,r rrrfinalize_options}s   zPyPIRCCommand.finalize_options)__name__ __module__ __qualname____doc__r'r,r$r%Z user_optionsZboolean_optionsrrr/r6r7r8rrrrrs(@ r)r<r Z configparserrZ distutils.cmdrrrrrrrs