module documentation

Tests for distutils.pypirc.pypirc.

Class BasePyPIRCCommandTestCase Undocumented
Class PyPIRCCommandTestCase Undocumented
Constant PYPIRC Undocumented
Constant PYPIRC_OLD Undocumented
Constant WANTED Undocumented

Undocumented

Value
'''[distutils]

index-servers =
    server1
    server2
    server3

...
PYPIRC_OLD: str = (source)

Undocumented

Value
'''[server-login]
username:tarek
password:secret
'''

Undocumented

Value
'''[distutils]
index-servers =
    pypi

[pypi]
username:tarek
password:xxx
...