Metadata-Version: 1.1
Name: edeposit.amqp
Version: 1.8.0
Summary: E-Deposit's AMQP definitions and common classes/patterns.
Home-page: https://github.com/edeposit/edeposit.amqp/
Author: Edeposit team
Author-email: edeposit@email.cz
License: GPL2+
Description: Introduction
        ============
        
        This module contains common parts shared with other AMQP modules from
        `Edeposit <http://edeposit.nkp.cz/>`_ project. Main purpose is to provide
        configuration data to AMQP server and generic daemons, to run the modules.
        
        Documentation
        -------------
        
        Full module documentation and description can be found at Read the Docs:
        
        - http://edeposit-amqp.readthedocs.org/
        
        Contributors
        ============
        
        - Jan Stavel <stavel.jan@gmail.com>, Tester
        - Bystroushaak <bystrousak@kitakitsune.org>, Developer
        
        Changelog
        =========
        
        1.8.0
        -----
            - Added ``send_back()`` callback, which is now given to all ``reactToAMQPMessage()``. All packages was changed to support this. See #40 for details.
            - Added bindigs for https://github.com/edeposit/edeposit.amqp.downloader.
            - Fixed sys.argv parsing bug in some of the daemon scripts.
            - Fixed bug in daemonwrapper.
        
        1.7.3
        -----
            - Added docstring for AMQPDaemon.process_exception().
        
        1.7.0 - 1.7.2
        -------------
            - Fixed problems with virtualenv.
            - Added AMQP bindings for https://github.com/edeposit/edeposit.amqp.pdfgen.
            - Dependecy to python-daemon frozen at 1.6 to fix virtualenv problems.
        
        1.6.0 - 1.6.2
        -------------
            - Added bindings for https://github.com/edeposit/edeposit.amqp.ltp.
            - Documentation updated.
            - Fixed bugs in package system / manifest.
        
        1.5.0 - 1.5.3
        -------------
            - Added bindings for https://github.com/edeposit/edeposit.amqp.harvester.
            - Added bindings for https://github.com/edeposit/edeposit.amqp.edeposit.amqp.antivirus.
            - Fixed bug in setup.py (missing link to script in ``/bin``).
            - Experimental change in daemonwrapper module.
        
        1.4.0 - 1.4.1
        -------------
            - Fixed bug in setup.py.
            - Scripts moved to ``/bin`` directory. They will be put to ``$PATH`` when package is installed, so users won't need too call them with full path.
            - Added bindings for https://github.com/edeposit/edeposit.amqp.ftp.
            - Documentation improved.
            - Added new amqp tool.
            - Tests migrated to pytest.
            - Fixed some bugs.
        
        1.3.0 - 1.3.3
        -------------
            - Added tracebacks to the headers, if the exception is thrown.
            - ``RABBITMQ_ALEPH_DAEMON_QUEUE`` renamed to ``RABBITMQ_ALEPH_INPUT_QUEUE``
            - ``RABBITMQ_ALEPH_PLONE_QUEUE`` renamed to ``RABBITMQ_ALEPH_OUTPUT_QUEUE``
            - ``RABBITMQ_ALEPH_DAEMON_KEY`` renamed to ``RABBITMQ_ALEPH_INPUT_KEY``.
            - ``RABBITMQ_ALEPH_PLONE_KEY`` renamed to ``RABBITMQ_ALEPH_OUTPUT_KEY``.
            - Unicode added to allowed types in settings.py.
            - Added bindings for https://github.com/edeposit/edeposit.amqp.calibre.
            - Version of package and documentation is now automatically parsed from this file.
            - Images in documentation were downloaded to ``_static``.
            - Changed internal way of handling AMQP communication. This shouldn't change user API.
            - Documentation updated to reflect changes in internal API. Added UML diagrams.
        
        1.2.0 - 1.2.2
        -------------
            - Documentation updated. Added intersphinx links to edeposit.amqp.serializers.
            - edeposit.amqp.serializers API changed, so this module needed to be adjusted.
            - Serialization is now handled (but not stored) in this module, instead of aleph. It will be used in other modules too.
            - Added bindings for https://github.com/edeposit/edeposit.amqp.serializers.
        
        1.1.5 - 1.1.6
        -------------
            - Documentation is now even for settings.py's attributes.
            - User defined JSON configuration is now supported.
            - Added autogeneration of documentation to the package generator (setup.py).
        
        1.1.0
        -----
            - Project released at PYPI
        
        1.0 (unreleased)
        ----------------
            - alephdaemon is working correctly, other classes are in release state too
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
