.coverage
.editorconfig
.gitignore
.travis.yml
CHANGELOG.rst
LICENSE
MANIFEST.in
Makefile
PKG-INFO
README.rst
bld.bat
changes_from_master.patch
coverage.xml
gevent-sample.py
requirements-test.txt
requirements.txt
sample.py
setup.cfg
setup.py
threadlocal.py
docs/Makefile
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/make.bat
opentracing/__init__.py
opentracing/propagation.py
opentracing/scope.py
opentracing/scope_manager.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
tests/__init__.py
tests/test_api.py
tests/test_api_check_mixin.py
tests/test_noop_span.py
tests/test_noop_tracer.py
tests/test_scope.py
tests/test_scope_manager.py