Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 10:56
Show Gist options
  • Save ryantm/2b82706a5fed3d915637645f560519e2 to your computer and use it in GitHub Desktop.
Save ryantm/2b82706a5fed3d915637645f560519e2 to your computer and use it in GitHub Desktop.
/nix/store/k1bqlgiqsb2mxhwb20zmb6j1gw4v1qj6-python2.7-opentracing-2.3.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── opentracing
│   │   ├── ext
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── tags.py
│   │   │   └── tags.pyc
│   │   ├── harness
│   │   │   ├── api_check.py
│   │   │   ├── api_check.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── scope_check.py
│   │   │   └── scope_check.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── logs.py
│   │   ├── logs.pyc
│   │   ├── mocktracer
│   │   │   ├── binary_propagator.py
│   │   │   ├── binary_propagator.pyc
│   │   │   ├── context.py
│   │   │   ├── context.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── propagator.py
│   │   │   ├── propagator.pyc
│   │   │   ├── span.py
│   │   │   ├── span.pyc
│   │   │   ├── text_propagator.py
│   │   │   ├── text_propagator.pyc
│   │   │   ├── tracer.py
│   │   │   └── tracer.pyc
│   │   ├── propagation.py
│   │   ├── propagation.pyc
│   │   ├── scope_manager.py
│   │   ├── scope_manager.pyc
│   │   ├── scope_managers
│   │   │   ├── asyncio.py
│   │   │   ├── asyncio.pyc
│   │   │   ├── constants.py
│   │   │   ├── constants.pyc
│   │   │   ├── contextvars.py
│   │   │   ├── contextvars.pyc
│   │   │   ├── gevent.py
│   │   │   ├── gevent.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── tornado.py
│   │   │   └── tornado.pyc
│   │   ├── scope.py
│   │   ├── scope.pyc
│   │   ├── span.py
│   │   ├── span.pyc
│   │   ├── tags.py
│   │   ├── tags.pyc
│   │   ├── tracer.py
│   │   └── tracer.pyc
│   └── opentracing-2.3.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 59 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment