https://github.com/bobotig/pep-epub
[Unofficial] Python PEP in EPUB format
https://github.com/bobotig/pep-epub
documentation ebook epub pandoc pep python
Last synced: 26 days ago
JSON representation
[Unofficial] Python PEP in EPUB format
- Host: GitHub
- URL: https://github.com/bobotig/pep-epub
- Owner: BoboTiG
- Created: 2017-04-23T17:19:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T00:07:02.000Z (26 days ago)
- Last Synced: 2025-05-07T01:20:54.007Z (26 days ago)
- Topics: documentation, ebook, epub, pandoc, pep, python
- Language: Python
- Homepage:
- Size: 40 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PEP in EPUB format
[](https://github.com/BoboTiG/pep-epub/actions/workflows/auto-update.yml)
This is an *unofficial* repository where you can find all *valid* [PEP](https://github.com/python/peps.git) in the EPUB format.
## Repository Cloning
```bash
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:
```bash
python3 script.py [--help]
```If the `--all` argument is passed, all PEP will be updated, not just only ones updated since the last check.