Metadata-Version: 1.1
Name: edeposit.amqp.ltp
Version: 1.0.0
Summary: E-Deposit's AMQP binding to Long Time Preservation system.
Home-page: https://github.com/edeposit/edeposit.amqp.ltp/
Author: Edeposit team
Author-email: edeposit@email.cz
License: GPL2+
Description: Introduction
        ============
        
        .. image:: https://badge.fury.io/py/edeposit.amqp.ltp.png
            :target: https://pypi.python.org/pypi/edeposit.amqp.ltp
        
        .. image:: https://img.shields.io/pypi/dm/edeposit.amqp.ltp.svg
            :target: https://pypi.python.org/pypi/edeposit.amqp.ltp
        
        .. image:: https://readthedocs.org/projects/edeposit-amqp-ltp/badge/?version=latest
            :target: http://edeposit-amqp-ltp.readthedocs.org/
        
        .. image:: https://img.shields.io/pypi/l/edeposit.amqp.ltp.svg
        
        .. image:: https://img.shields.io/github/issues/edeposit/edeposit.amqp.ltp.svg
            :target: https://github.com/edeposit/edeposit.amqp.ltp/issues
        
        
        This project provides bindings to LTP (Long Time Preservation) system, which
        archives ebooks.
        
        Documentation
        -------------
        
        Full module documentation and description can be found at Read the Docs:
        
        - http://edeposit-amqp-ltp.readthedocs.org/
        
        Contributors
        ============
        
        - Bystroushaak <bystrousak@kitakitsune.org>, Developer
        
        Changelog
        =========
        
        1.0.0
        -----
            - URN:NBN incorporated into info file.
            - Some refactorings.
            - This version should successfully export package into to output directory and also trace the state changes.
        
        0.11.3
        ------
            - Attempt to fix the directory copying problem.
        
        0.11.2
        ------
            - Fixed bug in packaging system.
        
        0.11.1
        ------
            - Fixed bug in import system.
        
        0.11.0
        ------
            - Rewritten info_composer.
            - Rests fixed and significantly improved.
            - Added tracking feature to AMQP connector.
        
        0.10.0
        ------
            - Fixed a lot of bugs.
            - Applied feedback from the LTP team.
            - Code for the MODS transformation moved into own module https://github.com/edeposit/marcxml2mods
        
        0.9.2
        -----
            - Fixed some bugs, comments. Added more postprocessing.
            - Fixed bugs by the comments from mr. Bouchner.
            - Added content of the README.
            - ``reactToAMQPMessage()`` parameters modified.
        
        0.9.1
        -----
            - Alpha 2. Fixed few bugs, added documentation.
        
        0.9.0
        -----
            - Alfa version released for my colleague, which needs to use xslt_transformer.py.
        
        0.1.0
        -----
            - Project 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
