Hello, I'm currently working on a lib that deals with amqp.
The code is there: https://github.com/dzen/aioamqp/ I've been very inspired from : * Aymeric's websocket library ( https://github.com/aaugustin/websockets ) * Barry Pederson ( http://barryp.org/software/py-amqplib/ ) for the protocol parsing. There is no release yet, and no tests for the moment. The library *works* but: * there is no authentication rather than the PLAIN one; * there are currently no tests. * it miss some informations for instance when creating a queue without name (the server returns the name of the queue he created for you). I'll be glad to hear any review on this code. BenoƮt.
