Metadata-Version: 1.1
Name: edeposit.amqp.aleph-link-export
Version: 1.2.0
Summary: Subsystem for updating Edeposit's links in Aleph.
Home-page: https://github.com/edeposit/edeposit.amqp.aleph_link_export/
Author: Edeposit team
Author-email: edeposit@email.cz
License: MIT
Description: Introduction
        ============
        
        .. image:: https://badge.fury.io/py/edeposit.amqp.aleph_link_export.png
            :target: https://pypi.python.org/pypi/edeposit.amqp.aleph_link_export
        
        .. image:: https://img.shields.io/pypi/dm/edeposit.amqp.aleph_link_export.svg
            :target: https://pypi.python.org/pypi/edeposit.amqp.aleph_link_export
        
        .. image:: https://readthedocs.org/projects/edeposit-amqp-aleph-link-export/badge/?version=latest
            :target: http:///edeposit-amqp-aleph-link-export.rtfd.org/
        
        .. image:: https://img.shields.io/pypi/l/edeposit.amqp.aleph_link_export.svg
        
        .. image:: https://img.shields.io/github/issues/edeposit/edeposit.amqp.aleph_link_export.svg
            :target: https://github.com/edeposit/edeposit.amqp.aleph_link_export/issues
        
        Two-way communication subsystem used for updating the E-deposit_ links in Aleph.
        
        Links created in Aleph cannot be changed automatically by direct-manipulation, so this project defines AMQP_ to XML protocol bridge. XML then copied over SCP to Aleph, processed and resulting XML response is then translated back to AMQP messages.
        
        .. _AMQP: https://www.amqp.org/
        .. _E-deposit: http://edeposit.nkp.cz/
        
        Documentation
        -------------
        
        Full module documentation and description can be found at Read the Docs:
        
        - http://edeposit-amqp-aleph-link-export.rtfd.org/
        
        
        Changelog
        =========
        
        1.2.0
        -----
            - document_url changed to list.
        
        1.1.0 - 1.1.4
        -------------
            - Implemented option to disable logging.
            - Added ability to update itself automatically.
            - ``None`` is now returned instead of blank array, when no response is ready.
            - Added new parameter reason to output structure.
        
        1.0.0 - 1.0.5
        -------------
            - Added documentation.
            - Fixed bugs.
            - Added description.
            - Small change in docs config.
            - XSD added to XML output.
            - Fixed XML mess.
            - Fixed problem with loading of the database after restart.
            - Fixed behavior, which let the response file in the directory, so it was processed over and over again.
            - Added test for input's structure interface into ``RequestDatabase.add_request()``.
        
        0.3.0
        -----
            - Added almost 100% test coverage (everything with meaning is covered).
            - Fixed a LOT of bugs.
            - Added docstrings for every member of the package.
        
        0.2.1
        -----
            - Response structure updated.
        
        0.2.0
        -----
            - Added tests.
            - Fixed bugs in import structures.
        
        0.1.0
        -----
            - Project created.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
