[ANN] bbrecorder - a black box handler for logs

2015-09-21 Thread Laurent Pointal
Hello, I'm please to annouce the availability of bbrecorder module and its BlackBoxHandler logging handler for Python 3 (tested on 3.4). This logging handler manage caching of last N log records in memory until they are needed — and then generate them using standard common Python logging handl

[ANN] osc4py3 - Open Sound Control package for Python 3

2015-09-21 Thread Laurent Pointal
Hello, I'm please to annouce the availability of osc4py3 package, yet another implementation of the OSC protocol (packets manipulations, transport, messages routing). * encoding/decoding of OSC message packets (including bundles) * routing of incoming messages based on selector regexps or globb

[ANN] floatrange - a range() for floats

2015-09-21 Thread Laurent Pointal
Hello, I'm please to publish a small utility module allowing to produce float based range sequences, with I hope a complete range-like interface. Because of floating point arithmetic, floatrange allows to specify a precision for "equality" when working with operators like 'in'. It is Python2 a