python (3.11.7)
    eW                     R    d Z ddlZddlmZ ddlZddlmZ dZ G d de          ZdS )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                   `    e Zd ZdZdZdZdZdZdddez  fdgZd	gZ	d
 Z
d Zd Zd
 Z
d Zd ZdS )
PyPIRCCommandz;Base command that knows how to handle the .pypirc file
    zhttps://upload.pypi.org/legacy/pypiNzrepository=rzurl of repository [default: %s])
show-responseNz&display full response text from serverr	   c                 |    t           j                            t           j                            d          d          S )zReturns rc file path.~z.pypirc)ospathjoin
expanduserselfs    D/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/distutils/config.py_get_rc_filezPyPIRCCommand._get_rc_file'