Metadata-Version: 1.1
Name: epubC
Version: 0.2
Summary: .epub file creator
Home-page: https://bitbucket.org/firesock/epubc/
Author: Awad Mackie
Author-email: firesock.serwalek@gmail.com
License: GPLv3
Description: 	epubC.py - .epub file creator
        	=============================
        
                epub is an ebook file format by the IDPF
                (http://en.wikipedia.org/wiki/.epub). This library provides
                classes to pack XHTML content together into a .epub file version 2.0.
        
        	- Requires lxml - checked with 3.0.1
        	- Works with Python 3.2.5
Keywords: epub,ebook
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
