Current File : //usr/lib/python3/dist-packages/setuptools/_distutils/__pycache__/config.cpython-312.pyc |
�
_�d/ � �B � d Z ddlZddlmZ ddlmZ dZ G d� de� Zy) z�distutils.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� Zy)�
PyPIRCCommandz6Base command that knows how to handle the .pypirc filezhttps://upload.pypi.org/legacy/�pypiNzrepository=�rzurl of repository [default: %s])�
show-responseNz&display full response text from serverr
c �| � t j j t j j d� d� S )zReturns rc file path.�~z.pypirc)�os�path�join�
expanduser��selfs �>/usr/lib/python3/dist-packages/setuptools/_distutils/config.py�_get_rc_filezPyPIRCCommand._get_rc_file% s&