gituser/production/: honeycomb-beeline-2.16.2 metadata and description

Homepage Simple index

Honeycomb library for easy instrumentation

author Honeycomb.io
author_email feedback@honeycomb.io
classifiers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
description_content_type text/markdown
license Apache-2.0
project_urls
  • Repository, https://github.com/honeycombio/beeline-python
requires_dist
  • libhoney (>=1.7.0)
  • wrapt (>=1.12.1,<2.0.0)
requires_python >=2.7
File Tox results History
honeycomb_beeline-2.16.2-py2.py3-none-any.whl
Size
54 KB
Type
Python Wheel
Python
2.7

Honeycomb Beeline for Python

Build Status

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.