Is PyBluez alive?

bluetooth, python

Solution

there is new version of pybluez 0.20 works with python 2.7 and 3.3 https://code.google.com/p/pybluez/downloads/list

Problem

The PyBluez project seems to be the canonical project for doing Bluetooth in Python (Please correct me if I'm wrong). However, last version is 0.18 from Nov 2009). Issues (currently, I'm most annoyed by issue 43: no support for python 2.7) aren't being fixed. I do see some activity though, so I wonder its state. Is PyBluez the canonical way to do Bluetooth? Is there an alternative to PyBluez? (I'm alost missing BlueSoleil stack support).

Original source