Amonpy is the Python client for Amon
1. Install the package with pip install amonpy
or alternatively you can
download the tarball and run python setup.py install
import amonpy # Accepted levels - 'warning', 'error', 'info', 'critical', 'debug' amonpy.log(message, level=level) data = { 'exception_class': '', 'url': '', 'backtrace': '', 'enviroment': '', 'data': '' } amonpy.exception(data)
Python 2.5+
requests