/pep-epub

[Unofficial] Python PEP in EPUB format

Primary LanguageShell

PEPs in EPUB format

Update PEPs

This is a unofficial repository where you can find all valid PEPs in the EPUB format.

Repository Cloning

git clone --recursive git@github.com:BoboTiG/pep-epub.git

Fetch, and Convert

You will need pandoc.

Just execute this script, it will fetch updated PEPs, and do the EPUB conversion:

bash script.sh [--all]

If the --all argument is passed, all PEPs will be updated, not just only ones updated since the last check.