| Server IP : 164.138.27.172 / Your IP : 216.73.216.143 Web Server : nginx/1.27.4 System : Linux cookingdream 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : www-adm ( 1001) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3.5/distutils/__pycache__/ |
Upload File : |
.c`
� @ sR d Z d d l Z d d l m Z d d l m Z d Z Gd d � d e � Z d S)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 @ s� e Z d Z d Z d Z d Z d Z d Z d d d e f d g Z d g Z d
d � Z
d d
� Z d d � Z d d � Z
d d � Z d d � Z d S)�
PyPIRCCommandz;Base command that knows how to handle the .pypirc file
zhttps://pypi.python.org/pypi�pypiNzrepository=�rzurl of repository [default: %s]�
show-response�&display full response text from serverc C s t j j t j j d � d � S)zReturns rc file path.�~z.pypirc)�os�path�join�
expanduser)�self� r �&/usr/lib/python3.5/distutils/config.py�_get_rc_file&