Metadata-Version: 1.1
Name: edeposit.amqp.storage
Version: 0.5.2
Summary: Binary storage for the Edeposit project.
Home-page: https://github.com/edeposit/edeposit.amqp.storage/
Author: Edeposit team
Author-email: edeposit@email.cz
License: MIT
Description: Introduction
        ============
        
        .. image:: https://badge.fury.io/py/edeposit.amqp.storage.png
            :target: https://pypi.python.org/pypi/edeposit.amqp.storage
        
        .. image:: https://img.shields.io/pypi/dm/edeposit.amqp.storage.svg
            :target: https://pypi.python.org/pypi/edeposit.amqp.storage
        
        .. image:: https://readthedocs.org/projects/edeposit-amqp-storage/badge/?version=latest
            :target: http://edeposit-amqp-storage.readthedocs.org/
        
        .. image:: https://img.shields.io/pypi/l/edeposit.amqp.storage.svg
        
        .. image:: https://img.shields.io/github/issues/edeposit/edeposit.amqp.storage.svg
            :target: https://github.com/edeposit/edeposit.amqp.storage/issues
        
        Long term storage subsystem for the E-deposit_ project.
        
        This project allows to store and retreive publications over AMQP_ and also to optionally access accessible publications via HTTP using builtin webserver written in bottle.py_.
        
        .. _AMQP: https://www.amqp.org/
        .. _bottle.py: http://bottlepy.org
        .. _E-deposit: http://edeposit.nkp.cz/
        
        Documentation
        -------------
        
        Full module documentation and description can be found at Read the Docs:
        
        - http://edeposit-amqp-storage.rtfd.org/
        
        Changelog
        =========
        
        0.5.2
        -----
            - Fixed import bugs in ``edeposit_storage_server.py``.
        
        0.5.1
        -----
            - Fixed bug in ``edeposit_storage_server.py``.
        
        0.5.0
        -----
            - ZIP Archives are now supported. They should result into creation of directory on disc.
            - Generator for generating structures rewritten to Bottle's templating engine.
            - Storage subsystem made universal.
            - Added Publication frontend over universal storage.
            - Added support for archives.
            - ``SearchResult.publications`` renamed to ``SearchResult.records``.
            - ``SaveRequest.pub`` renamed to ``SaveRequest.record``.
            - AMQP structure ``SaveRequest`` now returns proper ``Archive``/``Publication`` structure with just now saved metadata, without data.
        
        0.4.0
        -----
            - `BalancedDiscStorage <http://github.com/Bystroushaak/BalancedDiscStorage>`_ was put into place.
            - Serialization/deserialization of base64 content is now made using files, so it shouldn't take so much memory (copying of the string sometimes taked 3 times more than necessary).
            - File pointer is now transmitted back with metadata.
        
        0.3.0
        -----
            - Added support for UUID URL.
            - Added retreiving of the URL of the public documents.
            - Added example of the configuration files.
        
        0.2.4
        -----
            - Fixed MANIFEST.in to include default config files.
        
        0.2.3
        -----
            - `runzeo.sh` fixed and simplified.
        
        0.2.2
        -----
            - Added requirement to `zodbpickle`, which isn't installed automatically on suse for some strange reasons.
            - Fixed paths in `runzeo.sh` script.
        
        0.2.1
        -----
            - Small bugfix in settings.py.
        
        0.2.0
        -----
            - First working version.
        
        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
