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/web_tools.rst
docs/api/zconf.rst
docs/api/structures/archive.rst
docs/api/structures/db_archive.rst
docs/api/structures/db_publication.rst
docs/api/structures/publication.rst
docs/api/structures/requests.rst
docs/api/structures/responses.rst
docs/api/structures/structures.rst
docs/api/structures/structures_generator.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/web_tools.py
src/edeposit/amqp/storage/structures/__init__.py
src/edeposit/amqp/storage/structures/archive.py
src/edeposit/amqp/storage/structures/db_archive.py
src/edeposit/amqp/storage/structures/db_publication.py
src/edeposit/amqp/storage/structures/publication.py
src/edeposit/amqp/storage/structures/requests.py
src/edeposit/amqp/storage/structures/responses.py
src/edeposit/amqp/storage/structures/shared.py
src/edeposit/amqp/storage/structures/structures_generator.py
src/edeposit/amqp/storage/structures/templates/__init__.py
src/edeposit/amqp/storage/structures/templates/archive_config.py
src/edeposit/amqp/storage/structures/templates/field.py
src/edeposit/amqp/storage/structures/templates/publication_config.py
src/edeposit/amqp/storage/structures/templates/shared.py
src/edeposit/amqp/storage/zconf/__init__.py
src/edeposit/amqp/storage/zconf/zeo.conf
src/edeposit/amqp/storage/zconf/zeo_client.conf
tests/__init__.py
tests/add_publication.py
tests/environment_generator.py
tests/test_amqp_chain.py
tests/test_publication_storage.py
tests/test_storage_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