1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
| ó
| [\¬Qc @ sR d Z d d l Z d d l m Z d d l m Z d Z d e f d YZ d S( s distutils.pypirc
|
| Provides the PyPIRCCommand class, the base class for the command classes
| that uses .pypirc in the distutils.command package.
| iÿÿÿÿN( t ConfigParser( t CommandsE [distutils]
| index-servers =
| pypi
|
| [pypi]
| username:%s
| password:%s
| t PyPIRCCommandc B su e Z d Z d Z d Z d Z d Z d d d e f d g Z d g Z |
|