Skip to content

[Unofficial] Python PEP in EPUB format

Notifications You must be signed in to change notification settings

BoboTiG/pep-epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEP in EPUB format

Update PEPs

This is an unofficial repository where you can find all valid PEP in the EPUB format.

Repository Cloning

git clone --recursive [email protected]:BoboTiG/pep-epub.git

Fetch, and Convert

You will need pandoc.

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

python3 script.py [--help]

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