Where can I download all Python Enhancement Proposals (PEPs)?

Hi everyone!

  1. Would like to download all Python Enhancement Proposals (PEPs). So, where can I download all Python Enhancement Proposals (PEPs)?
  2. For example, if I need to download all available RFCs… there is this site: Downloading RFCs » RFC Editor - where there is a zip file with all published or available RFCs. So, is there any official website where I can download all Python PEPs, any zip file with all PEPs?

If anyone can clarify this question, I would be happy

There is a Github Repo for all PEPs:

And you can download a zip ball at: https://github.com/python/peps/archive/refs/heads/main.zip

3 Likes

Thank you ;D

1 Like

You can currently also get the HTML rendered versions from the gh-pages branch: https://github.com/python/peps/archive/refs/heads/gh-pages.zip

3 Likes