.gitignore
CHANGELOG.rst
LICENSE
MANIFEST.in
Makefile
README.md
requirements-test.txt
requirements.txt
setup.cfg
setup.py
example/zipkin_like/__init__.py
example/zipkin_like/context.py
example/zipkin_like/glossary.py
example/zipkin_like/ioloop_util.py
example/zipkin_like/marshaling.py
example/zipkin_like/reporter.py
example/zipkin_like/sampler.py
example/zipkin_like/span.py
example/zipkin_like/thrift.py
example/zipkin_like/tracer.py
example/zipkin_like/version.py
example/zipkin_like/zipkin_thrift/__init__.py
example/zipkin_like/zipkin_thrift/zipkinCore.thrift
example/zipkin_like/zipkin_thrift/zipkin_collector.py
opentracing/__init__.py
opentracing/context.py
opentracing/span.py
opentracing/tracer.py
opentracing.egg-info/PKG-INFO
opentracing.egg-info/SOURCES.txt
opentracing.egg-info/dependency_links.txt
opentracing.egg-info/not-zip-safe
opentracing.egg-info/requires.txt
opentracing.egg-info/top_level.txt
opentracing/ext/__init__.py
opentracing/ext/tags.py
opentracing/harness/__init__.py
opentracing/harness/api_check.py
opentracing/standard/__init__.py
opentracing/standard/context.py
opentracing/standard/raw.py
tests/__init__.py
tests/test_api.py
tests/test_api_check_mixin.py
tests/test_noop_context.py
tests/test_noop_span.py
tests/test_noop_tracer.py
tests/standard/test_context.py