Metadata-Version: 1.1
Name: epubmaker
Version: 0.3.19
Summary: The Project Gutenberg tool to generate EPUBs and other ebook formats.
Home-page: http://pypi.python.org/pypi/epubmaker/
Author: Marcello Perathoner
Author-email: webmaster@gutenberg.org
License: GPL v3
Description: =========
        EpubMaker
        =========
        
        EpubMaker 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
        =============
        
        * Python >= 2.6,
        
        * 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
Requires: setuptools
Requires: docutils (>= 0.8.1)
Requires: lxml (>= 2.3)
Requires: cssutils (>= 0.9.8a1)
Requires: PIL (>= 1.1.7)
