File: index.rst

package info (click to toggle)
python-ebooklib 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 708 kB
  • sloc: python: 2,541; makefile: 132; sh: 53
file content (32 lines) | stat: -rw-r--r-- 909 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.. EbookLib documentation master file, created by
   sphinx-quickstart on Fri Apr 25 11:49:49 2014.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to EbookLib's documentation!
====================================

.. image:: _static/ebooklib1.gif

EbookLib is a Python library for managing EPUB2/EPUB3 files. It is capable of reading and writing EPUB files programmatically.

The API is designed to be as simple as possible while still making complex tasks achievable. It supports covers, table of contents, spine, guide, metadata, SMIL, page breaks, and more. EbookLib works with Python 2.7 and Python 3.3.

Homepage: https://github.com/aerkalov/ebooklib/

.. toctree::
    :maxdepth: 2

    tutorial
    plugins
    faq
    ebooklib


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`