File: control

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 (55 lines) | stat: -rw-r--r-- 1,914 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: python-ebooklib
Section: python
Priority: optional
Maintainer: Daniel James <daniel@64studio.com>
Build-Depends:
 debhelper (>= 8),
 dh-python,
 python-all (>= 2.7.3-4~),
 python-lxml,
 python-setuptools,
 python-six,
 python-sphinx (>= 1.0.7+dfsg),
 python3-all,
 python3-setuptools,
 python3-sphinx
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Standards-Version: 3.9.5
Homepage: https://github.com/booktype/ebooklib
Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/python-ebooklib.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-ebooklib.git

Package: python-ebooklib
Architecture: all
Depends:
 python-lxml,
 python-six,
 ${misc:Depends},
 ${python:Depends}
Description: Python 2 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. EbookLib works with Python 2.7 and Python
 3.3, this is the Python 2 version of the package.

Package: python3-ebooklib
Architecture: all
Depends:
 python3-lxml,
 python3-six,
 ${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. EbookLib works with Python 2.7 and Python
 3.3, this is the Python 3 version of the package.