File: README.md

package info (click to toggle)
python-ebooklib 0.15~ds0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 468 kB
  • ctags: 258
  • sloc: python: 1,611; sh: 166; makefile: 137
file content (20 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
EbookLib Samples
================

* 01_sample_create

  Create simple EPUB with two chapters and custom CSS for the navigation.

* 02_cover_create

  Same as 01_sample_create but with cover page.

* 03_advanced_create

   Creates EPUB but uses some advanced options from the library.

* 04_markdown_parse

  Simple script which creates static markdown files + images from your EPUB.

* 05_plugins_create