Python library for sending data to Honeycomb
Project description
libhoney-py
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
See DEVELOPMENT.md
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 bump2version
utility by running pip install bump2version
.
To update the version number, do
bump2version [major|minor|patch|release|build]
If you want to release the version publicly, you will need to manually create a tag v<x.y.z>
and push it in order to
cause CircleCI to automatically push builds to github releases and PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.