Metadata-Version: 1.1
Name: edeposit.amqp.calibre
Version: 1.1.3
Summary: E-Deposit AMQP wrappers for calibre convertor.
Home-page: https://github.com/edeposit/edeposit.amqp.calibre
Author: Edeposit team
Author-email: edeposit@email.cz
License: GPL2+
Description: Introduction
        ============
        
        This module provides wrapper for Calibre, to access it’s conversion functions using AMQP protocol.
        
        Module provides only generic wrapper, not AMQP communication itself - that is handled by Calibredaemon from edeposit.amqp project.
        
        Documentation
        -------------
        
        Full module documentation and description can be found at Read the Docs:
        
        - http://edeposit-amqp-calibre.readthedocs.org
        
        Contributors
        ============
        
        - Jan Stavel <stavel.jan@gmail.com>, Tester
        - Bystroushaak <bystrousak@kitakitsune.org>, Developer
        
        Changelog
        =========
        
        1.1.3
        -----
            - Fixed another unicode bug.
            - Added own text wrapping function, textwrap.wrap() was absurdly slow.
        
        1.1.2
        -----
            - Fixed unicode bug at older python systems.
        
        1.1.1
        -----
            - Fixed bug in unicode handling.
            - Removed checking, whether the input format is same as output.
        
        1.1.0
        -----
            - Fixed bug in calibre.py.
            - Added tests.
            - Data structures moved from init to structures.py.
            - Added documentation for structures.py.
        
        1.0.1
        -----
            - Fixed bug in packaging system.
        
        1.0.0
        -----
            - Code should be working.
            - Added Sphinx documentation.
            - ReadTheDocs activated.
            - Added UML diagram with communication details.
            - Version of package and documentation is automatically parsed from this file.
        
        0.1-dev (unreleased)
        --------------------
            - Created.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
