Metadata-Version: 1.1
Name: pyinfoepub
Version: 0.2
Summary: PyInfoEpub helps you retrieve specific information from an epub file.
Home-page: https://github.com/cristianav/PyInfoEpub
Author: Cristian Năvălici
Author-email: cristian.navalici@gmail.com
License: GPLv3
Description: ===============================
        PyInfoEpub
        ===============================
        
        .. image:: https://badge.fury.io/py/pyinfoepub.png
            :target: http://badge.fury.io/py/pyinfoepub
        
        .. image:: https://travis-ci.org/cristianav/PyInfoEpub.svg?branch=master
            :target: https://travis-ci.org/cristianav/PyInfoEpub
        
        .. image:: https://pypip.in/d/pyinfoepub/badge.png
            :target: https://pypi.python.org/pypi/pyinfoepub
        
        .. image:: http://img.shields.io/badge/license-GPLv3-yellow.svg
            :target: http://opensource.org/licenses/GPL-3.0
        
        .. image:: https://readthedocs.org/projects/pyinfoepub/badge/?version=latest
            :target: http://pyinfoepub.readthedocs.org
                
        .. image:: https://coveralls.io/repos/cristianav/PyInfoEpub/badge.svg?branch=master
          :target: https://coveralls.io/r/cristianav/PyInfoEpub?branch=master
        
        
        
        PyInfoEpub helps you retrieve specific information from an EPUB file.
        Check the documentation to find out how to use it.
        
        * Free software: GPLv3 license
        * Documentation: https://pyinfoepub.readthedocs.org.
        
        Features
        --------
        
        * extracts the metainformation from an epub file
        * use fully customizable template engine to display this information
        
        
        
        
        History
        -------
        
        0.2 (2015-02-01)
        ---------------------
        
        * Major refactoring release on PyPI.
        
        
        0.1 (2010-12-06)
        ---------------------
        
        * Initial release on PyPI
        
Keywords: pyinfoepub
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
