gituser/production/: libhoney-1.10.0 metadata and description

Homepage Simple index

Python library for sending data to Honeycomb

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.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
description_content_type text/markdown
license Apache-2.0
project_urls
  • Repository, https://github.com/honeycombio/libhoney-py
requires_dist
  • backports_abc (>=0.5,<0.6); python_version >= "2.7" and python_version < "2.8"
  • futures (>=3.3.0,<4.0.0); python_version >= "2.7" and python_version < "2.8"
  • requests (>=2.24.0,<3.0.0)
  • singledispatch (>=3.4.0,<4.0.0); python_version >= "2.7" and python_version < "2.8"
  • six (>=1.15.0,<2.0.0)
  • statsd (>=3.3.0,<4.0.0)
requires_python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
File Tox results History
libhoney-1.10.0-py2.py3-none-any.whl
Size
29 KB
Type
Python Wheel
Python
2.7

libhoney-py

Build Status

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 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.