CHANGELOG.rst
CONTRIBUTORS.rst
LICENSE.txt
MANIFEST.in
README.rst
requirements.txt
setup.py
bin/edeposit_storage_runzeo.sh
bin/edeposit_storage_server.py
docs/Makefile
docs/__init__.py
docs/conf.py
docs/index.rst
docs/api/archive_storage.rst
docs/api/publication_storage.rst
docs/api/settings.rst
docs/api/storage.rst
docs/api/storage_handler.rst
docs/api/tree_handler.rst
docs/api/web_tools.rst
docs/api/structures/structures.rst
docs/api/structures/structures_generator.rst
docs/api/structures/comm/archive.rst
docs/api/structures/comm/publication.rst
docs/api/structures/comm/requests.rst
docs/api/structures/comm/responses.rst
docs/api/structures/comm/tree.rst
docs/api/structures/db/db_archive.rst
docs/api/structures/db/db_publication.rst
docs/installation/installation_notes.rst
src/edeposit/__init__.py
src/edeposit.amqp.storage.egg-info/PKG-INFO
src/edeposit.amqp.storage.egg-info/SOURCES.txt
src/edeposit.amqp.storage.egg-info/dependency_links.txt
src/edeposit.amqp.storage.egg-info/namespace_packages.txt
src/edeposit.amqp.storage.egg-info/not-zip-safe
src/edeposit.amqp.storage.egg-info/requires.txt
src/edeposit.amqp.storage.egg-info/top_level.txt
src/edeposit/amqp/__init__.py
src/edeposit/amqp/storage/__init__.py
src/edeposit/amqp/storage/archive_storage.py
src/edeposit/amqp/storage/publication_storage.py
src/edeposit/amqp/storage/settings.py
src/edeposit/amqp/storage/storage_handler.py
src/edeposit/amqp/storage/tree_handler.py
src/edeposit/amqp/storage/web_tools.py
src/edeposit/amqp/storage/structures/__init__.py
src/edeposit/amqp/storage/structures/structures_generator.py
src/edeposit/amqp/storage/structures/comm/__init__.py
src/edeposit/amqp/storage/structures/comm/archive.py
src/edeposit/amqp/storage/structures/comm/publication.py
src/edeposit/amqp/storage/structures/comm/requests.py
src/edeposit/amqp/storage/structures/comm/responses.py
src/edeposit/amqp/storage/structures/comm/tree.py
src/edeposit/amqp/storage/structures/db/__init__.py
src/edeposit/amqp/storage/structures/db/db_archive.py
src/edeposit/amqp/storage/structures/db/db_publication.py
src/edeposit/amqp/storage/structures/db/shared.py
src/edeposit/amqp/storage/structures/templates/__init__.py
src/edeposit/amqp/storage/structures/templates/config_archive.py
src/edeposit/amqp/storage/structures/templates/config_publication.py
src/edeposit/amqp/storage/structures/templates/tools/__init__.py
src/edeposit/amqp/storage/structures/templates/tools/field.py
src/edeposit/amqp/storage/zconf/zeo.conf
src/edeposit/amqp/storage/zconf/zeo_client.conf
tests/add_publication.py
tests/add_tree.py
tests/conftest.py
tests/test_amqp_chain.py
tests/test_publication_storage.py
tests/test_tree_handler.py
tests/data/archive.zip
tests/data/ebook.pdf
tests/data/zeo.conf
tests/data/zeo_client.conf
tests/structures/__init__.py
tests/structures/test_db_archive.py
tests/structures/test_db_publication.py
tests/structures/test_publication.py
tests/structures/test_requests.py
tests/structures/test_tree.py