File: control

package info (click to toggle)
python-ebooklib 0.17.1-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 580 kB
  • sloc: python: 1,738; makefile: 134
file content (32 lines) | stat: -rw-r--r-- 933 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
Source: python-ebooklib
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-lxml,
 python3-six,
 python3-all,
 python3-setuptools,
 python3-sphinx
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://github.com/aerkalov/ebooklib

Package: python3-ebooklib
Architecture: all
Depends:
 python3-lxml,
 python3-six,
 ${sphinxdoc:Depends},
 ${misc:Depends},
 ${python3:Depends}
Description: Python 3 E-book library for handling EPUB2/EPUB3/Kindle formats
 EbookLib is a Python library for managing EPUB2/EPUB3 and Kindle files. It's
 capable of reading and writing EPUB files programmatically (Kindle support is
 under development).
 .
 The API is designed to be as simple as possible, while at the same time making
 complex things possible too. It has support for covers, table of contents,
 spine, guide, metadata and more.