This project provides AMQP bindings for LTP (Long Time Preservation) system used in Czech National Library.
AMQP communication is handled by the edeposit.amqp module, specifically by the edeposit_amqp_ltpd.py script. Bindings to this project are handled by reactToAMQPMessage().
This project is released as opensource (GPL) and source codes can be found at GitHub:
Almost every feature of the project is tested in unit/integration tests. You can run this tests using provided run_tests.sh script, which can be found in the root of the project.