queuetools

queuetools 1.1.1

queuetools is a Python module that provides the following scripts, which can configure AMQP brokers such as RabbitMQ:* mkq - declares queues (queue.declare)* mkx - declares exchanges (exchange.declare)* bindq - binds queues to exchanges (queue.bind)* rmq...

read more
Wallclock

Wallclock 1.0

Wallclock is a simple stack-based performance logger written in Python.Wallclock provides some simple tools for identifying slow parts of your code. It maintains a stack of running timers, and reports the tree of execution times when the stack empties...

read more