Amqp-helper

Latest version: v0.1.4

Safety actively analyzes 626403 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.0.12

------
* :code:`AMQPService.serve()` had a 'memory leak'. Now it does not Recreate :code:`Queues` instead it redeclares the old ones.

0.0.11

------
* :code:`AMQPFunction` Exception handlers now get the Exception which occured passed as keyword argument :code:`exc`

0.0.10

------
* :code:`AMQPService` should now no longer crash if an :code:`AMQPFunction` Exception is not catched.
* :code:`AMQPFunction` Excpetion Handlers now use isinstance instead of an exact class match
* :code:`Exception` should now catch all Exceptions
* NOTE: The priority of handling is the same order as the handlers were added. That means if you added an handler for :code:`Exception` first it will catch all errors.

0.0.9

------
* added :code:`AMQPFunction`
* a wrapper around a function
* Exception handlers can be attached to it
* should be used in conjunction with the :code:`AMQPService`
* added :code:`AMQPService`
* a class for creating AMQP Services
* allows calling functions over amqp with a seperate queue for each function
* added :code:`AMQPClient`
* a simple rpc client inspired by the tutorial from the aio_pika documentation

Mind that the new Features are still WIP!

0.0.8

------
* bugfix -> regression fixed readded log_ prefix

0.0.7

------
* bugfix for ssl_options since it was not defined

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.