forked from gutenbergtools/ebookmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PKG-INFO
40 lines (31 loc) · 1.25 KB
/
PKG-INFO
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
Metadata-Version: 1.1
Name: ebookmaker
Version: 0.4.0a5
Summary: The Project Gutenberg tool to generate EPUBs and other ebook formats.
Home-page: http://pypi.python.org/pypi/ebookmaker/
Author: Marcello Perathoner
Author-email: [email protected]
License: GPL v3
Description: ==========
EbookMaker
==========
EbookMaker is the tool used for format conversion at Project Gutenberg.
It builds EPUB2 and Kindle files from HTML.
Also it builds HTML4, EPUB2, Kindle, and PDF files from reST sources.
Prerequisites
=============
* Python2 >= 2.7 or Python3 >= 3.3
* HTMLTidy,
* Kindlegen,
* TexLive, and
* groff.
Keywords: ebook epub kindle pdf rst reST reStructuredText project gutenberg format conversion
Platform: OS-independent
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Other Audience
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.3