| Server IP : 74.208.250.37 / Your IP : 216.73.216.233 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : miferval ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/setuptools/_distutils/__pycache__/ |
Upload File : |
�
_�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&