/libhoney-py

Python library for sending data to Honeycomb

Primary LanguagePythonApache License 2.0Apache-2.0

libhoney Build Status PyPi version

Python library for sending events to Honeycomb, a service for debugging your software in production.

For tracing support and automatic instrumentation of Django, Flask, AWS Lambda, and other frameworks, check out our Beeline for Python.

Contributions

Features, bug fixes and other changes to libhoney are gladly accepted. Please open issues or a pull request with your change. Remember to add your name to the CONTRIBUTORS file!

All contributions will be released under the Apache License 2.0.

Releases

You may need to install the bumpversion utility by running pip install bumpversion.

To release a new version, run

bumpversion [major|minor|patch]
git push --tags

After a successful build, a new version will automatically be uploaded to PyPI.