gituser/production/: honeycomb-beeline-2.16.2 metadata and description
Honeycomb library for easy instrumentation
| author | Honeycomb.io |
| author_email | feedback@honeycomb.io |
| classifiers |
|
| description_content_type | text/markdown |
| license | Apache-2.0 |
| project_urls |
|
| requires_dist |
|
| requires_python | >=2.7 |
| File | Tox results | History |
|---|---|---|
honeycomb_beeline-2.16.2-py2.py3-none-any.whl
|
|
Honeycomb Beeline for Python
This package makes it easy to instrument your Python web application to send useful events to Honeycomb, a service for debugging your software in production.
Compatible with
Currently supports Django (>1.10), Flask, Bottle, and Tornado.
Compatible with both Python 2.7 and Python 3.
Get in touch
Please reach out to support@honeycomb.io or ping us with the chat bubble on our website for any assistance. We also welcome bug reports.
Contributions
Features, bug fixes and other changes to beeline-python are gladly accepted. Please
open issues or a pull request with your change. Remember to add your name to the
CONTRIBUTORS file!
If you add a new test module, be sure and update beeline.test_suite to pick up the new tests.
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.