module documentation

distutils.pypirc Provides the PyPIRCCommand class, the base class for the command classes that uses .pypirc in the distutils.command package.

Constant DEFAULT_PYPIRC Undocumented
DEFAULT_PYPIRC: str = (source)

Undocumented

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

[pypi]
username:%s
password:%s
...