Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

The Python implementation of the "BasicTracer" reference implementation

License

Notifications You must be signed in to change notification settings

NewStore/basictracer-python

Repository files navigation

Gitter chatBuild StatusPyPI version

Basictracer Python

A python version of the "BasicTracer" reference implementation for OpenTracing.

The examples/ directory contains a sample of how the BasicTracer implementation could be used to display spans in the console.

Development

Tests

virtualenv env . ./env/bin/activate make bootstrap make test

You can use tox to run tests as well.

tox

Releases

Before new release, add a summary of changes since last version to CHANGELOG.rst

pip install zest.releaser[recommended] prerelease release git push origin master --follow-tags python setup.py sdist upload -r pypi postrelease git push

Licensing

Apache 2.0 License.

About

The Python implementation of the "BasicTracer" reference implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python91.1%
  • Makefile8.9%