|
Server IP : 162.241.148.128 / Your IP : 216.73.216.48 Web Server : Apache System : Linux md-ht-9.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : caribhll ( 2226) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /opt/rh/rh-python35/root/usr/lib64/python3.5/distutils/__pycache__/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
���\ � @ 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)�ConfigParser)�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 �@/opt/rh/rh-python35/root/usr/lib64/python3.5/distutils/config.py�_get_rc_file&