Skip to content

The Python implementation of the "BasicTracer" reference implementation

License

Notifications You must be signed in to change notification settings

PikBot/basictracer-python

 
 

Repository files navigation

Gitter chat Build Status PyPI version

Basictracer Python

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

Development

Tests

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

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

About

The Python implementation of the "BasicTracer" reference implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.3%
  • Makefile 11.7%