Your IP : 3.15.211.55
���] � @ sL d d l Z d d l m Z d d l m Z d Z Gd d � d e � Z d S)� 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 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)�
PyPIRCCommandzhttps://upload.pypi.org/legacy/�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)N�~z.pypirc)�os�path�join�
expanduser)�self� r �+/opt/alt/python35/lib64/python3.5/config.py�_get_rc_file&