Monitoring tool based on radon

Xenon is a monitoring tool based on Radon. It monitors your code’s complexity. Ideally, Xenon is run every time you commit code. Through command line options, you can set various thresholds for the complexity of your code. It will fail (i.e. it will exit with a non-zero exit code) when any of these requirements is not met.
Installation
With Pip:
Or download the source and run the setup file (requires setuptools):
$ python setup.py install
Xenon is tested with all