def print_help(self) -> None:
print("%s\n"
"=====================\n"
"\n"
"The %s Version Parser should be used with PIP/PEP-440 version strings.\n"
"This is by far the easiest choice if you're uploading your source code to the\n"
"cheeseshop (pypi) or a local pypi installation through setup.py anyway, since\n"
"that means that the version string used by your setup.py is probably already\n"
"pep440-compatible anyway.\n"
"\n"
"The PEP440 Version Parser does not require any additional configuration.\n" %
(highlight("PEP440 Version Parser"), highlight("pep440")))
评论列表
文章目录