Metadata-Version: 1.0
Name: epub
Version: 0.2.0
Summary: Library to open and read files in the epub version 2.
Home-page: http://epub.exirel.me
Author: Florian Strzelecki
Author-email: florian.strzelecki@gmail.com
License: LGPL
Description: ===========
        Python Epub
        ===========
        
        This directory contains the 0.2.0 development version of epub python library.
        
        Python Epub is free software. See the file LICENSE.txt for copying conditions.
        
        Downloading
        -----------
        
        Python Epub can be obtained in many different ways. You can both get it from
        pip install or pip site, or clone latest version from bitbucket repository.
        
        ::
        
            # install from pip
            pip install epub
            
            # install latest version from repository
            hg clone https://bitbucket.org/exirel/epub
            cd epub
            python setup.py install
        
        Documentation
        -------------
        
        This library is documented with Sphinx, and all files can be found into "docs".
        
        The documentation for version 0.2.0 is readable online at http://epub.exirel.me
        and can be downloaded from bitbucket.
        
        Development and bug report
        --------------------------
        
        The source code is hosted on bitbucket. You can see it here:
        
            https://bitbucket.org/exirel/epub
        
        Fork me if you want!
        
Platform: UNKNOWN
